Uses of Interface
net.shibboleth.oidc.attribute.transcoding.OIDCAttributeTranscoder
Packages that use OIDCAttributeTranscoder
Package
Description
OIDC Attribute Transcoding base classes.
Attribute encoder implementations.
-
Uses of OIDCAttributeTranscoder in net.shibboleth.oidc.attribute.transcoding
Classes in net.shibboleth.oidc.attribute.transcoding that implement OIDCAttributeTranscoderModifier and TypeClassDescriptionclassAbstract 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 OIDCAttributeTranscoderModifier and TypeClassDescriptionclassClass encoding byte attributes to base64 encoded string json object.classClass encoding scoped string attributes to string json object.classClass encoding string attributes to string json object.