Uses of Class
net.shibboleth.idp.attribute.context.AttributeContext
Packages that use AttributeContext
Package
Description
Context to do with Attribute Manipulation.
Implementation of various authentication actions.
CAS protocol flow implementations.
Actions and flow descriptors related to attribute release consent.
Predicates and functions related to attribute consent.
Audit implementation classes.
Implementations of various profile actions.
Functions and predicates supporting other profile components.
Implementation of SAML
NameID and
NameIdentifier generation and consumption.Actions common to SAML 1 and SAML 2 processing.
Profile processing actions related to SAML 1 messages.
Profile processing actions related to SAML 2 messages.
-
Uses of AttributeContext in net.shibboleth.idp.attribute.context
Methods in net.shibboleth.idp.attribute.context that return AttributeContextModifier and TypeMethodDescriptionAttributeContext.setConsented(boolean flag) Sets whether attribute release consent was obtained from the subject during this request but not stored.AttributeContext.setIdPAttributes(Collection<IdPAttribute> newAttributes) Sets the attributes tracked by this context.AttributeContext.setUnfilteredIdPAttributes(Collection<IdPAttribute> newAttributes) Sets the unfiltered attributes tracked by this context. -
Uses of AttributeContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextValidateExternalAuthentication.attributeContextContext for externally supplied inbound attributes.private AttributeContextAttributeSourcedSubjectCanonicalization.attributeCtxThe context to read from.Fields in net.shibboleth.idp.authn.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionAttributeSourcedSubjectCanonicalization.attributeContextLookupStrategyLookup strategy forAttributeContextto read from.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidAttributeSourcedSubjectCanonicalization.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the lookup strategy for theAttributeContextto read from. -
Uses of AttributeContext in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextPrepareTicketValidationResponseAction.attributeContextStored off context from request.private AttributeContextGrantServiceTicketAction.attributeCtxAttributeContext to use.Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionPrepareTicketValidationResponseAction.attributeContextFunctionFunction used to retrieve AttributeContext.GrantServiceTicketAction.attributeContextLookupStrategyStrategy used to locate theAttributeContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.cas.flow.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidGrantServiceTicketAction.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate theAttributeContextassociated with a givenProfileRequestContext. -
Uses of AttributeContext in net.shibboleth.idp.consent.flow.ar.impl
Fields in net.shibboleth.idp.consent.flow.ar.impl declared as AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextAbstractAttributeReleaseAction.attributeContextTheAttributeContextto operate on.Fields in net.shibboleth.idp.consent.flow.ar.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionAbstractAttributeReleaseAction.attributeContextLookupStrategyStrategy used to find theAttributeContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.ar.impl that return AttributeContextModifier and TypeMethodDescriptionAbstractAttributeReleaseAction.getAttributeContext()Get the attribute context.Method parameters in net.shibboleth.idp.consent.flow.ar.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidAbstractAttributeReleaseAction.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 AttributeContextModifier and TypeFieldDescriptionAttributeValueLookupFunction.attributeContextLookupStrategyStrategy used to find theAttributeContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidAttributeValueLookupFunction.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 AttributeContextModifier and TypeFieldDescriptionprivate final Function<ProfileRequestContext,AttributeContext> AttributesAuditExtractor.attributeContextLookupStrategyLookup strategy for AttributeContext to read from.Constructor parameters in net.shibboleth.idp.profile.audit.impl with type arguments of type AttributeContextModifierConstructorDescriptionConstructor. -
Uses of AttributeContext in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl declared as AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextFilterAttributes.attributeContextAttributeContext to filter.Fields in net.shibboleth.idp.profile.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionResolveAttributes.attributeContextCreationStrategyStrategy used to locate or create theAttributeContextto populate.FilterAttributes.attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidResolveAttributes.setAttributeContextCreationStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate or create theAttributeContextto populate.voidFilterAttributes.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate theAttributeContextassociated with a givenProfileRequestContext. -
Uses of AttributeContext in net.shibboleth.idp.profile.logic
Fields in net.shibboleth.idp.profile.logic with type parameters of type AttributeContextModifier and TypeFieldDescriptionAbstractAttributePredicate.attributeContextLookupStrategyStrategy function to lookupAttributeContext.Methods in net.shibboleth.idp.profile.logic that return types with arguments of type AttributeContextModifier and TypeMethodDescriptionAbstractAttributePredicate.getAttributeContextLookupStrategy()Get the lookup strategy to use to locate theAttributeContext.Method parameters in net.shibboleth.idp.profile.logic with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidAbstractAttributePredicate.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 AttributeContextModifier and TypeFieldDescriptionAttributeSourcedSAML1NameIdentifierGenerator.attributeContextLookupStrategyStrategy function to lookup AttributeContext.AttributeSourcedSAML2NameIDGenerator.attributeContextLookupStrategyStrategy function to lookup AttributeContext.PersistentSAML2NameIDGenerator.attributeContextLookupStrategyStrategy function to lookup AttributeContext.Method parameters in net.shibboleth.idp.saml.nameid.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidAttributeSourcedSAML1NameIdentifierGenerator.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the lookup strategy to use to locate theAttributeContext.voidAttributeSourcedSAML2NameIDGenerator.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the lookup strategy to use to locate theAttributeContext.voidPersistentSAML2NameIDGenerator.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 AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextBaseAddAttributeStatementToAssertion.attributeCtxAttributeContext to use.Fields in net.shibboleth.idp.saml.profile.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionBaseAddAttributeStatementToAssertion.attributeContextLookupStrategyStrategy used to locate theAttributeContextassociated with a givenProfileRequestContext.Methods in net.shibboleth.idp.saml.profile.impl that return AttributeContextModifier and TypeMethodDescriptionBaseAddAttributeStatementToAssertion.getAttributeContext()Get theAttributeContextto encode.Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidBaseAddAttributeStatementToAssertion.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate theAttributeContextassociated 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 AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextFilterByQueriedAttributeDesignators.attributeContextAttributeContext to filter.Fields in net.shibboleth.idp.saml.saml1.profile.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionFilterByQueriedAttributeDesignators.attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.saml.saml1.profile.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidFilterByQueriedAttributeDesignators.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate theAttributeContextassociated 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 AttributeContextModifier and TypeFieldDescriptionprivate AttributeContextFilterByQueriedAttributes.attributeContextAttributeContext to filter.private AttributeContextValidateSAMLAuthentication.attributeContextContext for externally supplied inbound attributes.Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type AttributeContextModifier and TypeFieldDescriptionFilterByQueriedAttributes.attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AttributeContextModifier and TypeMethodDescriptionvoidFilterByQueriedAttributes.setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext> strategy) Set the strategy used to locate theAttributeContextassociated with a givenProfileRequestContext.