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
FieldsModifier and TypeFieldDescriptionstatic final StringName of metadata tag/attribute to check for in the event thatPROP_NAME_FROM_METADATAis used.static final StringWhether to encode the xsi:type.static final StringThe attribute name.static final StringFlag to signal use of metadata to override name to encode.static final StringThe namespace of the attribute name. -
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_NAMESPACE
The namespace of the attribute name.- See Also:
-
PROP_NAME_FROM_METADATA
Flag to signal use of metadata to override name to encode.- Since:
- 5.1.0
- See Also:
-
METADATA_TAG_NAME
Name of metadata tag/attribute to check for in the event thatPROP_NAME_FROM_METADATAis used.- Since:
- 5.1.0
- See Also:
-