Interface AuthenticationApi
-
- All Known Subinterfaces:
CloudIdentityAuthenticationApi,V2AuthenticationApi,V3AuthenticationApi
public interface AuthenticationApiAuthentication methods to be implemented to all Keystone authentication APIs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthInfoauthenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)AuthInfoauthenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)AuthInfoauthenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)
-
-
-
Method Detail
-
authenticatePassword
AuthInfo authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)
-
authenticateAccessKey
AuthInfo authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)
-
authenticateToken
AuthInfo authenticateToken(TenantOrDomainAndCredentials<TokenCredentials> credentials)
-
-