Uses of Interface
net.shibboleth.oidc.attribute.transcoding.OIDCAttributeTranscoder
-
Packages that use OIDCAttributeTranscoder Package Description net.shibboleth.oidc.attribute.transcoding OIDC Attribute Transcoding base classes.net.shibboleth.oidc.attribute.transcoding.impl Attribute encoder implementations. -
-
Uses of OIDCAttributeTranscoder in net.shibboleth.oidc.attribute.transcoding
Classes in net.shibboleth.oidc.attribute.transcoding that implement OIDCAttributeTranscoder Modifier and Type Class Description classAbstractOIDCAttributeTranscoderAbstract class for OIDC attribute encoders. -
Uses of OIDCAttributeTranscoder in net.shibboleth.oidc.attribute.transcoding.impl
Classes in net.shibboleth.oidc.attribute.transcoding.impl that implement OIDCAttributeTranscoder 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.
-