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.-
Field Summary
Fields -
Method Summary
Methods inherited from interface net.shibboleth.idp.attribute.transcoding.AttributeTranscoder
decode, encode, getEncodedName, getEncodedTypeMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Field Details
-
PROP_NAME
The attribute name.- See Also:
-
PROP_ENCODE_TYPE
Whether to encode the xsi:type.- See Also:
-
PROP_FRIENDLY_NAME
A friendly, human readable, name for the attribute.- See Also:
-
PROP_NAME_FORMAT
The format of the attribute name.- See Also:
-