Uses of Interface
org.opensaml.saml.saml2.core.AuthnContextDeclRef
-
Packages that use AuthnContextDeclRef Package Description org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces. -
-
Uses of AuthnContextDeclRef in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return AuthnContextDeclRef Modifier and Type Method Description AuthnContextDeclRefAuthnContext. getAuthnContextDeclRef()Gets the URI of the Declaration of this Authentication Context.Methods in org.opensaml.saml.saml2.core that return types with arguments of type AuthnContextDeclRef Modifier and Type Method Description List<AuthnContextDeclRef>RequestedAuthnContext. getAuthnContextDeclRefs()Gets the AuthnContextDeclRefs of this request.Methods in org.opensaml.saml.saml2.core with parameters of type AuthnContextDeclRef Modifier and Type Method Description voidAuthnContext. setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)Sets the URI of the Declaration of this Authentication Context.
-