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.Identity
Authentication. identity
Methods in com.woorea.openstack.keystone.v3.model that return Authentication.Identity Modifier and Type Method Description Authentication.Identity
Authentication. getIdentity()
static Authentication.Identity
Authentication.Identity. password(java.lang.String userId, java.lang.String password)
static Authentication.Identity
Authentication.Identity. password(java.lang.String domainName, java.lang.String username, java.lang.String password)
static Authentication.Identity
Authentication.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 void
Authentication. setIdentity(Authentication.Identity identity)
-