パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected AuthnStatement |
SAML2ECPProfileHandler.buildAuthnStatement(SSOProfileHandler.SSORequestContext requestContext)
Creates an authentication statement for the current request.
|
protected AuthnStatement |
SSOProfileHandler.buildAuthnStatement(SSOProfileHandler.SSORequestContext requestContext)
Creates an authentication statement for the current request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnStatement> |
Assertion.getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AuthnStatementImpl
A concrete implementation of
AuthnStatement . |
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnStatement |
AuthnStatementBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnStatement |
AuthnStatementBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AuthnStatement> |
AssertionImpl.getAuthnStatements()
Gets the list of AuthnStatements attached to this assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnStatementSchemaValidator.validate(AuthnStatement authnStatement)
Checks to see if a XMLObject is valid.
|
protected void |
AuthnStatementSchemaValidator.validateAuthnContext(AuthnStatement authnStatement)
Checks that the AuthnContext element is present.
|
protected void |
AuthnStatementSchemaValidator.validateAuthnInstant(AuthnStatement authnStatement)
Checks that the AuthnInstant attribute is present.
|
Copyright © 2012. All Rights Reserved.