Uses of Class
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
-
Packages that use AbstractRelyingPartyLookupFunction Package Description net.shibboleth.idp.authn.config.navigate Functions for traversing authentication configurations.net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.profile.config.navigate Functions to navigate into profile configuration information.net.shibboleth.idp.profile.context.navigate Functions dealing with traversing and extracting data from profile request contexts.net.shibboleth.idp.saml.profile.config.navigate Functions to navigate into profile configuration information.net.shibboleth.idp.saml.profile.context.navigate Functions for navigating SAML profile context objects.net.shibboleth.idp.saml.saml2.profile.config.navigate Functions to navigate into SAML 2 profile configuration information. -
-
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.authn.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.authn.config.navigate Modifier and Type Class Description classAuthenticationFlowsLookupFunctionA function that returnsAuthenticationProfileConfiguration.getAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classPostAuthenticationFlowsLookupFunctionA function that returnsAuthenticationProfileConfiguration.getPostAuthenticationFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.authn.impl
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.authn.impl Modifier and Type Class Description classRelyingPartyMapJAASLoginConfigStrategyAn implementation of theloginConfigStrategyforJAASCredentialValidatorwhich uses a supplied map to resolve the JAAS config to use. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.profile.config.navigate
-
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.profile.context.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.profile.context.navigate Modifier and Type Class Description classRelyingPartyIdLookupFunctionA function that returnsRelyingPartyContext.getRelyingPartyId()from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classResponderIdLookupFunctionA function that returnsRelyingPartyConfiguration.getResponderId(org.opensaml.profile.context.ProfileRequestContext)() if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.profile.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.profile.config.navigate Modifier and Type Class Description classAdditionalAudiencesForAssertionLookupFunctionA function that returnsSAMLProfileConfiguration.getAdditionalAudiencesForAssertion(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classAssertionLifetimeLookupFunctionA function that returnsSAMLProfileConfiguration.getAssertionLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classAudienceRestrictionsLookupFunctionA function that returns the effective audience restrictions to include in assertions, based on combining a relying party's entityID with the result ofSAMLProfileConfiguration.getAdditionalAudiencesForAssertion(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classQualifiedNameIDFormatsLookupFunctionA function that returns theNameIDFormats whose NameQualifier attributes should allow for defaulting based on the result ofSingleLogoutProfileConfiguration.getQualifiedNameIDFormats(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classSessionLifetimeLookupFunctionA function that returnsBrowserSSOProfileConfiguration.getMaximumSPSessionLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.profile.context.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.profile.context.navigate Modifier and Type Class Description classSAMLMetadataContextLookupFunctionA function to access aSAMLMetadataContextunderlying aRelyingPartyContextlocated via a lookup function, by default a child of the profile request context. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.saml2.profile.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.saml.saml2.profile.config.navigate Modifier and Type Class Description classMaximumTimeSinceAuthnLookupFunctionA function that returnsBrowserSSOProfileConfiguration.getMaximumTimeSinceAuthn(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classProxyCountLookupFunctionA function that returns the allowable proxy count based on the result ofSAML2ProfileConfiguration.getProxyCount(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classProxyRestrictionLookupFunctionA function that returns the allowable proxy count and audiences to include in assertions, based on the results of lookup functions for local configuration merged with upstream proxy restrictions to compute a final result in accordance with the standard.
-