Class KeystoneAuth.AuthIdentity
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthIdentity
-
- All Implemented Interfaces:
Serializable,Authentication.Identity
- Enclosing class:
- KeystoneAuth
public static final class KeystoneAuth.AuthIdentity extends Object implements Authentication.Identity, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneAuth.AuthIdentity.AuthPasswordstatic classKeystoneAuth.AuthIdentity.AuthToken-
Nested classes/interfaces inherited from interface org.openstack4j.model.identity.v3.Authentication.Identity
Authentication.Identity.Password, Authentication.Identity.Token
-
-
Constructor Summary
Constructors Constructor Description AuthIdentity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getMethods()Authentication.Identity.PasswordgetPassword()Authentication.Identity.TokengetToken()
-
-
-
Method Detail
-
getPassword
public Authentication.Identity.Password getPassword()
- Specified by:
getPasswordin interfaceAuthentication.Identity
-
getToken
public Authentication.Identity.Token getToken()
- Specified by:
getTokenin interfaceAuthentication.Identity
-
getMethods
public List<String> getMethods()
- Specified by:
getMethodsin interfaceAuthentication.Identity
-
-