Modifier and Type | Field and Description |
---|---|
private SAMLProfileRequestContext |
ShibbolethFilteringContext.attributeRequestContext
The attribute request.
|
Modifier and Type | Method and Description |
---|---|
SAMLProfileRequestContext |
ShibbolethFilteringContext.getAttributeRequestContext()
Gets the context for the attribute request.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BaseAttribute> |
ShibbolethAttributeFilteringEngine.filterAttributes(Map<String,BaseAttribute> attributes,
SAMLProfileRequestContext context)
Filters values for the given attribute, removing or allowing attributes per some implementation specific policy.
|
Constructor and Description |
---|
ShibbolethFilteringContext(Map<String,BaseAttribute> attributes,
SAMLProfileRequestContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BaseAttribute> |
ShibbolethSAML2AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Gets the attributes for the principal identified in the request.
|
Map<String,BaseAttribute> |
ShibbolethSAML1AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Gets the attributes for the principal identified in the request.
|
String |
ShibbolethSAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Resolves a
NameID into the internal principal name used Shibboleth. |
String |
SAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Resolves a
NameID into the internal principal name used Shibboleth. |
String |
ShibbolethSAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Resolves a
NameIdentifier into the internal principal name used Shibboleth. |
String |
SAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Resolves a
NameIdentifier into the internal principal name used Shibboleth. |
Modifier and Type | Field and Description |
---|---|
private SAMLProfileRequestContext |
ShibbolethResolutionContext.requestContext
Attribute request context.
|
Modifier and Type | Method and Description |
---|---|
SAMLProfileRequestContext |
ShibbolethResolutionContext.getAttributeRequestContext()
Gets the attribute request that started this resolution.
|
Modifier and Type | Method and Description |
---|---|
Map<String,BaseAttribute> |
ShibbolethAttributeResolver.resolveAttributes(SAMLProfileRequestContext attributeRequestContext)
Gets all the attributes for a given subject.
|
String |
ShibbolethAttributeResolver.resolvePrincipalName(SAMLProfileRequestContext requestContext)
Resolves the principal name for the subject of the request.
|
Constructor and Description |
---|
ShibbolethResolutionContext(SAMLProfileRequestContext context)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
Copyright © 1999-2012. All Rights Reserved.