Uses of Interface
org.opensaml.saml.saml2.core.AuthnContext
-
Packages that use AuthnContext Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of AuthnContext in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return AuthnContext Modifier and Type Method Description AuthnContextAuthnStatement. getAuthnContext()Gets the context used to authenticate the subject.Methods in org.opensaml.saml.saml2.core with parameters of type AuthnContext Modifier and Type Method Description voidAuthnStatement. setAuthnContext(AuthnContext newAuthnContext)Sets the context used to authenticate the subject.
-