パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnContextClassRef |
AuthnContext.getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnContextClassRef> |
RequestedAuthnContext.getAuthnContextClassRefs()
Gets the AuthnContextClassRefs of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContext.setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AuthnContextClassRefImpl
A concrete implementation of
AuthnContextClassRef . |
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnContextClassRef |
AuthnContextClassRefBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AuthnContextClassRef |
AuthnContextImpl.getAuthnContextClassRef()
Gets the URI identifying the Context Class of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnContextClassRef> |
RequestedAuthnContextImpl.getAuthnContextClassRefs()
Gets the AuthnContextClassRefs of this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContextImpl.setAuthnContextClassRef(AuthnContextClassRef newAuthnContextClassRef)
Sets the URI identifying the Context Class of this Authentication Context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnContextClassRefSchemaValidator.validate(AuthnContextClassRef authnContextClassRef)
Checks to see if a XMLObject is valid.
|
protected void |
AuthnContextClassRefSchemaValidator.validateClassRef(AuthnContextClassRef authnCCR)
Checks that the AuthnContextClassRef is present.
|
Copyright © 2012. All Rights Reserved.