Class Auth.Identity
java.lang.Object
org.jclouds.openstack.keystone.v3.domain.Auth.Identity
- Enclosing class:
Auth
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Auth.Identity
create
(List<String> methods, Auth.Id token, Auth.Identity.PasswordAuth password) methods()
abstract Auth.Identity.PasswordAuth
password()
abstract Auth.Id
token()
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
methods
-
token
-
password
-
create
public static Auth.Identity create(List<String> methods, Auth.Id token, Auth.Identity.PasswordAuth password)
-