Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AuthnContextDeclRef |
AuthnContext.getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context.
|
Modifier and Type | Method and Description |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContext.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnContext.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthnContextDeclRefImpl
A concrete implementation of
AuthnContextDeclRef . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContextImpl.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnContextImpl.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthnContextDeclRefSchemaValidator.validate(AuthnContextDeclRef authnCDR) |
protected void |
AuthnContextDeclRefSchemaValidator.validateDeclRef(AuthnContextDeclRef authnCDR)
Checks that the Declaration Reference is present.
|
Copyright © 1999-2013. All Rights Reserved.