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.Identity
public Authentication.Identity.Token getToken()
getToken
in interface Authentication.Identity
public List<String> getMethods()
getMethods
in interface Authentication.Identity
Copyright © 2017. All rights reserved.