Uses of Class
org.topbraidlive.client.java.ClientAuthenticationMethod
-
Packages that use ClientAuthenticationMethod Package Description org.topbraidlive.client.java This package and its api subpackage contain the public interface to the client. -
-
Uses of ClientAuthenticationMethod in org.topbraidlive.client.java
Methods in org.topbraidlive.client.java that return ClientAuthenticationMethod Modifier and Type Method Description ClientAuthenticationMethodClientConfiguration. getAuthenticationMethod()Get the authentication method the client should use.ClientAuthenticationMethodBearerClientCredentials. getDefaultAuthenticationMethod()ClientAuthenticationMethodClientCredentials. getDefaultAuthenticationMethod()ClientAuthenticationMethodOAuthClientCredentials. getDefaultAuthenticationMethod()ClientAuthenticationMethodUsernameClientCredentials. getDefaultAuthenticationMethod()ClientAuthenticationMethodUsernamePasswordClientCredentials. getDefaultAuthenticationMethod()static ClientAuthenticationMethodClientAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientAuthenticationMethod[]ClientAuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.topbraidlive.client.java with parameters of type ClientAuthenticationMethod Modifier and Type Method Description booleanBearerClientCredentials. isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)booleanClientCredentials. isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)booleanOAuthClientCredentials. isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)booleanUsernameClientCredentials. isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)booleanUsernamePasswordClientCredentials. isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)ClientConfiguration.BuilderClientConfiguration.Builder. setAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)Set the authentication method the client should use.
-