Class AbstractOIDCAttributeTranscoder

All Implemented Interfaces:
AttributeTranscoder<JSONObject>, OIDCAttributeTranscoder, Component, DestructableComponent, InitializableComponent
Direct Known Subclasses:
OIDCByteAttributeTranscoder, OIDCScopedStringAttributeTranscoder, OIDCStringAttributeTranscoder

public abstract class AbstractOIDCAttributeTranscoder extends AbstractAttributeTranscoder<JSONObject> implements OIDCAttributeTranscoder
Abstract class for OIDC attribute encoders.