Uses of Class
net.shibboleth.oidc.attribute.transcoding.AbstractOIDCAttributeTranscoder
-
Packages that use AbstractOIDCAttributeTranscoder Package Description net.shibboleth.oidc.attribute.transcoding.impl Attribute encoder implementations. -
-
Uses of AbstractOIDCAttributeTranscoder in net.shibboleth.oidc.attribute.transcoding.impl
Subclasses of AbstractOIDCAttributeTranscoder in net.shibboleth.oidc.attribute.transcoding.impl Modifier and Type Class Description classOIDCByteAttributeTranscoderClass encoding byte attributes to base64 encoded string json object.classOIDCScopedStringAttributeTranscoderClass encoding scoped string attributes to string json object.classOIDCStringAttributeTranscoderClass encoding string attributes to string json object.
-