Class ProviderMetadataLogoutEndpointLookupStrategy
java.lang.Object
net.shibboleth.sp.oidc.messaging.context.navigate.ProviderMetadataLogoutEndpointLookupStrategy
public class ProviderMetadataLogoutEndpointLookupStrategy
extends Object
implements Function<org.opensaml.profile.context.ProfileRequestContext,URI>
A strategy to locate the end_session_endpoint (logout) of the OP from it's discovery metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext> Lookup strategy to locate the OpenID Provider metadata to use. -
Constructor Summary
ConstructorsConstructorDescriptionProviderMetadataLogoutEndpointLookupStrategy(Function<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext> strategy) Constructor. -
Method Summary
-
Field Details
-
providerMetadataLookupStrategy
@NonnullAfterInit private final Function<org.opensaml.profile.context.ProfileRequestContext,net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext> providerMetadataLookupStrategyLookup strategy to locate the OpenID Provider metadata to use.
-
-
Constructor Details
-
ProviderMetadataLogoutEndpointLookupStrategy
public ProviderMetadataLogoutEndpointLookupStrategy(@ParameterName(name="providerMetadataLookupStrategy") @Nonnull Function<org.opensaml.profile.context.ProfileRequestContext, net.shibboleth.oidc.metadata.context.OIDCProviderMetadataContext> strategy) Constructor.- Parameters:
strategy- strategy to locate the provider metadata context.
-
-
Method Details