パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.encoding.provider | |
edu.internet2.middleware.shibboleth.common.attribute.provider | |
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.
|
修飾子とタイプ | フィールドと説明 |
---|---|
protected SAMLObjectBuilder<Attribute> |
AbstractSAML1AttributeEncoder.attributeBuilder
Attribute factory.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
SAML1XMLObjectAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML1ScopedStringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML1Base64AttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
Attribute |
SAML1StringAttributeEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AbstractSAML1AttributeEncoder.populateAttribute(Attribute attribute)
Populates the attribute with attribute name and namespace.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Collection<Attribute> |
ShibbolethSAML1AttributeAuthority.encodeAttributes(AttributeQuery query,
Collection<BaseAttribute> attributes)
This encodes the supplied attributes with that attribute's SAML1 encoder.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
AttributeStatement.getAttributes()
Get all the subsiduary Attribute elements
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AttributeImpl
A Concrete implementation of the
Attribute Interface |
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
AttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Attribute |
AttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Attribute> |
AttributeStatementImpl.getAttributes()
Get all the subsiduary Attribute elements
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AttributeSchemaValidator.validate(Attribute attribute)
Checks to see if a XMLObject is valid.
|
protected void |
AttributeSchemaValidator.validateAttributeValue(Attribute attribute)
Validates that the attribute has at least one attribute value.
|
Copyright © 2012. All Rights Reserved.