Uses of Class
com.woorea.openstack.keystone.v3.model.Authentication.Identity
-
Packages that use Authentication.Identity Package Description com.woorea.openstack.keystone.v3.model -
-
Uses of Authentication.Identity in com.woorea.openstack.keystone.v3.model
Fields in com.woorea.openstack.keystone.v3.model declared as Authentication.Identity Modifier and Type Field Description private Authentication.IdentityAuthentication. identityMethods in com.woorea.openstack.keystone.v3.model that return Authentication.Identity Modifier and Type Method Description Authentication.IdentityAuthentication. getIdentity()static Authentication.IdentityAuthentication.Identity. password(java.lang.String userId, java.lang.String password)static Authentication.IdentityAuthentication.Identity. password(java.lang.String domainName, java.lang.String username, java.lang.String password)static Authentication.IdentityAuthentication.Identity. token(java.lang.String token)Methods in com.woorea.openstack.keystone.v3.model with parameters of type Authentication.Identity Modifier and Type Method Description voidAuthentication. setIdentity(Authentication.Identity identity)
-