Uses of Interface
org.openstack4j.model.identity.v3.Domain
-
-
Uses of Domain in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Domain Modifier and Type Method Description DomainDomainService. create(String name, String description, boolean enabled)Creates a new domainDomainDomainService. create(Domain domain)Creates a new domainDomainDomainService. get(String domainId)Get detailed information on a domain by idDomainUserService. getUserDomain(String userId)DomainDomainService. update(Domain domain)Updates an existing domainMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Domain Modifier and Type Method Description List<? extends Domain>DomainService. getByName(String domainName)Get detailed information on a domain by nameList<? extends Domain>TokenService. getDomainScopes(String tokenId)Get available domain scopes for specified tokenList<? extends Domain>DomainService. list()lists all domains the current token has access toMethods in org.openstack4j.api.identity.v3 with parameters of type Domain Modifier and Type Method Description DomainDomainService. create(Domain domain)Creates a new domainDomainDomainService. update(Domain domain)Updates an existing domain -
Uses of Domain in org.openstack4j.model.identity.v3
Methods in org.openstack4j.model.identity.v3 that return Domain Modifier and Type Method Description DomainProject. getDomain()DomainToken. getDomain()DomainUser. getDomain() -
Uses of Domain in org.openstack4j.model.identity.v3.builder
Methods in org.openstack4j.model.identity.v3.builder with parameters of type Domain Modifier and Type Method Description ProjectBuilderProjectBuilder. domain(Domain domain)Accepts an existing domain and uses its idUserBuilderUserBuilder. domain(Domain domain)Accepts an existing domain and uses its id -
Uses of Domain in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Domain Modifier and Type Class Description classKeystoneDomainMethods in org.openstack4j.openstack.identity.v3.domain that return Domain Modifier and Type Method Description DomainKeystoneDomain.DomainConcreteBuilder. build()DomainKeystoneProject. getDomain()DomainKeystoneUser. getDomain()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Domain Modifier and Type Method Description ProjectBuilderKeystoneProject.ProjectConcreteBuilder. domain(Domain domain)UserBuilderKeystoneUser.UserConcreteBuilder. domain(Domain domain)DomainBuilderKeystoneDomain.DomainConcreteBuilder. from(Domain in) -
Uses of Domain in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Domain Modifier and Type Method Description DomainDomainServiceImpl. create(String name, String description, boolean enabled)DomainDomainServiceImpl. create(Domain domain)DomainDomainServiceImpl. get(String domainId)DomainUserServiceImpl. getUserDomain(String userId)DomainDomainServiceImpl. update(Domain domain)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Domain Modifier and Type Method Description List<? extends Domain>DomainServiceImpl. getByName(String domainName)List<? extends Domain>TokenServiceImpl. getDomainScopes(String tokenId)List<? extends Domain>DomainServiceImpl. list()Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type Domain Modifier and Type Method Description DomainDomainServiceImpl. create(Domain domain)DomainDomainServiceImpl. update(Domain domain)
-