Class AbstractOIDCAttributeTranscoder

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

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