public static final class KeystoneAuth.AuthIdentity extends Object implements Authentication.Identity, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
KeystoneAuth.AuthIdentity.AuthPassword |
static class |
KeystoneAuth.AuthIdentity.AuthToken |
Authentication.Identity.Password, Authentication.Identity.Token| Constructor and Description |
|---|
AuthIdentity() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMethods() |
Authentication.Identity.Password |
getPassword() |
Authentication.Identity.Token |
getToken() |
public Authentication.Identity.Password getPassword()
getPassword in interface Authentication.Identitypublic Authentication.Identity.Token getToken()
getToken in interface Authentication.Identitypublic List<String> getMethods()
getMethods in interface Authentication.IdentityCopyright © 2017. All rights reserved.