Package org.topbraidlive.client.java
Interface ClientCredentials
-
- All Known Implementing Classes:
BearerClientCredentials,OAuthClientCredentials,UsernameClientCredentials,UsernamePasswordClientCredentials
public interface ClientCredentials
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientAuthenticationMethodgetDefaultAuthenticationMethod()booleanisCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)
-
-
-
Method Detail
-
getDefaultAuthenticationMethod
ClientAuthenticationMethod getDefaultAuthenticationMethod()
-
isCompatibleWithAuthenticationMethod
boolean isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)
-
-