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
-
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.
-