Class AbstractOIDCAttributeTranscoder

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.attribute.transcoding.AbstractAttributeTranscoder<net.minidev.json.JSONObject>
net.shibboleth.oidc.attribute.transcoding.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.