Uses of Class
net.shibboleth.idp.attribute.AttributeEncodingException
-
Packages that use AttributeEncodingException Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes. -
-
Uses of AttributeEncodingException in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that throw AttributeEncodingException Modifier and Type Method Description protected abstract TAbstractAttributeTranscoder. doEncode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAbstractAttributeTranscoder. encode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.TAttributeTranscoder. encode(ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<? extends T> to, TranscodingRule rule)Encode the supplied attribute into a protocol specific representation.
-