Uses of Class
net.shibboleth.profile.context.navigate.AbstractRelyingPartyLookupFunction
Packages that use AbstractRelyingPartyLookupFunction
Package
Description
Lookup functions for accessing profile configuration and related settings.
Context lookup functions that navigate profile contexts.
Functions to navigate into SAML profile configuration.
Context lookup functions related to SAML contexts.
Functions that access SAML 2.0 profile configuration.
-
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.profile.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.profile.config.navigateModifier and TypeClassDescriptionclassBase class for lookup functions that require access to the default security configuration for a profile via theRelyingPartyConfigurationinterface.classA function that returns aClientTLSValidationConfigurationlist by way of various lookup strategies.classA function that returns aDecryptionConfigurationlist by way of various lookup strategies.classA function that returns aEncryptionConfigurationlist using injected lookup strategies.classA function that returns anIdentifierGenerationStrategyby way of aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA function that returns aSignatureSigningConfigurationlist by way of various lookup strategies.classA function that returns aSignatureValidationConfigurationlist by way of various lookup strategies. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.profile.context.navigate
Modifier and TypeClassDescriptionclassA function that returnsRelyingPartyConfiguration.getIssuer(org.opensaml.profile.context.ProfileRequestContext)() if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA function that returnsRelyingPartyContext.getRelyingPartyId()from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.saml.profile.config.navigate
Modifier and TypeClassDescriptionclassA function that returnsSAMLAssertionProducingProfileConfiguration.getAssertionAudiences(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA function that returnsSAMLAssertionProducingProfileConfiguration.getAssertionLifetime(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA function that returns the effective audience restrictions to include in assertions, based on combining a relying party's entityID with the result ofSAMLAssertionProducingProfileConfiguration.getAssertionAudiences(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.saml.profile.context.navigate
Modifier and TypeClassDescriptionclassA function to access aSAMLMetadataContextunderlying aRelyingPartyContextlocated via a lookup function, by default a child of the profile request context. -
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.saml.saml2.profile.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.saml.saml2.profile.config.navigateModifier and TypeClassDescriptionclassA function that returnsBrowserSSOProfileConfiguration.getMaximumTimeSinceAuthn(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA function that returns the allowable proxy count based on the result ofBrowserSSOProfileConfiguration.getProxyCount(ProfileRequestContext), if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA 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.