Class KeystoneAuth.AuthIdentity.AuthPassword.AuthUser
- java.lang.Object
-
- org.openstack4j.openstack.common.IdResourceEntity
-
- org.openstack4j.openstack.common.BasicResourceEntity
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthIdentity.AuthPassword.AuthUser
-
- All Implemented Interfaces:
Serializable,BasicResource,IdEntity,Authentication.Identity.Password.User,ModelEntity,ResourceEntity
- Enclosing class:
- KeystoneAuth.AuthIdentity.AuthPassword
public static final class KeystoneAuth.AuthIdentity.AuthPassword.AuthUser extends BasicResourceEntity implements Authentication.Identity.Password.User
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneAuth.AuthIdentity.AuthPassword.AuthUser.AuthDomain-
Nested classes/interfaces inherited from interface org.openstack4j.model.identity.v3.Authentication.Identity.Password.User
Authentication.Identity.Password.User.Domain
-
-
Constructor Summary
Constructors Constructor Description AuthUser()AuthUser(String username, String password, Identifier domainIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication.Identity.Password.User.DomaingetDomain()StringgetPassword()-
Methods inherited from class org.openstack4j.openstack.common.BasicResourceEntity
getName, setName, toString
-
Methods inherited from class org.openstack4j.openstack.common.IdResourceEntity
getId, setId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openstack4j.model.ResourceEntity
getId, getName
-
-
-
-
Constructor Detail
-
AuthUser
public AuthUser()
-
AuthUser
public AuthUser(String username, String password, Identifier domainIdentifier)
-
-
Method Detail
-
getDomain
public Authentication.Identity.Password.User.Domain getDomain()
- Specified by:
getDomainin interfaceAuthentication.Identity.Password.User
-
getPassword
public String getPassword()
- Specified by:
getPasswordin interfaceAuthentication.Identity.Password.User
-
-