Uses of Class
com.woorea.openstack.keystone.v3.model.Authentication.Scope
-
Packages that use Authentication.Scope Package Description com.woorea.openstack.keystone.v3.model -
-
Uses of Authentication.Scope in com.woorea.openstack.keystone.v3.model
Fields in com.woorea.openstack.keystone.v3.model declared as Authentication.Scope Modifier and Type Field Description private Authentication.Scope
Authentication. scope
Methods in com.woorea.openstack.keystone.v3.model that return Authentication.Scope Modifier and Type Method Description Authentication.Scope
Authentication. getScope()
static Authentication.Scope
Authentication.Scope. project(java.lang.String id)
static Authentication.Scope
Authentication.Scope. project(java.lang.String domainName, java.lang.String projectName)
Methods in com.woorea.openstack.keystone.v3.model with parameters of type Authentication.Scope Modifier and Type Method Description void
Authentication. setScope(Authentication.Scope scope)
-