Uses of Interface
org.opensaml.saml.saml2.core.AuthnContext
Packages that use AuthnContext
Package
Description
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 AuthnContextModifier and TypeMethodDescriptionAuthnStatement.getAuthnContext()Gets the context used to authenticate the subject.Methods in org.opensaml.saml.saml2.core with parameters of type AuthnContextModifier and TypeMethodDescriptionvoidAuthnStatement.setAuthnContext(AuthnContext newAuthnContext) Sets the context used to authenticate the subject.