AttributeEncoder implementations.See: Description
| Class | Description |
|---|---|
| SAML1ByteAttributeEncoder | |
| SAML1ScopedStringAttributeEncoder |
AttributeEncoder that produces SAML 1 attributes from an
IdPAttribute that contains scoped string values. |
| SAML1StringAttributeEncoder | |
| SAML1StringNameIdentifierEncoder |
NameIdentifierAttributeEncoder that encodes the first String value of an
IdPAttribute to a SAML 1 NameIdentifier. |
| SAML1XMLObjectAttributeEncoder |
AttributeEncoder that produces SAML 1 attributes from an
IdPAttribute that contains XMLObjectAttributeValue values. |
| SAML2ByteAttributeEncoder | |
| SAML2ScopedStringAttributeEncoder |
AttributeEncoder that produces a SAML 2 Attribute from an
IdPAttribute that contains scoped string values. |
| SAML2StringAttributeEncoder | |
| SAML2StringNameIDEncoder |
NameIdentifierAttributeEncoder that encodes the first String value of an
IdPAttribute to a SAML 2 NameID. |
| SAML2XMLObjectAttributeEncoder |
AttributeEncoder that produces a SAML 2 Attribute from an IdPAttribute
that contains XMLObject values. |
AttributeEncoder implementations.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.