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 ClientAuthenticationMethod
getDefaultAuthenticationMethod()
boolean
isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)
-
-
-
Method Detail
-
getDefaultAuthenticationMethod
ClientAuthenticationMethod getDefaultAuthenticationMethod()
-
isCompatibleWithAuthenticationMethod
boolean isCompatibleWithAuthenticationMethod(ClientAuthenticationMethod authenticationMethod)
-
-