Interface SAML1AttributeTranscoder<EncodedType extends IdPAttributeValue>

Type Parameters:
EncodedType - the type of data that can be handled by the transcoder
All Superinterfaces:
AttributeTranscoder<AttributeDesignator>, Component, InitializableComponent
All Known Implementing Classes:
AbstractSAML1AttributeTranscoder, SAML1ByteAttributeTranscoder, SAML1ScopedStringAttributeTranscoder, SAML1StringAttributeTranscoder, SAML1XMLObjectAttributeTranscoder

public interface SAML1AttributeTranscoder<EncodedType extends IdPAttributeValue> extends AttributeTranscoder<AttributeDesignator>
Marker interface for transcoders that operate on a SAML 1 Attribute or AttributeDesignator.