Uses of Enum Class
net.shibboleth.oidc.profile.oauth2.config.OAuth2AuthorizationProfileConfiguration.HttpRequestMethod
Packages that use OAuth2AuthorizationProfileConfiguration.HttpRequestMethod
Package
Description
Profile configurations related to OIDC functionality.
Profile configuration implementations related to OIDC functionality.
Navigation functions related to OIDC profile configurations.
OIDC message encoders.
OAuth2 profile configurations.
-
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.config
Methods in net.shibboleth.oidc.profile.config that return OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionOIDCLogoutProfileConfiguration.getHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for an RP-Initiated logout request.OIDCAuthenticationRelyingPartyProfileConfiguration.getUserInfoHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for the UserInfo request. -
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.config.impl
Methods in net.shibboleth.oidc.profile.config.impl that return OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionDefaultOIDCAuthorizationConfiguration.getHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for an authentication request.DefaultOIDCLogoutConfiguration.getHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for an RP-Initiated logout request.DefaultOIDCAuthorizationConfiguration.getUserInfoHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for the UserInfo request.Methods in net.shibboleth.oidc.profile.config.impl with parameters of type OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionvoidDefaultOIDCAuthorizationConfiguration.setHttpRequestMethod(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod method) Set the HTTP request method for an authentication request.voidDefaultOIDCAuthorizationConfiguration.setUserInfoHttpRequestMethod(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod method) Set the HTTP request method for an UserInfo request. -
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.encoding.impl
Fields in net.shibboleth.oidc.profile.encoding.impl with type parameters of type OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeFieldDescriptionUserInfoRequestEncoder.httpMethodLookupStrategyStrategy used to look up theHttpMethodused for this request.Methods in net.shibboleth.oidc.profile.encoding.impl with parameters of type OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionbooleanHTTPPostAuthnRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) Deprecated, for removal: This API element is subject to removal in a future version.booleanHTTPPostRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) booleanHTTPRedirectAuthnRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) Deprecated, for removal: This API element is subject to removal in a future version.booleanHTTPRedirectRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) Method parameters in net.shibboleth.oidc.profile.encoding.impl with type arguments of type OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionvoidUserInfoRequestEncoder.setHttpMethodLookupStrategy(Function<ProfileRequestContext, OAuth2AuthorizationProfileConfiguration.HttpRequestMethod> strategy) Set the strategy used to lookup the HTTP method to use in this request. -
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.oauth2.config
Methods in net.shibboleth.oidc.profile.oauth2.config that return OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionOAuth2AuthorizationProfileConfiguration.getHttpRequestMethod(ProfileRequestContext profileRequestContext) Get the HTTP request method for an authentication request.Returns the enum constant of this class with the specified name.OAuth2AuthorizationProfileConfiguration.HttpRequestMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.