パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.provider | |
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeStatement |
ShibbolethSAML1AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 1 attribute statement from a collection of
BaseAttribute . |
AttributeStatement |
SAML1AttributeAuthority.buildAttributeStatement(AttributeQuery query,
Collection<BaseAttribute> attributes)
Creates a SAML 1 attribute statement from a collection of
BaseAttribute . |
protected Collection<Attribute> |
ShibbolethSAML1AttributeAuthority.encodeAttributes(AttributeQuery query,
Collection<BaseAttribute> attributes)
This encodes the supplied attributes with that attribute's SAML1 encoder.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
BaseSAML1MessageDecoder.extractAttributeQueryInfo(SAMLMessageContext messageContext,
AttributeQuery query)
Extract the issuer, and populate message context, from the Resource attribute of the Attribute query if
BaseSAML1MessageDecoder.useQueryResourceAsEntityId is true. |
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeQuery |
Request.getAttributeQuery()
Get the request AttributeQuery
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AttributeQueryImpl
Concrete implementation of the
AttributeQuery interface |
修飾子とタイプ | メソッドと説明 |
---|---|
AttributeQuery |
AttributeQueryBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AttributeQuery |
AttributeQueryBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
AttributeQuery |
RequestImpl.getAttributeQuery()
Get the request AttributeQuery
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AttributeQuerySchemaValidator.validate(AttributeQuery attributeQuery)
Checks to see if a XMLObject is valid.
|
Copyright © 2012. All Rights Reserved.