Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.NotEmpty
-
Packages that use NotEmpty Package Description net.shibboleth.utilities.java.support.codec A set of helper functions for encoding/decoding data to/from different formats.net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system.net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient.net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts.net.shibboleth.utilities.java.support.net Classes for working with HTTP URLs and the protocol.net.shibboleth.utilities.java.support.primitive A set of utilities dealing with Java's primitive types.net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects.net.shibboleth.utilities.java.support.velocity Classes for working with Apache Velocity.net.shibboleth.utilities.java.support.xml 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 NotEmpty Modifier and Type Field Description private StringStringDigester. digestAlgorithmThe message digest algorithm to use.Method parameters in net.shibboleth.utilities.java.support.codec with annotations of type NotEmpty Modifier and Type Method Description voidStringDigester. setSalt(String s)Set a salt to add to the digest input for obfuscation.Constructor parameters in net.shibboleth.utilities.java.support.codec with annotations of type NotEmpty Constructor Description StringDigester(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 NotEmpty Modifier and Type Method Description voidAbstractIdentifiableInitializableComponent. setId(String componentId)Sets the ID of this component.protected voidAbstractIdentifiedInitializableComponent. setId(String componentId)Sets the ID of this component.voidIdentifiableComponent. setId(String componentId)Set 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 NotEmpty Modifier and Type Field Description static StringHttpClientSupport. CONTEXT_KEY_DYNAMIC_CONTEXT_HANDLERSContext key for instances of dynamic context handlers to be invoked before and after the HTTP request.static StringTLSSocketFactory. CONTEXT_KEY_HOSTNAME_VERIFIERHttpContext key for an instance ofHostnameVerifier.static StringTLSSocketFactory. CONTEXT_KEY_TLS_CIPHER_SUITESHttpContext key for a a list of TLS cipher suites to enable on the socket.static StringTLSSocketFactory. CONTEXT_KEY_TLS_PROTOCOLSHttpContext key for a a list of TLS protocols to enable on the socket.static StringTLSSocketFactory. SSLProtocol: SSL.static StringTLSSocketFactory. SSLV2Protocol: SSLv2.static StringTLSSocketFactory. TLSProtocol: TLS.Method parameters in net.shibboleth.utilities.java.support.httpclient with annotations of type NotEmpty Modifier and Type Method Description voidFileCachingHttpClientBuilder. 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 NotEmpty Modifier and Type Field Description static TrimOrNullStringFunctionTrimOrNullStringFunction. INSTANCEA singleton instance of this function.Methods in net.shibboleth.utilities.java.support.logic with annotations of type NotEmpty Modifier and Type Method Description StringTrimOrNullStringFunction. apply(String input)Method parameters in net.shibboleth.utilities.java.support.logic with annotations of type NotEmpty Modifier and Type Method Description static <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 NotEmpty Constructor Description RegexPredicate(String s)String constructor.ScriptedBiConsumer(EvaluableScript theScript)Constructor.ScriptedBiConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiFunction(EvaluableScript theScript)Constructor.ScriptedBiFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiPredicate(EvaluableScript theScript)Constructor.ScriptedBiPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedBiPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedConsumer(EvaluableScript theScript)Constructor.ScriptedConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedConsumer(EvaluableScript theScript, String extraInfo)Constructor.ScriptedFunction(EvaluableScript theScript)Constructor.ScriptedFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedFunction(EvaluableScript theScript, String extraInfo)Constructor.ScriptedPredicate(EvaluableScript theScript)Constructor.ScriptedPredicate(EvaluableScript theScript, String extraInfo)Constructor.ScriptedPredicate(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 NotEmpty Modifier and Type Field Description private static 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 NotEmpty Modifier and Type Method Description static 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 NotEmpty Modifier and Type Method Description voidCookieManager. addCookie(String name, String value)Add a cookie with the specified name and value.voidCookieManager. addCookie(String name, String value)Add 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.StringCookieManager. 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 NotEmpty Constructor Description SameSiteValue(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 NotEmpty Modifier and Type Field Description static StringDeprecationSupport. LOG_CATEGORYLog category name for warnings.private StringDeprecationSupport.ObjectType. textPrinted version.Methods in net.shibboleth.utilities.java.support.primitive with annotations of type NotEmpty Modifier and Type Method Description StringLangBearingString. 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 NotEmpty Modifier and Type Method Description static 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 NotEmpty Constructor Description LangBearingString(String value, String lang)Constructor.ObjectType(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 NotEmpty Modifier and Type Field Description static 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 NotEmpty Modifier and Type Method Description StringEvaluableScript. getScript()Gets the script source.StringEvaluableScript. getScriptLanguage()Gets the script language.voidEvaluableScript. setEngineName(String what)Sets the script language.voidEvaluableScript. setScript(File scriptSource)Sets the script source.voidEvaluableScript. setScript(InputStream scriptSource)Sets the script source.voidEvaluableScript. setScript(String what)Sets the script source.voidEvaluableScript. setScript(Resource scriptSource)Sets the script source.Method parameters in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmpty Modifier and Type Method Description voidEvaluableScript. setEngineName(String what)Sets the script language.voidEvaluableScript. setScript(String what)Sets the script source.Constructor parameters in net.shibboleth.utilities.java.support.scripting with annotations of type NotEmpty Constructor Description EvaluableScript(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 NotEmpty Modifier and Type Field Description static StringSelfSignedCertificateGenerator.CommandLineArgs. CERT_ALGCertificate algorithm.static StringSelfSignedCertificateGenerator.CommandLineArgs. CERT_FILEPath to certificate file to create.static StringSelfSignedCertificateGenerator.CommandLineArgs. CERT_LIFETIMECertificate lifetime.private StringSelfSignedCertificateGenerator.CommandLineArgs. certAlgCertificate algorithm.static StringSelfSignedCertificateGenerator.CommandLineArgs. DNS_ALTNAMESDNS subjectAltNames.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. HELPDisplay command usage.static StringSelfSignedCertificateGenerator.CommandLineArgs. HELPDisplay command usage.private StringSelfSignedCertificateGenerator.CommandLineArgs. hostnameHostname.static StringSelfSignedCertificateGenerator.CommandLineArgs. HOSTNAMEHostname for cert subject.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. KEY_ALIASKey alias base.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. KEY_COUNTNumber of keys to maintain.static StringSelfSignedCertificateGenerator.CommandLineArgs. KEY_FILEPath to private key file to create.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. KEY_SIZEKey size.static StringSelfSignedCertificateGenerator.CommandLineArgs. KEY_SIZEKey size.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. KEY_TYPEKey algorithm.static 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 StringDataSealer. MAGIC_STRINGMagic string to signal use of per-node prefix feature.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. STORE_FILEPath to keystore to create.static StringSelfSignedCertificateGenerator.CommandLineArgs. STORE_FILEPath to keystore to create.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. STORE_PASSKeystore password.static StringSelfSignedCertificateGenerator.CommandLineArgs. STORE_PASSKeystore password.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. STORE_TYPEType of keystore to create.static StringSelfSignedCertificateGenerator.CommandLineArgs. STORE_TYPEType of keystore to create.static StringSelfSignedCertificateGenerator.CommandLineArgs. URI_ALTNAMESURI subjectAltNames.static StringBasicKeystoreKeyStrategyTool.CommandLineArgs. VERSION_FILEPath to key versioning file.Methods in net.shibboleth.utilities.java.support.security with annotations of type NotEmpty Modifier and Type Method Description StringIdentifierGenerationStrategy. generateIdentifier()Generates an identifier guaranteed to be XML ID safe.StringIdentifierGenerationStrategy. generateIdentifier(boolean xmlSafe)Generates an identifier.Method parameters in net.shibboleth.utilities.java.support.security with annotations of type NotEmpty Modifier and Type Method Description private StringDataSealer. extractAndCheckDecryptedData(byte[] decryptedBytes)Extract the GZIP'd data and test for expiration before returning it.SecretKeyDataSealerKeyStrategy. getKey(String name)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.StringDataSealer. unwrap(String wrapped)Decrypts and verifies an encrypted bundle created withDataSealer.wrap(String, Instant).StringDataSealer. 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.StringDataSealer. wrap(String data)Equivalent toDataSealer.wrap(String, Instant)with expiration set to "never".StringDataSealer. wrap(String data, Instant exp)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 NotEmpty Modifier and Type Field Description static StringBasicKeystoreKeyStrategy. CURRENT_VERSION_PROPName of property representing current key version.private 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 NotEmpty Modifier and Type Method Description StringFixedStringIdentifierGenerationStrategy. generateIdentifier()Deprecated, for removal: This API element is subject to removal in a future version.Generates an identifier guaranteed to be XML ID safe.StringFixedStringIdentifierGenerationStrategy. generateIdentifier(boolean xmlSafe)Deprecated, for removal: This API element is subject to removal in a future version.Generates an identifier.StringRandomIdentifierGenerationStrategy. generateIdentifier()Generates an identifier guaranteed to be XML ID safe.StringRandomIdentifierGenerationStrategy. generateIdentifier(boolean xmlSafe)Generates an identifier.StringType4UUIDIdentifierGenerationStrategy. generateIdentifier()Generates an identifier guaranteed to be XML ID safe.StringType4UUIDIdentifierGenerationStrategy. generateIdentifier(boolean xmlSafe)Generates an identifier.Method parameters in net.shibboleth.utilities.java.support.security.impl with annotations of type NotEmpty Modifier and Type Method Description SecretKeyBasicKeystoreKeyStrategy. getKey(String name)Get a specifically named key.SecretKeyScriptedKeyStrategy. getKey(String name)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 NotEmpty Constructor Description FixedStringIdentifierGenerationStrategy(String id)Deprecated, 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 NotEmpty Modifier and Type Method Description protected 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 NotEmpty Modifier and Type Field Description private StringTemplate. templateEncodingThe character encoding of the template.private StringTemplate. templateNameThe name of the template to be evaluated.Method parameters in net.shibboleth.utilities.java.support.velocity with annotations of type NotEmpty Modifier and Type Method Description static 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 Constructor Description Template(org.apache.velocity.app.VelocityEngine velocityEngine, String velocityTemplateName, String velocityTemplateEncoding)Constructor. -
Uses of NotEmpty in net.shibboleth.utilities.java.support.xml
Fields in net.shibboleth.utilities.java.support.xml with annotations of type NotEmpty Modifier and Type Field Description private Stack<SoftReference<DocumentBuilder>>BasicParserPool. builderPoolCache of document builders.Method parameters in net.shibboleth.utilities.java.support.xml with annotations of type NotEmpty Modifier and Type Method Description static 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 Constructor Description SchemaLanguage(String uri)Constructor.
-