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

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