Uses of Class
org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Packages that use OAuth2CredentialSource.Builder
-
Uses of OAuth2CredentialSource.Builder in org.wildfly.security.credential.source
Methods in org.wildfly.security.credential.source that return OAuth2CredentialSource.BuilderModifier and TypeMethodDescriptionDeprecated.Creates a newOAuth2CredentialSource.Builderinstance in order to configure and build aOAuth2CredentialSource.OAuth2CredentialSource.Builder.clientCredentials(String id, String secret) Configure OAuth2 Client Credentials Grant Type as defined by the OAuth2 specification.OAuth2CredentialSource.Builder.grantScopes(String scopes) The scopes to grant access.OAuth2CredentialSource.Builder.maskedClientCredentials(String id, String maskedSecret, String algorithm, String initialKeyMaterial, int iterationCount, String salt, String initializationVector) Configure OAuth2 Masked Client Credentials Grant Type as defined by the OAuth2 specification.OAuth2CredentialSource.Builder.useResourceOwnerMaskedPassword(String userName, String maskedPassword, String algorithm, String initialKeyMaterial, int iterationCount, String salt, String initializationVector) Configure OAuth2 Resource Owner Masked Password Grant Type as defined by the OAuth2 specification.OAuth2CredentialSource.Builder.useResourceOwnerPassword(String userName, String password) Configure OAuth2 Resource Owner Password Grant Type as defined by the OAuth2 specification.OAuth2CredentialSource.Builder.useSslContext(SSLContext sslContext) TTheSSLContextto be used in case connections to remote server require TLS/HTTPS.OAuth2CredentialSource.Builder.useSslHostnameVerifier(HostnameVerifier hostnameVerifier) TTheHostnameVerifierto be used in case connections to remote server require TLS/HTTPS.