パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.provider | |
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeStatement |
ShibbolethSAML2AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 2 attribute statement from a collection of
BaseAttribute . |
AttributeStatement |
SAML2AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 2 attribute statement from a collection of
BaseAttribute . |
修飾子とタイプ | メソッドと説明 |
---|---|
protected AttributeStatement |
AbstractSAML2ProfileHandler.buildAttributeStatement(BaseSAML2ProfileRequestContext<?,?,?> requestContext)
Executes a query for attributes and builds a SAML attribute statement from the results.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeStatement> |
Assertion.getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeStatement |
AttributeStatementBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AttributeStatement |
AttributeStatementBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeStatement> |
AssertionImpl.getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AttributeStatementSchemaValidator.validate(AttributeStatement attributeStatement)
Checks to see if a XMLObject is valid.
|
protected void |
AttributeStatementSchemaValidator.validateAttributes(AttributeStatement attributeStatement)
Checks that at least one Attribute is present.
|
Copyright © 2012. All Rights Reserved.