Uses of Interface
org.opensaml.saml.saml2.core.AuthnContextDeclRef
Packages that use AuthnContextDeclRef
Package
Description
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 AuthnContextDeclRefModifier and TypeMethodDescriptionAuthnContext.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 AuthnContextDeclRefModifier and TypeMethodDescriptionRequestedAuthnContext.getAuthnContextDeclRefs()Gets the AuthnContextDeclRefs of this request.Methods in org.opensaml.saml.saml2.core with parameters of type AuthnContextDeclRefModifier and TypeMethodDescriptionvoidAuthnContext.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef) Sets the URI of the Declaration of this Authentication Context.