Uses of Class
net.shibboleth.idp.attribute.context.AttributeContext
Package | Description |
---|---|
net.shibboleth.idp.authn.impl |
Implementation of various authentication actions.
|
net.shibboleth.idp.cas.flow.impl |
CAS protocol flow implementations.
|
net.shibboleth.idp.consent.flow.ar.impl |
Actions and flow descriptors related to attribute release consent.
|
net.shibboleth.idp.consent.logic.impl |
Predicates and functions related to attribute consent.
|
net.shibboleth.idp.profile.audit.impl |
Audit implementation classes.
|
net.shibboleth.idp.profile.impl |
Implementations of various profile actions.
|
net.shibboleth.idp.profile.logic |
Functions and predicates supporting other profile components.
|
net.shibboleth.idp.saml.nameid.impl |
Implementation of SAML
NameID and
NameIdentifier generation and consumption. |
net.shibboleth.idp.saml.profile.impl |
Actions common to SAML 1 and SAML 2 processing.
|
net.shibboleth.idp.saml.saml1.profile.impl |
Profile processing actions related to SAML 1 messages.
|
net.shibboleth.idp.saml.saml2.profile.impl |
Profile processing actions related to SAML 2 messages.
|
-
Uses of AttributeContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
ValidateExternalAuthentication. attributeContext
Context for externally supplied inbound attributes.private AttributeContext
AttributeSourcedSubjectCanonicalization. attributeCtx
The context to read from.Fields in net.shibboleth.idp.authn.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AttributeSourcedSubjectCanonicalization. attributeContextLookupStrategy
Lookup strategy forAttributeContext
to read from.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type AttributeContext Modifier and Type Method Description void
AttributeSourcedSubjectCanonicalization. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the lookup strategy for theAttributeContext
to read from. -
Uses of AttributeContext in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
PrepareTicketValidationResponseAction. attributeContext
Stored off context from request.Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
PrepareTicketValidationResponseAction. attributeContextFunction
Function used to retrieve AttributeContext. -
Uses of AttributeContext in net.shibboleth.idp.consent.flow.ar.impl
Fields in net.shibboleth.idp.consent.flow.ar.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
AbstractAttributeReleaseAction. attributeContext
TheAttributeContext
to operate on.Fields in net.shibboleth.idp.consent.flow.ar.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AbstractAttributeReleaseAction. attributeContextLookupStrategy
Strategy used to find theAttributeContext
from theProfileRequestContext
.Methods in net.shibboleth.idp.consent.flow.ar.impl that return AttributeContext Modifier and Type Method Description AttributeContext
AbstractAttributeReleaseAction. getAttributeContext()
Get the attribute context.Method parameters in net.shibboleth.idp.consent.flow.ar.impl with type arguments of type AttributeContext Modifier and Type Method Description void
AbstractAttributeReleaseAction. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the attribute context lookup strategy. -
Uses of AttributeContext in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AttributeValueLookupFunction. attributeContextLookupStrategy
Strategy used to find theAttributeContext
from theProfileRequestContext
.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeContext Modifier and Type Method Description void
AttributeValueLookupFunction. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the attribute context lookup strategy. -
Uses of AttributeContext in net.shibboleth.idp.profile.audit.impl
Fields in net.shibboleth.idp.profile.audit.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AttributesAuditExtractor. attributeContextLookupStrategy
Lookup strategy for AttributeContext to read from.Constructor parameters in net.shibboleth.idp.profile.audit.impl with type arguments of type AttributeContext Constructor Description AttributesAuditExtractor(Function<ProfileRequestContext,AttributeContext> strategy)
Constructor. -
Uses of AttributeContext in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
FilterAttributes. attributeContext
AttributeContext to filter.Fields in net.shibboleth.idp.profile.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
ResolveAttributes. attributeContextCreationStrategy
Strategy used to locate or create theAttributeContext
to populate.private Function<ProfileRequestContext,AttributeContext>
FilterAttributes. attributeContextLookupStrategy
Strategy used to locate theAttributeContext
to filter.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description void
ResolveAttributes. setAttributeContextCreationStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate or create theAttributeContext
to populate.void
FilterAttributes. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate theAttributeContext
associated with a givenProfileRequestContext
. -
Uses of AttributeContext in net.shibboleth.idp.profile.logic
Fields in net.shibboleth.idp.profile.logic with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AbstractAttributePredicate. attributeContextLookupStrategy
Strategy function to lookupAttributeContext
.Methods in net.shibboleth.idp.profile.logic that return types with arguments of type AttributeContext Modifier and Type Method Description Function<ProfileRequestContext,AttributeContext>
AbstractAttributePredicate. getAttributeContextLookupStrategy()
Get the lookup strategy to use to locate theAttributeContext
.Method parameters in net.shibboleth.idp.profile.logic with type arguments of type AttributeContext Modifier and Type Method Description void
AbstractAttributePredicate. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the lookup strategy to use to locate theAttributeContext
. -
Uses of AttributeContext in net.shibboleth.idp.saml.nameid.impl
Fields in net.shibboleth.idp.saml.nameid.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
AttributeSourcedSAML1NameIdentifierGenerator. attributeContextLookupStrategy
Strategy function to lookup AttributeContext.private Function<ProfileRequestContext,AttributeContext>
AttributeSourcedSAML2NameIDGenerator. attributeContextLookupStrategy
Strategy function to lookup AttributeContext.private Function<ProfileRequestContext,AttributeContext>
PersistentSAML2NameIDGenerator. attributeContextLookupStrategy
Strategy function to lookup AttributeContext.Method parameters in net.shibboleth.idp.saml.nameid.impl with type arguments of type AttributeContext Modifier and Type Method Description void
AttributeSourcedSAML1NameIdentifierGenerator. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the lookup strategy to use to locate theAttributeContext
.void
AttributeSourcedSAML2NameIDGenerator. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the lookup strategy to use to locate theAttributeContext
.void
PersistentSAML2NameIDGenerator. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the lookup strategy to use to locate theAttributeContext
. -
Uses of AttributeContext in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
BaseAddAttributeStatementToAssertion. attributeCtx
AttributeContext to use.Fields in net.shibboleth.idp.saml.profile.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
BaseAddAttributeStatementToAssertion. attributeContextLookupStrategy
Strategy used to locate theAttributeContext
associated with a givenProfileRequestContext
.Methods in net.shibboleth.idp.saml.profile.impl that return AttributeContext Modifier and Type Method Description AttributeContext
BaseAddAttributeStatementToAssertion. getAttributeContext()
Get theAttributeContext
to encode.Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description void
BaseAddAttributeStatementToAssertion. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate theAttributeContext
associated with a givenProfileRequestContext
. -
Uses of AttributeContext in net.shibboleth.idp.saml.saml1.profile.impl
Fields in net.shibboleth.idp.saml.saml1.profile.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
FilterByQueriedAttributeDesignators. attributeContext
AttributeContext to filter.Fields in net.shibboleth.idp.saml.saml1.profile.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
FilterByQueriedAttributeDesignators. attributeContextLookupStrategy
Strategy used to locate theAttributeContext
to filter.Method parameters in net.shibboleth.idp.saml.saml1.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description void
FilterByQueriedAttributeDesignators. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate theAttributeContext
associated with a givenProfileRequestContext
. -
Uses of AttributeContext in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl declared as AttributeContext Modifier and Type Field Description private AttributeContext
FilterByQueriedAttributes. attributeContext
AttributeContext to filter.private AttributeContext
ValidateSAMLAuthentication. attributeContext
Context for externally supplied inbound attributes.Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>
FilterByQueriedAttributes. attributeContextLookupStrategy
Strategy used to locate theAttributeContext
to filter.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description void
FilterByQueriedAttributes. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)
Set the strategy used to locate theAttributeContext
associated with a givenProfileRequestContext
.