Uses of Annotation Type
net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty
Packages that use NotEmpty
Package
Description
A set of helper functions for encoding/decoding data to/from different formats.
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
Classes for working with Apache HttpClient.
Classes that represent basic first order logic concepts.
Classes for working with HTTP URLs and the protocol.
A set of utilities dealing with Java's primitive types.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Implementations of security interfaces.
Service support for Shibboleth projects.
Classes for working with Apache Velocity.
A set of helper functions for performing actions on DOM nodes.
-
Uses of NotEmpty in net.shibboleth.utilities.java.support.codec
Fields in net.shibboleth.utilities.java.support.codec with annotations of type NotEmptyModifier and TypeFieldDescriptionprivate StringStringDigester.digestAlgorithmThe message digest algorithm to use.Method parameters in net.shibboleth.utilities.java.support.codec with annotations of type NotEmptyModifier and TypeMethodDescriptionvoidSet a salt to add to the digest input for obfuscation.Constructor parameters in net.shibboleth.utilities.java.support.codec with annotations of type NotEmptyModifierConstructorDescriptionStringDigester(String algorithm, StringDigester.OutputFormat format) Constructor.StringDigester(String algorithm, StringDigester.OutputFormat format, Charset charset) Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.component
Method parameters in net.shibboleth.utilities.java.support.component with annotations of type NotEmptyModifier and TypeMethodDescriptionvoidSets the ID of this component.protected voidSets the ID of this component.voidSet the ID of this component. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.httpclient
Fields in net.shibboleth.utilities.java.support.httpclient with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final StringHttpClientSupport.CONTEXT_KEY_DYNAMIC_CONTEXT_HANDLERSContext key for instances of dynamic context handlers to be invoked before and after the HTTP request.static final StringTLSSocketFactory.CONTEXT_KEY_HOSTNAME_VERIFIERHttpContext key for an instance ofHostnameVerifier.static final StringTLSSocketFactory.CONTEXT_KEY_TLS_CIPHER_SUITESHttpContext key for a a list of TLS cipher suites to enable on the socket.static final StringTLSSocketFactory.CONTEXT_KEY_TLS_PROTOCOLSHttpContext key for a a list of TLS protocols to enable on the socket.static final StringTLSSocketFactory.SSLProtocol: SSL.static final StringTLSSocketFactory.SSLV2Protocol: SSLv2.static final StringTLSSocketFactory.TLSProtocol: TLS.Method parameters in net.shibboleth.utilities.java.support.httpclient with annotations of type NotEmptyModifier and TypeMethodDescriptionvoidFileCachingHttpClientBuilder.setCacheDirectory(String directoryPath) Sets the directory in which cached content will be stored. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.logic
Fields in net.shibboleth.utilities.java.support.logic with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final TrimOrNullStringFunctionTrimOrNullStringFunction.INSTANCEA singleton instance of this function.Methods in net.shibboleth.utilities.java.support.logic with annotations of type NotEmptyMethod parameters in net.shibboleth.utilities.java.support.logic with annotations of type NotEmptyModifier and TypeMethodDescriptionstatic <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.inlineScript(String scriptSource) Factory to createScriptedBiConsumerfrom inline data.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiConsumerfrom inline data.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiConsumerfrom inline data.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.inlineScript(String scriptSource) Factory to createScriptedBiFunctionfrom inline data.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiFunctionfrom inline data.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiFunctionfrom inline data.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.inlineScript(String scriptSource) Factory to createScriptedBiPredicatefrom inline data.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiPredicatefrom inline data.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedBiPredicatefrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer.inlineScript(String scriptSource) Factory to createScriptedConsumerfrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedConsumerfrom inline data.static <T> ScriptedConsumer<T>ScriptedConsumer.inlineScript(String engineName, String scriptSource) Factory to createScriptedConsumerfrom inline data.static <T,U> ScriptedFunction<T, U> ScriptedFunction.inlineScript(String scriptSource) Factory to createScriptedFunctionfrom inline data.static <T,U> ScriptedFunction<T, U> ScriptedFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedFunctionfrom inline data.static <T,U> ScriptedFunction<T, U> ScriptedFunction.inlineScript(String engineName, String scriptSource) Factory to createScriptedFunctionfrom inline data.static <T> ScriptedPredicate<T>ScriptedPredicate.inlineScript(String scriptSource) Factory to createScriptedPredicatefrom inline data.static <T> ScriptedPredicate<T>ScriptedPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedPredicatefrom inline data.static <T> ScriptedPredicate<T>ScriptedPredicate.inlineScript(String engineName, String scriptSource) Factory to createScriptedPredicatefrom inline data.static <T,U> ScriptedBiConsumer<T, U> ScriptedBiConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedBiConsumerfrom aResource.static <T,U, V> ScriptedBiFunction<T, U, V> ScriptedBiFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedBiFunctionfrom aResource.static <T,U> ScriptedBiPredicate<T, U> ScriptedBiPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedBiPredicatefrom aResource.static <T> ScriptedConsumer<T>ScriptedConsumer.resourceScript(String engineName, Resource resource) Factory to createScriptedConsumerfrom aResource.static <T,U> ScriptedFunction<T, U> ScriptedFunction.resourceScript(String engineName, Resource resource) Factory to createScriptedFunctionfrom aResource.static <T> ScriptedPredicate<T>ScriptedPredicate.resourceScript(String engineName, Resource resource) Factory to createScriptedPredicatefrom aResource.Constructor parameters in net.shibboleth.utilities.java.support.logic with annotations of type NotEmptyModifierConstructorDescriptionString constructor.protectedScriptedBiConsumer(EvaluableScript theScript) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiFunction(EvaluableScript theScript) Constructor.protectedScriptedBiFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedBiPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedConsumer(EvaluableScript theScript) Constructor.protectedScriptedConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedConsumer(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedFunction(EvaluableScript theScript) Constructor.protectedScriptedFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedFunction(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedPredicate(EvaluableScript theScript) Constructor.protectedScriptedPredicate(EvaluableScript theScript, String extraInfo) Constructor.protectedScriptedPredicate(EvaluableScript theScript, String extraInfo) Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.net
Fields in net.shibboleth.utilities.java.support.net with annotations of type NotEmptyModifier and TypeFieldDescriptionprivate static final StringSameSiteCookieHeaderFilter.SAMESITE_ATTRIBITE_NAMEThe name of the same-site cookie attribute.private StringSameSiteCookieHeaderFilter.SameSiteValue.valueThe same-site attribute value.Methods in net.shibboleth.utilities.java.support.net with annotations of type NotEmptyModifier and TypeMethodDescriptionstatic StringSimpleURLCanonicalizer.canonicalize(String url) Canonicalize the supplied URL.private StringCookieManager.contextPathToCookiePath()Turn the servlet context path into an appropriate cookie path.Method parameters in net.shibboleth.utilities.java.support.net with annotations of type NotEmptyModifier and TypeMethodDescriptionvoidAdd a cookie with the specified name and value.voidAdd a cookie with the specified name and value.private voidSameSiteCookieHeaderFilter.SameSiteResponseProxy.appendSameSiteAttribute(String cookieHeader, String sameSiteValue, boolean first) Append the SameSite cookie attribute with the specified samesite-value to thecookieHeaderiff it does not already have one set.private voidSameSiteCookieHeaderFilter.SameSiteResponseProxy.appendSameSiteAttribute(String cookieHeader, String sameSiteValue, boolean first) Append the SameSite cookie attribute with the specified samesite-value to thecookieHeaderiff it does not already have one set.static StringSimpleURLCanonicalizer.canonicalize(String url) Canonicalize the supplied URL.booleanCookieManager.cookieHasValue(String name, String expectedValue) Check whether a cookie has a certain value.booleanCookieManager.cookieHasValue(String name, String expectedValue) Check whether a cookie has a certain value.CookieManager.getCookieValue(String name, String defValue) Return the first matching cookie's value.static IntegerSimpleURLCanonicalizer.getRegisteredPort(String scheme) Obtain the default port registered for a scheme.static IPRangeIPRange.parseCIDRBlock(String cidrBlock) Parses a CIDR block definition in to an IP range.static voidSimpleURLCanonicalizer.registerSchemePortMapping(String scheme, Integer port) Register a new scheme-to-port mapping.voidCookieManager.unsetCookie(String name) Unsets a cookie with the specified name.private static voidIPRange.validateIPAddress(String address) Validate an IP address for use as the base of a CIDR block.private static voidIPRange.validateV4Address(String address) Validate an IPv4 address for use as the base of a CIDR block.private static voidIPRange.validateV6Address(String address) Validate an IPv6 address for use as the base of a CIDR block.Constructor parameters in net.shibboleth.utilities.java.support.net with annotations of type NotEmptyModifierConstructorDescriptionprivateSameSiteValue(String attrValue) Constructor.URLBuilder(String baseURL) Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.primitive
Fields in net.shibboleth.utilities.java.support.primitive with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final StringDeprecationSupport.LOG_CATEGORYLog category name for warnings.private final StringDeprecationSupport.ObjectType.textPrinted version.Methods in net.shibboleth.utilities.java.support.primitive with annotations of type NotEmptyModifier and TypeMethodDescriptionLangBearingString.getLang()Get the language.static StringTimerSupport.getTimerName(Object obj) Produce the name which should be used for aTimerowned by the specified object.static StringTimerSupport.getTimerName(Object obj, String additionalData) Produce the name which should be used for aTimerowned by the specified object.static StringTimerSupport.getTimerName(String baseName, String additionalData) Produce the name for aTimerbased on the specified base name.private static StringTimerSupport.uncheckedGetTimerName(String baseName, String additionalData) Unchecked version ofTimerSupport.getTimerName(String, String)that assumes base name is non-null.Method parameters in net.shibboleth.utilities.java.support.primitive with annotations of type NotEmptyModifier and TypeMethodDescriptionstatic voidDeprecationSupport.atRisk(DeprecationSupport.ObjectType type, String name, String context) Emit an at-risk warning for an object or feature of the system.static voidDeprecationSupport.atRiskOnce(DeprecationSupport.ObjectType type, String name, String context) Emit a deprecation warning for an object or feature of the system but limit to a single warning for the life of the process or until state is cleared.static voidDeprecationSupport.warn(DeprecationSupport.ObjectType type, String name, String context, String replacement) Emit a deprecation warning for an object or feature of the system.static voidDeprecationSupport.warnOnce(DeprecationSupport.ObjectType type, String name, String context, String replacement) Emit a deprecation warning for an object or feature of the system but limit to a single warning for the life of the process or until state is cleared.Constructor parameters in net.shibboleth.utilities.java.support.primitive with annotations of type NotEmptyModifierConstructorDescriptionLangBearingString(String value, String lang) Constructor.privateObjectType(String s) Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.scripting
Fields in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final StringAbstractScriptEvaluator.DEFAULT_ENGINEThe default language is Javascript.private StringEvaluableScript.scriptThe script to execute.private StringEvaluableScript.scriptLanguageThe scripting language.Methods in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmptyModifier and TypeMethodDescriptionEvaluableScript.getScript()Gets the script source.EvaluableScript.getScriptLanguage()Gets the script language.voidEvaluableScript.setEngineName(String what) Sets the script language.voidSets the script source.voidEvaluableScript.setScript(InputStream scriptSource) Sets the script source.voidSets the script source.voidSets the script source.Method parameters in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmptyModifier and TypeMethodDescriptionvoidEvaluableScript.setEngineName(String what) Sets the script language.voidSets the script source.Constructor parameters in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmptyModifierConstructorDescriptionEvaluableScript(String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, File scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, InputStream scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, String scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1EvaluableScript(String engineName, Resource scriptSource) Deprecated, for removal: This API element is subject to removal in a future version.in 8.1 -
Uses of NotEmpty in net.shibboleth.utilities.java.support.security
Fields in net.shibboleth.utilities.java.support.security with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final StringSelfSignedCertificateGenerator.CommandLineArgs.CERT_ALGCertificate algorithm.static final StringSelfSignedCertificateGenerator.CommandLineArgs.CERT_FILEPath to certificate file to create.static final StringSelfSignedCertificateGenerator.CommandLineArgs.CERT_LIFETIMECertificate lifetime.private StringSelfSignedCertificateGenerator.CommandLineArgs.certAlgCertificate algorithm.static final StringSelfSignedCertificateGenerator.CommandLineArgs.DNS_ALTNAMESDNS subjectAltNames.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.HELPDisplay command usage.static final StringSelfSignedCertificateGenerator.CommandLineArgs.HELPDisplay command usage.private StringSelfSignedCertificateGenerator.CommandLineArgs.hostnameHostname.static final StringSelfSignedCertificateGenerator.CommandLineArgs.HOSTNAMEHostname for cert subject.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_ALIASKey alias base.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_COUNTNumber of keys to maintain.static final StringSelfSignedCertificateGenerator.CommandLineArgs.KEY_FILEPath to private key file to create.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_SIZEKey size.static final StringSelfSignedCertificateGenerator.CommandLineArgs.KEY_SIZEKey size.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.KEY_TYPEKey algorithm.static final StringSelfSignedCertificateGenerator.CommandLineArgs.KEY_TYPEKey algorithm.private StringBasicKeystoreKeyStrategyTool.CommandLineArgs.keystoreTypeKeystore type.private StringSelfSignedCertificateGenerator.CommandLineArgs.keystoreTypeKeystore type.private StringBasicKeystoreKeyStrategyTool.CommandLineArgs.keyTypeKey algorithm.private StringSelfSignedCertificateGenerator.CommandLineArgs.keyTypeKey algorithm.static final StringDataSealer.MAGIC_STRINGMagic string to signal use of per-node prefix feature.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_FILEPath to keystore to create.static final StringSelfSignedCertificateGenerator.CommandLineArgs.STORE_FILEPath to keystore to create.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_PASSKeystore password.static final StringSelfSignedCertificateGenerator.CommandLineArgs.STORE_PASSKeystore password.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.STORE_TYPEType of keystore to create.static final StringSelfSignedCertificateGenerator.CommandLineArgs.STORE_TYPEType of keystore to create.static final StringSelfSignedCertificateGenerator.CommandLineArgs.URI_ALTNAMESURI subjectAltNames.static final StringBasicKeystoreKeyStrategyTool.CommandLineArgs.VERSION_FILEPath to key versioning file.Methods in net.shibboleth.utilities.java.support.security with annotations of type NotEmptyModifier and TypeMethodDescriptionIdentifierGenerationStrategy.generateIdentifier()Generates an identifier guaranteed to be XML ID safe.IdentifierGenerationStrategy.generateIdentifier(boolean xmlSafe) Generates an identifier.Method parameters in net.shibboleth.utilities.java.support.security with annotations of type NotEmptyModifier and TypeMethodDescriptionprivate StringDataSealer.extractAndCheckDecryptedData(byte[] decryptedBytes) Extract the GZIP'd data and test for expiration before returning it.Get a specifically named key.voidSelfSignedCertificateGenerator.setCertificateAlg(String alg) Set the certificate algorithm that will be used.voidSelfSignedCertificateGenerator.setHostName(String name) Set the hostname that will appear in the certificate's DN.voidBasicKeystoreKeyStrategyTool.setKeyAlias(String alias) Set the encryption key alias base name.voidBasicKeystoreKeyStrategyTool.setKeystoreType(String type) Set the type of keystore to create.voidSelfSignedCertificateGenerator.setKeystoreType(String type) Set the type of keystore to create.voidBasicKeystoreKeyStrategyTool.setKeyType(String type) Set the type of key that will be generated.voidSelfSignedCertificateGenerator.setKeyType(String type) Set the type of key that will be generated.voidDataSealer.setNodePrefix(String prefix) Set a prefix to affix to wrapped values to support signaling to load balancers, etc.Decrypts and verifies an encrypted bundle created withDataSealer.wrap(String, Instant).DataSealer.unwrap(String wrapped, StringBuffer keyUsed) Decrypts and verifies an encrypted bundle created withDataSealer.wrap(String, Instant), optionally returning the label of the key used to encrypt the data.Equivalent toDataSealer.wrap(String, Instant)with expiration set to "never".Encodes data into an AEAD-encrypted blob, gzip(exp|data) exp = expiration time of the data; 8 bytes; Big-endian data = the data; a UTF-8-encoded string -
Uses of NotEmpty in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl with annotations of type NotEmptyModifier and TypeFieldDescriptionstatic final StringBasicKeystoreKeyStrategy.CURRENT_VERSION_PROPName of property representing current key version.private final StringFixedStringIdentifierGenerationStrategy.identifierDeprecated, for removal: This API element is subject to removal in a future version.Fixed identifier to use for all invocations.Methods in net.shibboleth.utilities.java.support.security.impl with annotations of type NotEmptyModifier and TypeMethodDescriptionFixedStringIdentifierGenerationStrategy.generateIdentifier()Deprecated, for removal: This API element is subject to removal in a future version.Generates an identifier guaranteed to be XML ID safe.FixedStringIdentifierGenerationStrategy.generateIdentifier(boolean xmlSafe) Deprecated, for removal: This API element is subject to removal in a future version.Generates an identifier.RandomIdentifierGenerationStrategy.generateIdentifier()Generates an identifier guaranteed to be XML ID safe.RandomIdentifierGenerationStrategy.generateIdentifier(boolean xmlSafe) Generates an identifier.Type4UUIDIdentifierGenerationStrategy.generateIdentifier()Generates an identifier guaranteed to be XML ID safe.Type4UUIDIdentifierGenerationStrategy.generateIdentifier(boolean xmlSafe) Generates an identifier.Method parameters in net.shibboleth.utilities.java.support.security.impl with annotations of type NotEmptyModifier and TypeMethodDescriptionGet a specifically named key.Get a specifically named key.voidBasicKeystoreKeyStrategy.setKeyAlias(String alias) Set the encryption key alias base name.voidBasicKeystoreKeyStrategy.setKeystoreResource(Resource resource) Set the keystore resource.voidBasicKeystoreKeyStrategy.setKeystoreType(String type) Set the keystore type.voidBasicKeystoreKeyStrategy.setKeyVersionResource(Resource resource) Set the key version resource.Constructor parameters in net.shibboleth.utilities.java.support.security.impl with annotations of type NotEmptyModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.service
Methods in net.shibboleth.utilities.java.support.service with annotations of type NotEmptyModifier and TypeMethodDescriptionprotected StringAbstractReloadableService.getLogPrefix()Return a string which is to be prepended to all log messages. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.velocity
Fields in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmptyModifier and TypeFieldDescriptionprivate final StringTemplate.templateEncodingThe character encoding of the template.private final StringTemplate.templateNameThe name of the template to be evaluated.Method parameters in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmptyModifier and TypeMethodDescriptionstatic TemplateTemplate.fromTemplate(org.apache.velocity.app.VelocityEngine engine, String template) A convenience method that invokedTemplate.fromTemplate(VelocityEngine, String, Charset)and assumes the given template is US ASCII encoded.static TemplateTemplate.fromTemplate(org.apache.velocity.app.VelocityEngine engine, String template, Charset encoding) Constructs aTemplatefrom a given template.static TemplateTemplate.fromTemplateName(org.apache.velocity.app.VelocityEngine engine, String templateName) A convenience method that invokedTemplate.fromTemplateName(VelocityEngine, String, Charset)and assumes the named template is US ASCII encoded.static TemplateTemplate.fromTemplateName(org.apache.velocity.app.VelocityEngine engine, String name, Charset encoding) Constructs aTemplatethat evaluates a named velocity template with a using the given velocity engine.Constructor parameters in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmpty -
Uses of NotEmpty in net.shibboleth.utilities.java.support.xml
Fields in net.shibboleth.utilities.java.support.xml with annotations of type NotEmptyModifier and TypeFieldDescriptionprivate final Stack<SoftReference<DocumentBuilder>>BasicParserPool.builderPoolCache of document builders.Method parameters in net.shibboleth.utilities.java.support.xml with annotations of type NotEmptyModifier and TypeMethodDescriptionstatic QNameQNameSupport.constructQName(String namespaceURI, String localName, String prefix) Constructs a QName.static QNameQNameSupport.constructQName(Element owningElement, String qname) Constructs a QName from a string (attribute or element content) value.voidSchemaBuilder.setFeature(String name, boolean value) Set a feature for theSchemaFactoryto be built.voidSchemaBuilder.setProperty(String name, Object object) Set the value of a property for theSchemaFactoryto be built.Constructor parameters in net.shibboleth.utilities.java.support.xml with annotations of type NotEmpty