Uses of Interface
org.wildfly.security.http.oidc.ClientSecretCredentialsProvider
-
Packages that use ClientSecretCredentialsProvider Package Description org.wildfly.security.http.oidc -
-
Uses of ClientSecretCredentialsProvider in org.wildfly.security.http.oidc
Classes in org.wildfly.security.http.oidc that implement ClientSecretCredentialsProvider Modifier and Type Class Description class
ClientIdAndSecretCredentialsProvider
Traditional OAuth2 authentication of clients based on client_id and client_secretclass
JWTClientSecretCredentialsProvider
Client authentication based on JWT signed by a client secret instead of a private key.
-