パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnContextDeclRef |
AuthnContext.getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContext.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContext.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AuthnContextDeclRefImpl
A concrete implementation of
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)
Creates an XMLObject with a given fully qualified name.
|
AuthnContextDeclRef |
AuthnContextImpl.getAuthnContextDeclRef()
Gets the URI of the Declaration of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnContextDeclRef> |
RequestedAuthnContextImpl.getAuthnContextDeclRefs()
Gets the AuthnContextDeclRefs of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContextImpl.setAuthnContextDeclRef(AuthnContextDeclRef newAuthnContextDeclRef)
Sets the URI of the Declaration of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContextDeclRefSchemaValidator.validate(AuthnContextDeclRef authnCDR)
Checks to see if a XMLObject is valid.
|
protected void |
AuthnContextDeclRefSchemaValidator.validateDeclRef(AuthnContextDeclRef authnCDR)
Checks that the Declaration Reference is present.
|
Copyright © 2012. All Rights Reserved.