Class KeystoneAuth.AuthIdentity.AuthPassword
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthIdentity.AuthPassword
-
- All Implemented Interfaces:
Serializable,Authentication.Identity.Password
- Enclosing class:
- KeystoneAuth.AuthIdentity
public static final class KeystoneAuth.AuthIdentity.AuthPassword extends Object implements Authentication.Identity.Password, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneAuth.AuthIdentity.AuthPassword.AuthUser-
Nested classes/interfaces inherited from interface org.openstack4j.model.identity.v3.Authentication.Identity.Password
Authentication.Identity.Password.User
-
-
Constructor Summary
Constructors Constructor Description AuthPassword()AuthPassword(String username, String password, Identifier domain)
-
-
-
Constructor Detail
-
AuthPassword
public AuthPassword()
-
AuthPassword
public AuthPassword(String username, String password, Identifier domain)
-
-
Method Detail
-
getUser
public Authentication.Identity.Password.User getUser()
- Specified by:
getUserin interfaceAuthentication.Identity.Password
-
-