@Consumes(value="application/json") @Path(value="/auth/tokens") public interface V3AuthenticationApi extends AuthenticationApi, Closeable
Modifier and Type | Method and Description |
---|---|
Token |
authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials) |
Token |
authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials) |
authenticateAccessKey
@POST Token authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
authenticatePassword
in interface AuthenticationApi
@POST Token authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)
authenticateToken
in interface AuthenticationApi
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.