Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.NonnullAfterInit
-
Packages that use NonnullAfterInit Package Description 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.net Classes for working with HTTP URLs and the protocol.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. -
-
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.component
Fields in net.shibboleth.utilities.java.support.component with annotations of type NonnullAfterInit Modifier and Type Field Description private StringAbstractIdentifiedInitializableComponent. idThe unique identifier for this component.Methods in net.shibboleth.utilities.java.support.component with annotations of type NonnullAfterInit Modifier and Type Method Description StringAbstractIdentifiedInitializableComponent. getId()Get the ID of this component. -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.net
Fields in net.shibboleth.utilities.java.support.net with annotations of type NonnullAfterInit Modifier and Type Field Description private 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 NonnullAfterInit Modifier and Type Method Description private 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 NonnullAfterInit Modifier and Type Field Description private StringEvaluableScript. scriptThe script to execute.private EvaluableScriptScriptedRunnable. scriptWhat is run.private ScriptedRunnable.RunnableScriptEvaluatorScriptedRunnable. scriptEvaluatorEvaluator.Methods in net.shibboleth.utilities.java.support.scripting with annotations of type NonnullAfterInit Modifier and Type Method Description EvaluableScriptScriptedRunnable. getScript()Gets the script to be evaluated. -
Uses of NonnullAfterInit in net.shibboleth.utilities.java.support.security
Fields in net.shibboleth.utilities.java.support.security with annotations of type NonnullAfterInit Modifier and Type Field Description private 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 NonnullAfterInit Modifier and Type Field Description private 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.
-