Uses of Class
net.shibboleth.idp.profile.context.RelyingPartyContext
-
Packages that use RelyingPartyContext Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.authn.proxy.impl Classes implementing proxied authentication flows.net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.profile.context Context classes for IdP-specific information needed by profile actions.net.shibboleth.idp.profile.context.navigate Functions dealing with traversing and extracting data from profile request contexts.net.shibboleth.idp.profile.context.navigate.messaging Context navigation for IdP-specific messaging contexts.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.profile.logic.messaging Predicates for IdP-specific messaging profiles.net.shibboleth.idp.profile.messaging.impl Implementations of various message handlers.net.shibboleth.idp.saml.messaging.impl Message handlers common to SAML 1 and SAML 2 processing.net.shibboleth.idp.saml.profile.impl Actions common to SAML 1 and SAML 2 processing.net.shibboleth.idp.saml.profile.logic Functions and predicates supporting SAML profile behavior.net.shibboleth.idp.saml.saml2.profile.delegation.impl Profile processing components related to SAML 2 delegation.net.shibboleth.idp.saml.saml2.profile.impl Profile processing actions related to SAML 2 messages.net.shibboleth.idp.saml.session.impl Implementation classes for SAML-specific session functionality.net.shibboleth.idp.session.impl Implementations of session-related classes and interfaces. -
-
Uses of RelyingPartyContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>ExternalAuthenticationImpl. relyingPartyContextLookupStrategyLookup function for relying party context.private Function<ProfileRequestContext,RelyingPartyContext>InitializeRequestedPrincipalContext. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.authn.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidExternalAuthenticationImpl. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set lookup strategy for relying party context.voidInitializeRequestedPrincipalContext. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.authn.proxy.impl
Fields in net.shibboleth.idp.authn.proxy.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>DiscoveryProfileRequestFunction. relyingPartyContextLookupStrategyLookup strategy for locatingRelyingPartyContext.Method parameters in net.shibboleth.idp.authn.proxy.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidDiscoveryProfileRequestFunction. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the lookup strategy for theRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl declared as RelyingPartyContext Modifier and Type Field Description private RelyingPartyContextBuildSAMLMetadataContextAction. rpCtxRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.context
Fields in net.shibboleth.idp.profile.context declared as RelyingPartyContext Modifier and Type Field Description private RelyingPartyContextMultiRelyingPartyContext.RelyingPartyContextIterator. currentCurrent marker.private RelyingPartyContextMultiRelyingPartyContext. relyingPartyCtxTracks the context being operated on.Fields in net.shibboleth.idp.profile.context with type parameters of type RelyingPartyContext Modifier and Type Field Description private Iterator<RelyingPartyContext>MultiRelyingPartyContext.RelyingPartyContextIterator. iteratorEmbedded iterator.private Function<RelyingPartyContext,String>RelyingPartyContext. relyingPartyIdLookupStrategyA lookup strategy for deriving a relying party ID based on contained information.private Map<String,RelyingPartyContext>MultiRelyingPartyContext. relyingPartyIdMapMap of RP contexts indexed by name.private Iterator<RelyingPartyContext>MultiRelyingPartyContext. relyingPartyIteratorAn iterator to track progress through the set of relying parties.private ListMultimap<String,RelyingPartyContext>MultiRelyingPartyContext. relyingPartyLabelMapMultimap of RP contexts indexed by role.private Function<RelyingPartyContext,Boolean>RelyingPartyContext. verificationLookupStrategyA lookup strategy for deriving verification based on the context.Methods in net.shibboleth.idp.profile.context that return RelyingPartyContext Modifier and Type Method Description RelyingPartyContextMultiRelyingPartyContext. getCurrentRelyingPartyContext()Get theRelyingPartyContextpointed to by an iterator.RelyingPartyContextMultiRelyingPartyContext. getRelyingPartyContextById(String id)Get a RP context by name/id.RelyingPartyContextMultiRelyingPartyContext.RelyingPartyContextIterator. next()RelyingPartyContextRelyingPartyContext. setConfiguration(RelyingPartyConfiguration config)Set the configuration to use when processing requests for this relying party.RelyingPartyContextRelyingPartyContext. setProfileConfig(ProfileConfiguration config)Set the configuration for the request profile currently being processed.RelyingPartyContextRelyingPartyContext. setRelyingPartyId(String rpId)Set the unique identifier of the relying party.RelyingPartyContextRelyingPartyContext. setRelyingPartyIdContextTree(BaseContext root)Set the context tree containing identifying information for this relying party.RelyingPartyContextRelyingPartyContext. setRelyingPartyIdLookupStrategy(Function<RelyingPartyContext,String> strategy)Set the lookup strategy for a non-explicit relying party ID.RelyingPartyContextRelyingPartyContext. setVerificationLookupStrategy(Function<RelyingPartyContext,Boolean> strategy)Set the lookup strategy for a non-explicit verification determination.RelyingPartyContextRelyingPartyContext. setVerified(Boolean flag)Set whether the relying party was verified in some fashion.Methods in net.shibboleth.idp.profile.context that return types with arguments of type RelyingPartyContext Modifier and Type Method Description Iterator<RelyingPartyContext>MultiRelyingPartyContext. getRelyingPartyContextIterator()Equivalent to callingMultiRelyingPartyContext.getRelyingPartyContextIterator(boolean)with a parameter of "false".Iterator<RelyingPartyContext>MultiRelyingPartyContext. getRelyingPartyContextIterator(boolean fresh)Get an iterator over the relying parties contained in the context.Collection<RelyingPartyContext>MultiRelyingPartyContext. getRelyingPartyContexts()Get an immutable collection of the RP contexts.Collection<RelyingPartyContext>MultiRelyingPartyContext. getRelyingPartyContexts(String label)Get an immutable collection of RP contexts associated with a label.(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.Methods in net.shibboleth.idp.profile.context with parameters of type RelyingPartyContext Modifier and Type Method Description voidMultiRelyingPartyContext. addRelyingPartyContext(String label, RelyingPartyContext context)Add a RP context associated with a label.voidMultiRelyingPartyContext. removeRelyingPartyContext(String label, RelyingPartyContext context)Remove a RP context associated with a label.Method parameters in net.shibboleth.idp.profile.context with type arguments of type RelyingPartyContext Modifier and Type Method Description RelyingPartyContextRelyingPartyContext. setRelyingPartyIdLookupStrategy(Function<RelyingPartyContext,String> strategy)Set the lookup strategy for a non-explicit relying party ID.RelyingPartyContextRelyingPartyContext. setVerificationLookupStrategy(Function<RelyingPartyContext,Boolean> strategy)Set the lookup strategy for a non-explicit verification determination. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.context.navigate
Fields in net.shibboleth.idp.profile.context.navigate with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>AbstractRelyingPartyLookupFunction. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.Methods in net.shibboleth.idp.profile.context.navigate that return RelyingPartyContext Modifier and Type Method Description RelyingPartyContextRelyingPartyContextLookupByCurrent. apply(MultiRelyingPartyContext input)RelyingPartyContextRelyingPartyContextLookupById. apply(Pair<MultiRelyingPartyContext,String> input)Methods in net.shibboleth.idp.profile.context.navigate that return types with arguments of type RelyingPartyContext Modifier and Type Method Description Collection<RelyingPartyContext>RelyingPartyContextLookupByLabel. apply(MultiRelyingPartyContext input)Function<ProfileRequestContext,RelyingPartyContext>AbstractRelyingPartyLookupFunction. getRelyingPartyContextLookupStrategy()Get the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.profile.context.navigate with type arguments of type RelyingPartyContext Modifier and Type Method Description voidAbstractRelyingPartyLookupFunction. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.context.navigate.messaging
Fields in net.shibboleth.idp.profile.context.navigate.messaging with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<MessageContext,RelyingPartyContext>AbstractRelyingPartyLookupFunction. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Methods in net.shibboleth.idp.profile.context.navigate.messaging that return types with arguments of type RelyingPartyContext Modifier and Type Method Description Function<MessageContext,RelyingPartyContext>AbstractRelyingPartyLookupFunction. getRelyingPartyContextLookupStrategy()Get the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Method parameters in net.shibboleth.idp.profile.context.navigate.messaging with type arguments of type RelyingPartyContext Modifier and Type Method Description voidAbstractRelyingPartyLookupFunction. setRelyingPartyContextLookupStrategy(Function<MessageContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl declared as RelyingPartyContext Modifier and Type Field Description private RelyingPartyContextSelectRelyingPartyConfiguration. relyingPartyCtxTheRelyingPartyContextto manipulate.private RelyingPartyContextSelectProfileConfiguration. rpCtxThe RelyingPartyContext to operate on.Fields in net.shibboleth.idp.profile.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>SelectProfileConfiguration. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.private Function<ProfileRequestContext,RelyingPartyContext>SelectRelyingPartyConfiguration. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidSelectProfileConfiguration. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.voidSelectRelyingPartyConfiguration. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.logic
Fields in net.shibboleth.idp.profile.logic with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>AbstractRelyingPartyPredicate. relyingPartyContextLookupStrategyStrategy function to lookup RelyingPartyContext.Methods in net.shibboleth.idp.profile.logic that return types with arguments of type RelyingPartyContext Modifier and Type Method Description Function<ProfileRequestContext,RelyingPartyContext>AbstractRelyingPartyPredicate. getRelyingPartyContextLookupStrategy()Get the lookup strategy to use to locate theRelyingPartyContext.Method parameters in net.shibboleth.idp.profile.logic with type arguments of type RelyingPartyContext Modifier and Type Method Description voidAbstractRelyingPartyPredicate. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the lookup strategy to use to locate theRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.logic.messaging
Fields in net.shibboleth.idp.profile.logic.messaging with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<MessageContext,RelyingPartyContext>AbstractRelyingPartyPredicate. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Methods in net.shibboleth.idp.profile.logic.messaging that return types with arguments of type RelyingPartyContext Modifier and Type Method Description Function<MessageContext,RelyingPartyContext>AbstractRelyingPartyPredicate. getRelyingPartyContextLookupStrategy()Get the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Method parameters in net.shibboleth.idp.profile.logic.messaging with type arguments of type RelyingPartyContext Modifier and Type Method Description voidAbstractRelyingPartyPredicate. setRelyingPartyContextLookupStrategy(Function<MessageContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.profile.messaging.impl
Fields in net.shibboleth.idp.profile.messaging.impl declared as RelyingPartyContext Modifier and Type Field Description private RelyingPartyContextSelectRelyingPartyConfiguration. relyingPartyCtxTheRelyingPartyContextto manipulate.private RelyingPartyContextSelectProfileConfiguration. rpCtxThe RelyingPartyContext to operate on.Fields in net.shibboleth.idp.profile.messaging.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<MessageContext,RelyingPartyContext>SelectProfileConfiguration. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenMessageContext.private Function<MessageContext,RelyingPartyContext>SelectRelyingPartyConfiguration. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenMessageContext.Method parameters in net.shibboleth.idp.profile.messaging.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidSelectProfileConfiguration. setRelyingPartyContextLookupStrategy(Function<MessageContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext.voidSelectRelyingPartyConfiguration. setRelyingPartyContextLookupStrategy(Function<MessageContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenMessageContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.messaging.impl
Fields in net.shibboleth.idp.saml.messaging.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<MessageContext,RelyingPartyContext>InitializeRelyingPartyContextFromSAMLPeer. relyingPartyContextCreationStrategyStrategy that will return or create aRelyingPartyContext.private Function<ProfileRequestContext,RelyingPartyContext>SAML2AuthnRequestsSignedSecurityHandler. relyingPartyContextLookupStrategyLookup strategy for relying party context.private static Function<RelyingPartyContext,String>InitializeRelyingPartyContextFromSAMLPeer. RPID_LOOKUPThe relying party ID lookup function to inject.private static Function<RelyingPartyContext,Boolean>InitializeRelyingPartyContextFromSAMLPeer. VERIFY_LOOKUPThe verification lookup function to inject.Method parameters in net.shibboleth.idp.saml.messaging.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidInitializeRelyingPartyContextFromSAMLPeer. setRelyingPartyContextCreationStrategy(Function<MessageContext,RelyingPartyContext> strategy)Set the strategy used to return or create theRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>InitializeRelyingPartyContextFromSAMLPeer. relyingPartyContextCreationStrategyStrategy that will return or create aRelyingPartyContext.private Function<ProfileRequestContext,RelyingPartyContext>InitializeAuthenticationContext. relyingPartyContextLookupStrategyStrategy used to look up aRelyingPartyContextfor configuration options.private Function<ProfileRequestContext,RelyingPartyContext>InitializeOutboundMessageContext. relyingPartyContextLookupStrategyRelying party context lookup strategy.private Function<ProfileRequestContext,RelyingPartyContext>InitializeOutboundMessageContextForError. relyingPartyContextLookupStrategyRelying party context lookup strategy.private Function<ProfileRequestContext,RelyingPartyContext>PopulateBindingAndEndpointContexts. relyingPartyContextLookupStrategyStrategy function for access toRelyingPartyContext.private static Function<RelyingPartyContext,String>InitializeRelyingPartyContextFromSAMLPeer. RPID_LOOKUPThe relying party ID lookup function to inject.private static Function<RelyingPartyContext,Boolean>InitializeRelyingPartyContextFromSAMLPeer. VERIFY_LOOKUPThe verification lookup function to inject.Methods in net.shibboleth.idp.saml.profile.impl with parameters of type RelyingPartyContext Modifier and Type Method Description StringSAMLRelyingPartyIdLookupStrategy. apply(RelyingPartyContext input)BooleanSAMLVerificationLookupStrategy. apply(RelyingPartyContext input)Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidInitializeRelyingPartyContextFromSAMLPeer. setRelyingPartyContextCreationStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to return or create theRelyingPartyContext.voidInitializeAuthenticationContext. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to return theRelyingPartyContextfor configuration options.voidInitializeOutboundMessageContext. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the relying party context lookup strategy.voidInitializeOutboundMessageContextForError. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the relying party context lookup strategy.voidPopulateBindingAndEndpointContexts. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set lookup strategy forRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.profile.logic
Fields in net.shibboleth.idp.saml.profile.logic with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>DefaultNameIdentifierFormatStrategy. relyingPartyContextLookupStrategyStrategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext.Method parameters in net.shibboleth.idp.saml.profile.logic with type arguments of type RelyingPartyContext Modifier and Type Method Description voidDefaultNameIdentifierFormatStrategy. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextassociated with a givenProfileRequestContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.saml2.profile.delegation.impl
Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl declared as RelyingPartyContext Modifier and Type Field Description private RelyingPartyContextDecorateDelegatedAssertion. relyingPartyContextThe current RelyingPartyContext.private RelyingPartyContextPopulateDelegationContext. relyingPartyContextThe current RelyingPartyContext.Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>AddDelegationPolicyToAssertion. relyingPartyContextLookupStrategyStrategy used to lookup the RelyingPartyContext.private Function<ProfileRequestContext,RelyingPartyContext>DecorateDelegatedAssertion. relyingPartyContextLookupStrategyStrategy used to lookup the RelyingPartyContext.private Function<ProfileRequestContext,RelyingPartyContext>EvaluateDelegationPolicy. relyingPartyContextLookupStrategyStrategy used to lookup the RelyingPartyContext.private Function<ProfileRequestContext,RelyingPartyContext>PopulateDelegationContext. relyingPartyContextLookupStrategyStrategy used to lookup the RelyingPartyContext.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidAddDelegationPolicyToAssertion. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate the currentRelyingPartyContext.voidDecorateDelegatedAssertion. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate the currentRelyingPartyContext.voidEvaluateDelegationPolicy. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate the currentRelyingPartyContext.voidPopulateDelegationContext. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate the currentRelyingPartyContext. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>PopulateEncryptionParameters. relyingPartyContextLookupStrategyStrategy used to look up aRelyingPartyContextfor configuration options.private Function<ProfileRequestContext,RelyingPartyContext>ProcessRequestedAuthnContext. relyingPartyContextLookupStrategyStrategy used to look up aRelyingPartyContextfor configuration options.private Function<ProfileRequestContext,RelyingPartyContext>ValidateSAMLAuthentication. relyingPartyContextLookupStrategyStrategy used to look up aRelyingPartyContextfor configuration options.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidPopulateEncryptionParameters. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to return theRelyingPartyContextfor configuration options.voidProcessRequestedAuthnContext. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to return theRelyingPartyContextfor configuration options.voidValidateSAMLAuthentication. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to return theRelyingPartyContextfor configuration options. -
Uses of RelyingPartyContext in net.shibboleth.idp.saml.session.impl
Fields in net.shibboleth.idp.saml.session.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>SAML1SPSessionCreationStrategy. relyingPartyContextLookupStrategyRelyingPartyContext lookup strategy.private Function<ProfileRequestContext,RelyingPartyContext>SAML2SPSessionCreationStrategy. relyingPartyContextLookupStrategyRelyingPartyContext lookup strategy.Method parameters in net.shibboleth.idp.saml.session.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidSAML1SPSessionCreationStrategy. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextto operate on.voidSAML2SPSessionCreationStrategy. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextto operate on. -
Uses of RelyingPartyContext in net.shibboleth.idp.session.impl
Fields in net.shibboleth.idp.session.impl with type parameters of type RelyingPartyContext Modifier and Type Field Description private Function<ProfileRequestContext,RelyingPartyContext>BasicSPSessionCreationStrategy. relyingPartyContextLookupStrategyRelyingPartyContext lookup strategy.Method parameters in net.shibboleth.idp.session.impl with type arguments of type RelyingPartyContext Modifier and Type Method Description voidBasicSPSessionCreationStrategy. setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext,RelyingPartyContext> strategy)Set the strategy used to locate theRelyingPartyContextto operate on.
-