Uses of Class
net.shibboleth.idp.saml.saml2.profile.delegation.LibertySSOSContext
-
Packages that use LibertySSOSContext Package Description net.shibboleth.idp.saml.saml2.profile.delegation.impl Profile processing components related to SAML 2 delegation. -
-
Uses of LibertySSOSContext in net.shibboleth.idp.saml.saml2.profile.delegation.impl
Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl declared as LibertySSOSContext Modifier and Type Field Description private LibertySSOSContextPopulateLibertyContext. ssosContextLiberty context to populate.Fields in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type parameters of type LibertySSOSContext Modifier and Type Field Description private Function<ProfileRequestContext,LibertySSOSContext>AddDelegationRestrictionToAssertions. libertyContextLookupStrategyFunction used to resolve the Liberty context to populate.private Function<ProfileRequestContext,LibertySSOSContext>DelegatedAssertionLookupStrategy. libertyContextLookupStrategyFunction used to resolve the Liberty context to populate.private Function<ProfileRequestContext,LibertySSOSContext>PopulateLibertyContext. libertyContextLookupStrategyFunction used to resolve the Liberty context to populate.Method parameters in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type arguments of type LibertySSOSContext Modifier and Type Method Description voidAddDelegationRestrictionToAssertions. setLibertyContextLookupStrategy(Function<ProfileRequestContext,LibertySSOSContext> strategy)Set the strategy used to locate theLibertySSOSContextto populate.voidPopulateLibertyContext. setLibertyContextLookupStrategy(Function<ProfileRequestContext,LibertySSOSContext> strategy)Set the strategy used to locate theLibertySSOSContextto populate.Constructor parameters in net.shibboleth.idp.saml.saml2.profile.delegation.impl with type arguments of type LibertySSOSContext Constructor Description DelegatedAssertionLookupStrategy(Function<ProfileRequestContext,LibertySSOSContext> strategy)Constructor.
-