Uses of Interface
org.wildfly.security.http.oidc.ClientCredentialsProvider
-
Packages that use ClientCredentialsProvider Package Description org.wildfly.security.http.oidc -
-
Uses of ClientCredentialsProvider in org.wildfly.security.http.oidc
Subinterfaces of ClientCredentialsProvider in org.wildfly.security.http.oidc Modifier and Type Interface Description interfaceClientSecretCredentialsProviderA client secret credentials provider.Classes in org.wildfly.security.http.oidc that implement ClientCredentialsProvider Modifier and Type Class Description classClientIdAndSecretCredentialsProviderTraditional OAuth2 authentication of clients based on client_id and client_secretclassJWTClientCredentialsProviderClient authentication based on JWT signed by client private key.classJWTClientSecretCredentialsProviderClient authentication based on JWT signed by a client secret instead of a private key.Fields in org.wildfly.security.http.oidc declared as ClientCredentialsProvider Modifier and Type Field Description protected ClientCredentialsProviderOidcClientConfiguration. clientAuthenticatorMethods in org.wildfly.security.http.oidc that return ClientCredentialsProvider Modifier and Type Method Description static ClientCredentialsProviderClientCredentialsProviderUtils. bootstrapClientAuthenticator(OidcClientConfiguration oidcClientConfiguration)ClientCredentialsProviderOidcClientConfiguration. getClientAuthenticator()ClientCredentialsProviderOidcClientContext.OidcClientConfigurationDelegate. getClientAuthenticator()Methods in org.wildfly.security.http.oidc with parameters of type ClientCredentialsProvider Modifier and Type Method Description voidOidcClientConfiguration. setClientAuthenticator(ClientCredentialsProvider clientAuthenticator)voidOidcClientContext.OidcClientConfigurationDelegate. setClientAuthenticator(ClientCredentialsProvider clientAuthenticator)Method parameters in org.wildfly.security.http.oidc with type arguments of type ClientCredentialsProvider Modifier and Type Method Description private static voidClientCredentialsProviderUtils. loadAuthenticators(Map<String,ClientCredentialsProvider> authenticators, ClassLoader classLoader)
-