Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.AttributeRequestException

Packages that use AttributeRequestException
edu.internet2.middleware.shibboleth.common.attribute   
edu.internet2.middleware.shibboleth.common.attribute.encoding   
edu.internet2.middleware.shibboleth.common.attribute.filtering   
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider   
edu.internet2.middleware.shibboleth.common.attribute.provider   
edu.internet2.middleware.shibboleth.common.attribute.resolver   
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute
 

Methods in edu.internet2.middleware.shibboleth.common.attribute that throw AttributeRequestException
 Map<String,BaseAttribute> AttributeAuthority.getAttributes(ContextType requestContext)
          Gets the attributes for the principal identified in the request.
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.encoding
 

Subclasses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.encoding
 class AttributeEncodingException
          Indicates a problem during the encoding of an attribute.
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.filtering
 

Subclasses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.filtering
 class AttributeFilteringException
          General attribute acceptance policy exception.
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider
 

Subclasses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider
 class FilterProcessingException
          An exception resulting from the application of an attribute acceptance policy to a collection of attributes.
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.provider
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.provider that throw AttributeRequestException
 Map<String,BaseAttribute> ShibbolethSAML2AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends org.opensaml.saml2.core.RequestAbstractType,? extends org.opensaml.saml2.core.StatusResponseType,org.opensaml.saml2.core.NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
          Gets the attributes for the principal identified in the request.
 Map<String,BaseAttribute> ShibbolethSAML1AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends org.opensaml.common.SAMLObject,? extends org.opensaml.saml1.core.ResponseAbstractType,org.opensaml.saml1.core.NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
          Gets the attributes for the principal identified in the request.
 String ShibbolethSAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends org.opensaml.saml2.core.RequestAbstractType,? extends org.opensaml.saml2.core.StatusResponseType,org.opensaml.saml2.core.NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
          Resolves a NameID into the internal principal name used Shibboleth.
 String SAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends org.opensaml.saml2.core.RequestAbstractType,? extends org.opensaml.saml2.core.StatusResponseType,org.opensaml.saml2.core.NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
          Resolves a NameID into the internal principal name used Shibboleth.
 String ShibbolethSAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends org.opensaml.common.SAMLObject,? extends org.opensaml.saml1.core.ResponseAbstractType,org.opensaml.saml1.core.NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
          Resolves a NameIdentifier into the internal principal name used Shibboleth.
 String SAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends org.opensaml.common.SAMLObject,? extends org.opensaml.saml1.core.ResponseAbstractType,org.opensaml.saml1.core.NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
          Resolves a NameIdentifier into the internal principal name used Shibboleth.
 

Uses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.resolver
 

Subclasses of AttributeRequestException in edu.internet2.middleware.shibboleth.common.attribute.resolver
 class AttributeResolutionException
          An exception indicating a problem resolving a particular attribute.
 



Copyright © 1999-2012. All Rights Reserved.