Uses of Class
net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
-
Packages that use AbstractRelyingPartyLookupFunction Package Description 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. -
-
Uses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.profile.config.navigate
Subclasses of AbstractRelyingPartyLookupFunction in net.shibboleth.idp.profile.config.navigate Modifier and Type Class Description classClientTLSValidationConfigurationLookupFunctionA function that returns aClientTLSValidationConfigurationlist by way of various lookup strategies.classDecryptionConfigurationLookupFunctionA function that returns aDecryptionConfigurationlist by way of various lookup strategies.classEncryptionConfigurationLookupFunctionA function that returns aEncryptionConfigurationlist using injected lookup strategies.classIdentifierGenerationStrategyLookupFunctionA function that returns anIdentifierGenerationStrategyby way of aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classInboundFlowsLookupFunctionA function that returnsProfileConfiguration.getInboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classOutboundFlowsLookupFunctionA function that returnsProfileConfiguration.getOutboundInterceptorFlows(org.opensaml.profile.context.ProfileRequestContext)() if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classSignatureSigningConfigurationLookupFunctionA function that returns aSignatureSigningConfigurationlist by way of various lookup strategies.classSignatureValidationConfigurationLookupFunctionA function that returns aSignatureValidationConfigurationlist by way of various lookup strategies. -
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.
-