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
.-
Field Summary
Fields -
Method Summary
Methods inherited from interface net.shibboleth.idp.attribute.transcoding.AttributeTranscoder
decode, encode, getEncodedName, getEncodedType
Methods inherited from interface net.shibboleth.utilities.java.support.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_NAMESPACE
The namespace of the attribute name.- See Also:
-