Interface SAML2AttributeTranscoder<EncodedType extends IdPAttributeValue>

Type Parameters:
EncodedType - the type of data that can be handled by the transcoder
All Superinterfaces:
AttributeTranscoder<Attribute>, Component, InitializableComponent
All Known Implementing Classes:
AbstractSAML2AttributeTranscoder, SAML2ByteAttributeTranscoder, SAML2DateTimeAttributeTranscoder, SAML2ScopedStringAttributeTranscoder, SAML2StringAttributeTranscoder, SAML2XMLObjectAttributeTranscoder

public interface SAML2AttributeTranscoder<EncodedType extends IdPAttributeValue> extends AttributeTranscoder<Attribute>
Marker interface for transcoders that operate on a SAML 2 Attribute or RequestedAttribute.