Uses of Class
net.shibboleth.idp.attribute.context.AttributeContext
-
Packages that use AttributeContext Package Description net.shibboleth.idp.attribute.context Context to do with Attribute Manipulation.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 SAMLNameIDandNameIdentifiergeneration 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.attribute.context
Methods in net.shibboleth.idp.attribute.context that return AttributeContext Modifier and Type Method Description AttributeContextAttributeContext. setConsented(boolean flag)Sets whether attribute release consent was obtained from the subject during this request but not stored.AttributeContextAttributeContext. setIdPAttributes(Collection<IdPAttribute> newAttributes)Sets the attributes tracked by this context.AttributeContextAttributeContext. 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 AttributeContext Modifier and Type Field Description private 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 AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>AttributeSourcedSubjectCanonicalization. attributeContextLookupStrategyLookup strategy forAttributeContextto read from.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type AttributeContext Modifier and Type Method Description voidAttributeSourcedSubjectCanonicalization. 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 AttributeContext Modifier and Type Field Description private AttributeContextPrepareTicketValidationResponseAction. attributeContextStored off context from request.private AttributeContextGrantServiceTicketAction. attributeCtxAttributeContext to use.Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>PrepareTicketValidationResponseAction. attributeContextFunctionFunction used to retrieve AttributeContext.private Function<ProfileRequestContext,AttributeContext>GrantServiceTicketAction. attributeContextLookupStrategyStrategy used to locate theAttributeContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.cas.flow.impl with type arguments of type AttributeContext Modifier and Type Method Description voidGrantServiceTicketAction. 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 AttributeContext Modifier and Type Field Description private AttributeContextAbstractAttributeReleaseAction. attributeContextTheAttributeContextto 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. attributeContextLookupStrategyStrategy used to find theAttributeContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.consent.flow.ar.impl that return AttributeContext Modifier and Type Method Description AttributeContextAbstractAttributeReleaseAction. 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 voidAbstractAttributeReleaseAction. 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. attributeContextLookupStrategyStrategy used to find theAttributeContextfrom theProfileRequestContext.Method parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeContext Modifier and Type Method Description voidAttributeValueLookupFunction. 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. attributeContextLookupStrategyLookup 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 AttributeContextFilterAttributes. attributeContextAttributeContext 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. attributeContextCreationStrategyStrategy used to locate or create theAttributeContextto populate.private Function<ProfileRequestContext,AttributeContext>FilterAttributes. attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description voidResolveAttributes. 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 AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>AbstractAttributePredicate. attributeContextLookupStrategyStrategy 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 voidAbstractAttributePredicate. 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. attributeContextLookupStrategyStrategy function to lookup AttributeContext.private Function<ProfileRequestContext,AttributeContext>AttributeSourcedSAML2NameIDGenerator. attributeContextLookupStrategyStrategy function to lookup AttributeContext.private Function<ProfileRequestContext,AttributeContext>PersistentSAML2NameIDGenerator. attributeContextLookupStrategyStrategy function to lookup AttributeContext.Method parameters in net.shibboleth.idp.saml.nameid.impl with type arguments of type AttributeContext Modifier and Type Method Description voidAttributeSourcedSAML1NameIdentifierGenerator. 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 AttributeContext Modifier and Type Field Description private AttributeContextBaseAddAttributeStatementToAssertion. attributeCtxAttributeContext 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. attributeContextLookupStrategyStrategy used to locate theAttributeContextassociated with a givenProfileRequestContext.Methods in net.shibboleth.idp.saml.profile.impl that return AttributeContext Modifier and Type Method Description AttributeContextBaseAddAttributeStatementToAssertion. getAttributeContext()Get theAttributeContextto encode.Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description voidBaseAddAttributeStatementToAssertion. 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 AttributeContext Modifier and Type Field Description private AttributeContextFilterByQueriedAttributeDesignators. attributeContextAttributeContext 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. attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.saml.saml1.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description voidFilterByQueriedAttributeDesignators. 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 AttributeContext Modifier and Type Field Description private 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 AttributeContext Modifier and Type Field Description private Function<ProfileRequestContext,AttributeContext>FilterByQueriedAttributes. attributeContextLookupStrategyStrategy used to locate theAttributeContextto filter.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AttributeContext Modifier and Type Method Description voidFilterByQueriedAttributes. setAttributeContextLookupStrategy(Function<ProfileRequestContext,AttributeContext> strategy)Set the strategy used to locate theAttributeContextassociated with a givenProfileRequestContext.
-