Class AbstractSAML1AttributeTranscoder<EncodedType extends IdPAttributeValue>

Type Parameters:
EncodedType - the type of data that can be handled by the transcoder
All Implemented Interfaces:
AttributeTranscoder<AttributeDesignator>, SAML1AttributeTranscoder<EncodedType>, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
SAML1ByteAttributeTranscoder, SAML1ScopedStringAttributeTranscoder, SAML1StringAttributeTranscoder, SAML1XMLObjectAttributeTranscoder

public abstract class AbstractSAML1AttributeTranscoder<EncodedType extends IdPAttributeValue> extends AbstractSAMLAttributeTranscoder<AttributeDesignator,EncodedType> implements SAML1AttributeTranscoder<EncodedType>
Base class for transcoders that operate on a SAML 1 Attribute or AttributeDesignator.