Modifier and Type | Method and Description |
---|---|
Map<String,BaseAttribute> |
AttributeAuthority.getAttributes(ContextType requestContext)
Gets the attributes for the principal identified in the request.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeEncodingException
Indicates a problem during the encoding of an attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeFilteringException
General attribute acceptance policy exception.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterProcessingException
An exception resulting from the application of an attribute acceptance policy to a collection of attributes.
|
Modifier and Type | Method and Description |
---|---|
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 by 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 by 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 by 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 by Shibboleth. |
Modifier and Type | Class and Description |
---|---|
class |
AttributeResolutionException
An exception indicating a problem resolving a particular attribute.
|
Copyright © 1999–2014. All rights reserved.