Uses of Class
net.shibboleth.idp.attribute.AttributeDecodingException
-
Packages that use AttributeDecodingException Package Description net.shibboleth.idp.attribute.transcoding APIs for transcoding of attributes. -
-
Uses of AttributeDecodingException in net.shibboleth.idp.attribute.transcoding
Methods in net.shibboleth.idp.attribute.transcoding that throw AttributeDecodingException Modifier and Type Method Description IdPAttributeAbstractAttributeTranscoder. decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.IdPAttributeAttributeTranscoder. decode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.protected abstract IdPAttributeAbstractAttributeTranscoder. doDecode(ProfileRequestContext profileRequestContext, T input, TranscodingRule rule)Decode the supplied object into a protocol-neutral representation.
-