修飾子とタイプ | メソッドと説明 |
---|---|
abstract List<AttributeEncoder> |
BaseAttribute.getEncoders()
Gets the list of attribute encoders usable with this attribute.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SAML1AttributeEncoder
SAML 1.X attribute encoder.
|
interface |
SAML1NameIdentifierEncoder
SAML 1.X
NameIdentifier encoder for attributes. |
interface |
SAML2AttributeEncoder
SAML 2.0 attribute encoder.
|
interface |
SAML2NameIDEncoder
SAML 2.0 NameID attribute encoder.
|
interface |
SAMLNameIdentifierEncoder<NameIDType extends XMLObject>
Base interface for encoders that generate SAML name identifiers.
|
interface |
XMLObjectAttributeEncoder<XMLObjectType extends XMLObject>
Attribute encoder that encodes attributes into XMLObjects.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractAttributeEncoder<EncodedType>
Base class for
AttributeEncoder s. |
class |
AbstractSAML1AttributeEncoder
Base for encoders that produce
Attribute s. |
class |
AbstractSAML2AttributeEncoder
Base for encoders that produce
Attribute s. |
class |
AbstractScopedAttributeEncoder<EncodedType>
Base class for scoped attribute encoders.
|
class |
SAML1Base64AttributeEncoder
Implementation of SAML 1.X attribute encoder.
|
class |
SAML1ScopedStringAttributeEncoder
Implementation of SAML 1.X scoped attribute encoder.
|
class |
SAML1StringAttributeEncoder
Implementation of SAML 1.X attribute encoder.
|
class |
SAML1StringNameIdentifierEncoder
An attribute encoder that takes the first value of an attribute and creates a
NameIdentifier of it. |
class |
SAML1XMLObjectAttributeEncoder
A SAML 1 encoder that uses
XMLObject as the value for attribute values. |
class |
SAML2Base64AttributeEncoder
Implementation of SAML 2.0 attribute encoder. * This attribute encoder only operates of
BaseAttribute s with
value of type byte[] . |
class |
SAML2ScopedStringAttributeEncoder
Implementation of SAML 2.0 scoped attribute encoder.
|
class |
SAML2StringAttributeEncoder
Implementation of SAML 2.0 attribute encoder.
|
class |
SAML2StringNameIDEncoder
An attribute encoder that takes the first value of an attribute and creates a
NameID of it. |
class |
SAML2XMLObjectAttributeEncoder
A SAML 2 encoder that uses
XMLObject as the value for attribute values. |
修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeEncoder> |
BasicAttribute.getEncoders()
Gets the list of attribute encoders usable with this attribute.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeEncoder> |
ContextualAttributeDefinition.getAttributeEncoders()
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
|
List<AttributeEncoder> |
AttributeDefinition.getAttributeEncoders()
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
|
List<AttributeEncoder> |
BaseAttributeDefinition.getAttributeEncoders()
Gets the map of encoders to be added to attributes produced by this definition, keyed on encoder category.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<AttributeEncoder> |
BaseAttributeDefinitionFactoryBean.getAttributeEncoders()
Gets the encoders for the attributes.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
BaseAttributeDefinitionFactoryBean.setAttributeEncoders(List<AttributeEncoder> encoders)
Sets the encoders for the attributes.
|
Copyright © 2012. All Rights Reserved.