Uses of Class
net.shibboleth.profile.context.RelyingPartyContext
Packages that use RelyingPartyContext
Package
Description
Context classes used in profile handling.
Predicates that evaluate profile contexts.
Predicates that evaluate message contexts.
Context lookup functions that navigate profile contexts.
Context navigation using messaging contexts.
-
Uses of RelyingPartyContext in net.shibboleth.profile.context
Fields in net.shibboleth.profile.context with type parameters of type RelyingPartyContextModifier and TypeFieldDescriptionprivate Function<RelyingPartyContext,String> RelyingPartyContext.relyingPartyIdLookupStrategyA lookup strategy for deriving a relying party ID based on contained information.private Function<RelyingPartyContext,Boolean> RelyingPartyContext.verificationLookupStrategyA lookup strategy for deriving verification based on the context.Methods in net.shibboleth.profile.context that return RelyingPartyContextModifier and TypeMethodDescriptionRelyingPartyContext.setConfiguration(RelyingPartyConfiguration config) Set the configuration to use when processing requests for this relying party.RelyingPartyContext.setProfileConfig(ProfileConfiguration config) Set the configuration for the request profile currently being processed.RelyingPartyContext.setRelyingPartyId(String rpId) Set the unique identifier of the relying party.RelyingPartyContext.setRelyingPartyIdContextTree(BaseContext root) Set the context tree containing identifying information for this relying party.RelyingPartyContext.setRelyingPartyIdLookupStrategy(Function<RelyingPartyContext, String> strategy) Set the lookup strategy for a non-explicit relying party ID.RelyingPartyContext.setVerificationLookupStrategy(Function<RelyingPartyContext, Boolean> strategy) Set the lookup strategy for a non-explicit verification determination.RelyingPartyContext.setVerified(Boolean flag) Set whether the relying party was verified in some fashion.Methods in net.shibboleth.profile.context that return types with arguments of type RelyingPartyContextModifier and TypeMethodDescription(package private) Function<RelyingPartyContext,String> RelyingPartyContext.getRelyingPartyIdLookupStrategy()Get the lookup strategy for a non-explicit relying party ID.(package private) Function<RelyingPartyContext,Boolean> RelyingPartyContext.getVerificationLookupStrategy()Get the lookup strategy for a non-explicit verification determination.Method parameters in net.shibboleth.profile.context with type arguments of type RelyingPartyContextModifier and TypeMethodDescriptionRelyingPartyContext.setRelyingPartyIdLookupStrategy(Function<RelyingPartyContext, String> strategy) Set the lookup strategy for a non-explicit relying party ID.RelyingPartyContext.setVerificationLookupStrategy(Function<RelyingPartyContext, Boolean> strategy) Set the lookup strategy for a non-explicit verification determination. -
Uses of RelyingPartyContext in net.shibboleth.profile.context.logic
Fields in net.shibboleth.profile.context.logic with type parameters of type RelyingPartyContextModifier and TypeFieldDescriptionAbstractRelyingPartyPredicate.relyingPartyContextLookupStrategyStrategy function to lookup RelyingPartyContext.Methods in net.shibboleth.profile.context.logic that return RelyingPartyContextModifier and TypeMethodDescriptionprotected RelyingPartyContextAbstractRelyingPartyPredicate.getRelyingPartyContext(ProfileRequestContext input) Returns the result of evaluating the injected lookup strategy to obtain theRelyingPartyContext.Methods in net.shibboleth.profile.context.logic that return types with arguments of type RelyingPartyContextModifier and TypeMethodDescriptionAbstractRelyingPartyPredicate.getRelyingPartyContextLookupStrategy()Get the lookup strategy to use to locate theRelyingPartyContext.Method parameters in net.shibboleth.profile.context.logic with type arguments of type RelyingPartyContextModifier and TypeMethodDescriptionvoidAbstractRelyingPartyPredicate.setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext> strategy) Set the lookup strategy to use to locate theRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.profile.context.logic.messaging
Fields in net.shibboleth.profile.context.logic.messaging with type parameters of type RelyingPartyContextModifier and TypeFieldDescriptionprivate Function<MessageContext,RelyingPartyContext> AbstractRelyingPartyPredicate.relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Methods in net.shibboleth.profile.context.logic.messaging that return RelyingPartyContextModifier and TypeMethodDescriptionprotected RelyingPartyContextAbstractRelyingPartyPredicate.getRelyingPartyContext(MessageContext input) Return the result of applying the lookup function to obtain theRelyingPartyContext.Methods in net.shibboleth.profile.context.logic.messaging that return types with arguments of type RelyingPartyContextModifier and TypeMethodDescriptionAbstractRelyingPartyPredicate.getRelyingPartyContextLookupStrategy()Get the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Method parameters in net.shibboleth.profile.context.logic.messaging with type arguments of type RelyingPartyContextModifier and TypeMethodDescriptionvoidAbstractRelyingPartyPredicate.setRelyingPartyContextLookupStrategy(Function<MessageContext, RelyingPartyContext> strategy) Set the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext.