Class UsernamePassword
java.lang.Object
com.woorea.openstack.keystone.model.Authentication
com.woorea.openstack.keystone.model.authentication.UsernamePassword
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setPasswordCredentials
(UsernamePassword.PasswordCredentials passwordCredentials) Methods inherited from class com.woorea.openstack.keystone.model.Authentication
getTenantId, getTenantName, setTenantId, setTenantName
-
Field Details
-
passwordCredentials
-
-
Constructor Details
-
UsernamePassword
public UsernamePassword() -
UsernamePassword
-
-
Method Details
-
getPasswordCredentials
- Returns:
- the passwordCredentials
-
setPasswordCredentials
- Parameters:
passwordCredentials
- the passwordCredentials to set
-