Class ClientAuthenticationMethod
java.lang.Object
org.springframework.security.oauth2.core.ClientAuthenticationMethod
- All Implemented Interfaces:
Serializable
The authentication method used when authenticating the client with the authorization
server.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClientAuthenticationMethodstatic final ClientAuthenticationMethodstatic final ClientAuthenticationMethodstatic final ClientAuthenticationMethodstatic final ClientAuthenticationMethod -
Constructor Summary
ConstructorsConstructorDescriptionClientAuthenticationMethod(String value) Constructs aClientAuthenticationMethodusing the provided value. -
Method Summary
-
Field Details
-
CLIENT_SECRET_BASIC
- Since:
- 5.5
-
CLIENT_SECRET_POST
- Since:
- 5.5
-
CLIENT_SECRET_JWT
- Since:
- 5.5
-
PRIVATE_KEY_JWT
- Since:
- 5.5
-
NONE
- Since:
- 5.2
-
-
Constructor Details
-
ClientAuthenticationMethod
Constructs aClientAuthenticationMethodusing the provided value.- Parameters:
value- the value of the client authentication method
-
-
Method Details