Uses of Class
net.shibboleth.idp.attribute.AttributeException
-
Packages that use AttributeException Package Description net.shibboleth.idp.attribute IdPAttributes are protocol-agnostic units of information about some thing, usually a user.net.shibboleth.idp.attribute.filter This package contains a filtering engine for a collection ofIdPAttributes. -
-
Uses of AttributeException in net.shibboleth.idp.attribute
Subclasses of AttributeException in net.shibboleth.idp.attribute Modifier and Type Class Description classAttributeDecodingExceptionIndicates a problem during decoding into an attribute.classAttributeEncodingExceptionIndicates a problem during the encoding of an attribute.classUnsupportedAttributeTypeExceptionException thrown when a particularIdPAttributeValuetype was expected but a different one was encountered. -
Uses of AttributeException in net.shibboleth.idp.attribute.filter
Subclasses of AttributeException in net.shibboleth.idp.attribute.filter Modifier and Type Class Description classAttributeFilterExceptionIndicates that an error has occurred during an attribute filtering process.
-