Uses of Annotation Type
net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit
Packages that use NonnullAfterInit
Package
Description
Set of interfaces used to describe basic features of "components" or "modules" within a larger system.
Classes for working with HTTP URLs and the protocol.
Classes for working with JSR-223 scripting environments.
Helpers for common security related tasks.
Implementations of security interfaces.
-
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.component
Fields in net.shibboleth.utilities.java.support.component with annotations of type NonnullAfterInitModifier and TypeFieldDescriptionprivate StringAbstractIdentifiedInitializableComponent.idThe unique identifier for this component.Methods in net.shibboleth.utilities.java.support.component with annotations of type NonnullAfterInit -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.net
Fields in net.shibboleth.utilities.java.support.net with annotations of type NonnullAfterInitModifier and TypeFieldDescriptionprivate NonnullSupplier<javax.servlet.http.HttpServletRequest>CookieManager.httpRequestSupplierSupplier for the servlet request to read from.private NonnullSupplier<javax.servlet.http.HttpServletResponse>CookieManager.httpResponseSupplierSupplier for the servlet response to write to.Methods in net.shibboleth.utilities.java.support.net with annotations of type NonnullAfterInitModifier and TypeMethodDescriptionprivate javax.servlet.http.HttpServletRequestCookieManager.getHttpServletRequest()Get the current HTTP request if available.private javax.servlet.http.HttpServletResponseCookieManager.getHttpServletResponse()Get the current HTTP response if available. -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.scripting
Fields in net.shibboleth.utilities.java.support.scripting with annotations of type NonnullAfterInitModifier and TypeFieldDescriptionprivate StringEvaluableScript.scriptThe script to execute.private EvaluableScriptScriptedRunnable.scriptWhat is run.ScriptedRunnable.scriptEvaluatorEvaluator.Methods in net.shibboleth.utilities.java.support.scripting with annotations of type NonnullAfterInit -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.security
Fields in net.shibboleth.utilities.java.support.security with annotations of type NonnullAfterInitModifier and TypeFieldDescriptionprivate DataSealerKeyStrategyDataSealer.keyStrategySource of keys.private SecureRandomDataSealer.randomSource of secure random data. -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.security.impl
Fields in net.shibboleth.utilities.java.support.security.impl with annotations of type NonnullAfterInitModifier and TypeFieldDescriptionprivate StringBasicKeystoreKeyStrategy.currentAliasCurrent key alias loaded.private StringScriptedKeyStrategy.currentAliasCurrent key alias loaded.private SecretKeyBasicKeystoreKeyStrategy.defaultKeyCurrent default key loaded.private SecretKeyScriptedKeyStrategy.defaultKeyCurrent default key loaded.private StringBasicKeystoreKeyStrategy.keyAliasKeystore base alias for encryption keys.private StringBasicKeystoreKeyStrategy.keyPasswordPassword for encryption key(s).private EvaluableScriptScriptedKeyStrategy.keyScriptScript to obtain keys.private StringBasicKeystoreKeyStrategy.keystorePasswordPassword for keystore.private ResourceBasicKeystoreKeyStrategy.keystoreResourceKeystore resource.private StringBasicKeystoreKeyStrategy.keystoreTypeType of keystore to use for access to keys.private ResourceBasicKeystoreKeyStrategy.keyVersionResourceVersion resource.