Modifier and Type | Method and Description |
---|---|
AuthInfo |
AuthenticationApi.authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials) |
Modifier and Type | Method and Description |
---|---|
abstract PasswordCredentials |
PasswordCredentials.Builder.build() |
static PasswordCredentials |
PasswordCredentials.create(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
PasswordCredentials |
AuthenticatePasswordCredentials.createCredentials(String identity,
String credential) |
Modifier and Type | Method and Description |
---|---|
AuthInfo |
AuthenticatePasswordCredentials.authenticate(TenantOrDomainAndCredentials<PasswordCredentials> credentials) |
Modifier and Type | Method and Description |
---|---|
Access |
V2AuthenticationApi.authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
Token |
V3AuthenticationApi.authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials) |
Modifier and Type | Method and Description |
---|---|
protected Auth |
BindPasswordAuthToJsonPayload.buildAuth(TenantOrDomainAndCredentials<PasswordCredentials> credentials,
Object scope) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.