Uses of Class
org.geant.idpextension.oidc.messaging.context.OIDCMetadataContext
-
Packages that use OIDCMetadataContext Package Description org.geant.idpextension.oidc.profile.context.navigate Lookup functions. -
-
Uses of OIDCMetadataContext in org.geant.idpextension.oidc.profile.context.navigate
Fields in org.geant.idpextension.oidc.profile.context.navigate with type parameters of type OIDCMetadataContext Modifier and Type Field Description private Function<org.opensaml.profile.context.ProfileRequestContext,OIDCMetadataContext>SectorIdentifierLookupFunction. oidcMetadataContextLookupStrategyStrategy function to lookup OIDC metadata context .Methods in org.geant.idpextension.oidc.profile.context.navigate that return OIDCMetadataContext Modifier and Type Method Description OIDCMetadataContextDefaultOIDCMetadataContextLookupFunction. apply(org.opensaml.profile.context.ProfileRequestContext input)Method parameters in org.geant.idpextension.oidc.profile.context.navigate with type arguments of type OIDCMetadataContext Modifier and Type Method Description voidSectorIdentifierLookupFunction. setOIDCMetadataContextLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext,OIDCMetadataContext> strategy)Set the lookup strategy to use to locate theOIDCMetadataContext.
-