Uses of Class
net.shibboleth.idp.consent.context.AttributeReleaseContext
-
Packages that use AttributeReleaseContext Package Description 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. -
-
Uses of AttributeReleaseContext in net.shibboleth.idp.consent.flow.ar.impl
Fields in net.shibboleth.idp.consent.flow.ar.impl declared as AttributeReleaseContext Modifier and Type Field Description private AttributeReleaseContextAbstractAttributeReleaseAction. attributeReleaseContextTheAttributeReleaseContextto operate on.Fields in net.shibboleth.idp.consent.flow.ar.impl with type parameters of type AttributeReleaseContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeReleaseContext>AbstractAttributeReleaseAction. attributeReleaseContextLookupStrategyStrategy used to find theAttributeReleaseContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.ar.impl that return AttributeReleaseContext Modifier and Type Method Description AttributeReleaseContextAbstractAttributeReleaseAction. getAttributeReleaseContext()Get the attribute release context.Method parameters in net.shibboleth.idp.consent.flow.ar.impl with type arguments of type AttributeReleaseContext Modifier and Type Method Description voidAbstractAttributeReleaseAction. 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 AttributeReleaseContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeReleaseContext>AttributeReleaseConsentFunction. attributeReleaseContextLookupStrategyStrategy used to find theAttributeReleaseContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeReleaseContext Modifier and Type Method Description voidAttributeReleaseConsentFunction. setAttributeReleaseContextLookupStrategy(Function<ProfileRequestContext,AttributeReleaseContext> strategy)Set the attribute release context lookup strategy.
-