Uses of Interface
net.odoframework.http.Credentials
| Package | Description |
|---|---|
| net.odoframework.http |
-
Uses of Credentials in net.odoframework.http
Classes in net.odoframework.http that implement Credentials Modifier and Type Class Description classBasicAuthclassTokenAuthenticationMethods in net.odoframework.http that return Credentials Modifier and Type Method Description static CredentialsCredentials. basicAuth(String user, String password)CredentialsHttpRequest. getCredentials()static CredentialsCredentials. token(String token)Methods in net.odoframework.http with parameters of type Credentials Modifier and Type Method Description HttpRequestHttpRequest. credentials(Credentials credentials)