Class AbstractSAML2AttributeTranscoder<EncodedType extends IdPAttributeValue>

Type Parameters:
EncodedType - the type of data that can be handled by the transcoder
All Implemented Interfaces:
AttributeTranscoder<Attribute>, SAML2AttributeTranscoder<EncodedType>, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
SAML2ByteAttributeTranscoder, SAML2DateTimeAttributeTranscoder, SAML2ScopedStringAttributeTranscoder, SAML2StringAttributeTranscoder, SAML2XMLObjectAttributeTranscoder

public abstract class AbstractSAML2AttributeTranscoder<EncodedType extends IdPAttributeValue> extends AbstractSAMLAttributeTranscoder<Attribute,EncodedType> implements SAML2AttributeTranscoder<EncodedType>
Base class for transcoders that operate on a SAML 2 Attribute or RequestedAttribute.