| クラス | 説明 |
|---|---|
| AbstractAttributeEncoder<EncodedType> |
Base class for
AttributeEncoders. |
| AbstractSAML1AttributeEncoder |
Base for encoders that produce
Attributes. |
| AbstractSAML2AttributeEncoder |
Base for encoders that produce
Attributes. |
| AbstractScopedAttributeEncoder<EncodedType> |
Base class for scoped attribute encoders.
|
| SAML1Base64AttributeEncoder |
Implementation of SAML 1.X attribute encoder.
|
| SAML1ScopedStringAttributeEncoder |
Implementation of SAML 1.X scoped attribute encoder.
|
| SAML1StringAttributeEncoder |
Implementation of SAML 1.X attribute encoder.
|
| SAML1StringNameIdentifierEncoder |
An attribute encoder that takes the first value of an attribute and creates a
NameIdentifier of it. |
| SAML1XMLObjectAttributeEncoder |
A SAML 1 encoder that uses
XMLObject as the value for attribute values. |
| SAML2Base64AttributeEncoder |
Implementation of SAML 2.0 attribute encoder. * This attribute encoder only operates of
BaseAttributes with
value of type byte[]. |
| SAML2ScopedStringAttributeEncoder |
Implementation of SAML 2.0 scoped attribute encoder.
|
| SAML2StringAttributeEncoder |
Implementation of SAML 2.0 attribute encoder.
|
| SAML2StringNameIDEncoder |
An attribute encoder that takes the first value of an attribute and creates a
NameID of it. |
| SAML2XMLObjectAttributeEncoder |
A SAML 2 encoder that uses
XMLObject as the value for attribute values. |
Copyright © 2012. All Rights Reserved.