Uses of Class
net.shibboleth.oidc.profile.oauth2.config.OAuth2AuthorizationProfileConfiguration.HttpRequestMethod
-
Packages that use OAuth2AuthorizationProfileConfiguration.HttpRequestMethod Package Description net.shibboleth.oidc.profile.config Profile configurations related to OIDC functionality.net.shibboleth.oidc.profile.oauth2.config OAuth2 profile configurations. -
-
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.config
Methods in net.shibboleth.oidc.profile.config that return OAuth2AuthorizationProfileConfiguration.HttpRequestMethod Modifier and Type Method Description OAuth2AuthorizationProfileConfiguration.HttpRequestMethodOIDCAuthenticationRelyingPartyProfileConfiguration. getUserInfoHttpRequestMethod(ProfileRequestContext profileRequestContext)Get the HTTP request method for the UserInfo request. -
Uses of OAuth2AuthorizationProfileConfiguration.HttpRequestMethod in net.shibboleth.oidc.profile.oauth2.config
Methods in net.shibboleth.oidc.profile.oauth2.config that return OAuth2AuthorizationProfileConfiguration.HttpRequestMethod Modifier and Type Method Description OAuth2AuthorizationProfileConfiguration.HttpRequestMethodOAuth2AuthorizationProfileConfiguration. getHttpRequestMethod(ProfileRequestContext profileRequestContext)Get the HTTP request method for an authentication request.static OAuth2AuthorizationProfileConfiguration.HttpRequestMethodOAuth2AuthorizationProfileConfiguration.HttpRequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OAuth2AuthorizationProfileConfiguration.HttpRequestMethod[]OAuth2AuthorizationProfileConfiguration.HttpRequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.
-