Package net.shibboleth.idp.cas.attribute
Interface CASAttributeTranscoder
- All Superinterfaces:
AttributeTranscoder<Attribute>,Component,InitializableComponent
- All Known Implementing Classes:
AbstractCASAttributeTranscoder,CASDateTimeAttributeTranscoder,CASScopedStringAttributeTranscoder,CASStringAttributeTranscoder
Marker interface for transcoders that support CAS attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of metadata tag/attribute to check for in the event thatPROP_NAME_FROM_METADATAis used.static final StringThe attribute name.static final StringFlag to signal use of metadata to override name to encode. -
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_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:
-