Package net.shibboleth.idp.cas.attribute
Interface CASAttributeTranscoder
-
- All Superinterfaces:
AttributeTranscoder<Attribute>,Component,InitializableComponent
- All Known Implementing Classes:
AbstractCASAttributeTranscoder
public interface CASAttributeTranscoder extends AttributeTranscoder<Attribute>
Marker interface for transcoders that support CAS attributes.
-
-
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 Detail
-
PROP_NAME
@Nonnull @NotEmpty static final String PROP_NAME
The attribute name.- See Also:
- Constant Field Values
-
-