Uses of Class
net.shibboleth.idp.consent.context.AttributeReleaseContext
Packages that use AttributeReleaseContext
Package
Description
Actions and flow descriptors related to attribute release consent.
Predicates and functions related to attribute consent.
-
Uses of AttributeReleaseContext in net.shibboleth.idp.consent.flow.ar.impl
Fields in net.shibboleth.idp.consent.flow.ar.impl declared as AttributeReleaseContextModifier and TypeFieldDescriptionprivate AttributeReleaseContextAbstractAttributeReleaseAction.attributeReleaseContextTheAttributeReleaseContextto operate on.Fields in net.shibboleth.idp.consent.flow.ar.impl with type parameters of type AttributeReleaseContextModifier and TypeFieldDescriptionAbstractAttributeReleaseAction.attributeReleaseContextLookupStrategyStrategy used to find theAttributeReleaseContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.ar.impl that return AttributeReleaseContextModifier and TypeMethodDescriptionAbstractAttributeReleaseAction.getAttributeReleaseContext()Get the attribute release context.Method parameters in net.shibboleth.idp.consent.flow.ar.impl with type arguments of type AttributeReleaseContextModifier and TypeMethodDescriptionvoidAbstractAttributeReleaseAction.setAttributeReleaseContextLookupStrategy(Function<ProfileRequestContext, AttributeReleaseContext> strategy) Set the attribute release context lookup strategy. -
Uses of AttributeReleaseContext in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type AttributeReleaseContextModifier and TypeFieldDescriptionAttributeReleaseConsentFunction.attributeReleaseContextLookupStrategyStrategy used to find theAttributeReleaseContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeReleaseContextModifier and TypeMethodDescriptionvoidAttributeReleaseConsentFunction.setAttributeReleaseContextLookupStrategy(Function<ProfileRequestContext, AttributeReleaseContext> strategy) Set the attribute release context lookup strategy.