|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthnContextDeclRef | |
---|---|
org.opensaml.saml2.core | Interfaces for SAML 2.0 core specification types and elements. |
org.opensaml.saml2.core.impl | Implementations of SAML 2.0 core specification types and elements. |
org.opensaml.saml2.core.validator | Validation rules for SAML 2.0 core types and elements. |
Uses of AuthnContextDeclRef in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return AuthnContextDeclRef | |
---|---|
AuthnContextDeclRef |
AuthnContext.getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context. |
Methods in org.opensaml.saml2.core that return types with arguments of type AuthnContextDeclRef | |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContext.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request. |
Methods in org.opensaml.saml2.core with parameters of type AuthnContextDeclRef | |
---|---|
void |
AuthnContext.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context. |
Uses of AuthnContextDeclRef in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement AuthnContextDeclRef | |
---|---|
class |
AuthnContextDeclRefImpl
A concrete implementation of AuthnContextDeclRef . |
Methods in org.opensaml.saml2.core.impl that return AuthnContextDeclRef | |
---|---|
AuthnContextDeclRef |
AuthnContextDeclRefBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AuthnContextDeclRef |
AuthnContextDeclRefBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
AuthnContextDeclRef |
AuthnContextImpl.getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context. |
Methods in org.opensaml.saml2.core.impl that return types with arguments of type AuthnContextDeclRef | |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContextImpl.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request. |
Methods in org.opensaml.saml2.core.impl with parameters of type AuthnContextDeclRef | |
---|---|
void |
AuthnContextImpl.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context. |
Uses of AuthnContextDeclRef in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type AuthnContextDeclRef | |
---|---|
void |
AuthnContextDeclRefSchemaValidator.validate(AuthnContextDeclRef authnCDR)
|
protected void |
AuthnContextDeclRefSchemaValidator.validateDeclRef(AuthnContextDeclRef authnCDR)
Checks that the Declaration Reference is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |