Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoder
-
Packages that use AttributeTranscoder Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes. -
-
Uses of AttributeTranscoder in net.shibboleth.idp.attribute.transcoding
Classes in net.shibboleth.idp.attribute.transcoding that implement AttributeTranscoder Modifier and Type Class Description classAbstractAttributeTranscoder<T>Base class for transcoders.Methods in net.shibboleth.idp.attribute.transcoding that return AttributeTranscoder Modifier and Type Method Description static <T> AttributeTranscoder<T>TranscoderSupport. getTranscoder(TranscodingRule rule)Pull anAttributeTranscoderobject out of the rule provided.
-