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.
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 TypeMethodDescriptionOIDCAuthenticationRelyingPartyProfileConfiguration.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.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
Methods in net.shibboleth.oidc.profile.encoding.impl with parameters of type OAuth2AuthorizationProfileConfiguration.HttpRequestMethodModifier and TypeMethodDescriptionbooleanHTTPPostAuthnRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) booleanHTTPRedirectAuthnRequestEncoder.test(OAuth2AuthorizationProfileConfiguration.HttpRequestMethod requestMethod) -
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.