Uses of Class
org.apache.syncope.common.keymaster.client.api.model.Domain
-
-
Uses of Domain in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return Domain Modifier and Type Method Description DomainDomainAdminCredentialsPanel. getItem()DomainDomainPoolModalPanel. getItem()Methods in org.apache.syncope.client.console.panels that return types with arguments of type Domain Modifier and Type Method Description protected ActionsPanel<Domain>DomainDirectoryPanel. getActions(IModel<Domain> model)protected List<IColumn<Domain,String>>DomainDirectoryPanel. getColumns()Iterator<? extends Domain>DomainDirectoryPanel.DomainProvider. iterator(long first, long count)IModel<Domain>DomainDirectoryPanel.DomainProvider. model(Domain object)Methods in org.apache.syncope.client.console.panels with parameters of type Domain Modifier and Type Method Description protected WizardModelDomainWizardBuilder. buildModelSteps(Domain domain, WizardModel wizardModel)IModel<Domain>DomainDirectoryPanel.DomainProvider. model(Domain object)protected SerializableDomainWizardBuilder. onApplyInternal(Domain domain)Method parameters in org.apache.syncope.client.console.panels with type arguments of type Domain Modifier and Type Method Description protected ActionsPanel<Domain>DomainDirectoryPanel. getActions(IModel<Domain> model)Constructors in org.apache.syncope.client.console.panels with parameters of type Domain Constructor Description AdminCredentials(Domain domain)Content(Domain domain)DomainAdminCredentialsPanel(Domain domain, BaseModal<Domain> modal, PageReference pageRef)DomainPoolModalPanel(Domain domain, BaseModal<Domain> modal, PageReference pageRef)DomainWizardBuilder(DomainOps domainOps, Domain domain, PageReference pageRef)KeymasterConfParams(Domain domain, PageReference pageRef)Storage(Domain domain)Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type Domain Constructor Description DomainAdminCredentialsPanel(Domain domain, BaseModal<Domain> modal, PageReference pageRef)DomainPoolModalPanel(Domain domain, BaseModal<Domain> modal, PageReference pageRef) -
Uses of Domain in org.apache.syncope.common.keymaster.client.api
Methods in org.apache.syncope.common.keymaster.client.api that return Domain Modifier and Type Method Description DomainDomainOps. read(String key)Methods in org.apache.syncope.common.keymaster.client.api that return types with arguments of type Domain Modifier and Type Method Description List<Domain>DomainOps. list()Methods in org.apache.syncope.common.keymaster.client.api with parameters of type Domain Modifier and Type Method Description voidDomainWatcher. added(Domain domain)voidDomainOps. create(Domain domain) -
Uses of Domain in org.apache.syncope.common.keymaster.client.api.model
Methods in org.apache.syncope.common.keymaster.client.api.model that return Domain Modifier and Type Method Description DomainDomain.Builder. build() -
Uses of Domain in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self that return Domain Modifier and Type Method Description DomainSelfKeymasterDomainOps. read(String key)Methods in org.apache.syncope.common.keymaster.client.self that return types with arguments of type Domain Modifier and Type Method Description List<Domain>SelfKeymasterDomainOps. list()Methods in org.apache.syncope.common.keymaster.client.self with parameters of type Domain Modifier and Type Method Description voidSelfKeymasterDomainOps. create(Domain domain) -
Uses of Domain in org.apache.syncope.common.keymaster.client.zookeeper
Methods in org.apache.syncope.common.keymaster.client.zookeeper that return Domain Modifier and Type Method Description DomainZookeeperDomainOps. read(String key)Methods in org.apache.syncope.common.keymaster.client.zookeeper that return types with arguments of type Domain Modifier and Type Method Description List<Domain>ZookeeperDomainOps. list()Methods in org.apache.syncope.common.keymaster.client.zookeeper with parameters of type Domain Modifier and Type Method Description voidZookeeperDomainOps. create(Domain domain) -
Uses of Domain in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service that return Domain Modifier and Type Method Description DomainDomainService. read(@NotNull String key)Returns the domain matching the given key.Methods in org.apache.syncope.common.keymaster.rest.api.service that return types with arguments of type Domain Modifier and Type Method Description List<Domain>DomainService. list()Returns the list of defined domains.Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type Domain Modifier and Type Method Description javax.ws.rs.core.ResponseDomainService. create(Domain domain)Creates a new domain. -
Uses of Domain in org.apache.syncope.core.keymaster.internal
Methods in org.apache.syncope.core.keymaster.internal that return Domain Modifier and Type Method Description DomainSelfKeymasterInternalDomainOps. read(String key)Methods in org.apache.syncope.core.keymaster.internal that return types with arguments of type Domain Modifier and Type Method Description List<Domain>SelfKeymasterInternalDomainOps. list()Methods in org.apache.syncope.core.keymaster.internal with parameters of type Domain Modifier and Type Method Description voidSelfKeymasterInternalDomainOps. create(Domain domain) -
Uses of Domain in org.apache.syncope.core.keymaster.rest.cxf.service
Methods in org.apache.syncope.core.keymaster.rest.cxf.service that return Domain Modifier and Type Method Description DomainDomainServiceImpl. read(String key)Methods in org.apache.syncope.core.keymaster.rest.cxf.service that return types with arguments of type Domain Modifier and Type Method Description List<Domain>DomainServiceImpl. list()Methods in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type Domain Modifier and Type Method Description javax.ws.rs.core.ResponseDomainServiceImpl. create(Domain domain) -
Uses of Domain in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return Domain Modifier and Type Method Description DomainDomainLogic. create(Domain domain)DomainDomainLogic. read(String key)Methods in org.apache.syncope.core.logic that return types with arguments of type Domain Modifier and Type Method Description List<Domain>DomainLogic. list()Methods in org.apache.syncope.core.logic with parameters of type Domain Modifier and Type Method Description DomainDomainLogic. create(Domain domain) -
Uses of Domain in org.apache.syncope.core.persistence.api
Methods in org.apache.syncope.core.persistence.api with parameters of type Domain Modifier and Type Method Description voidDomainRegistry. register(Domain req) -
Uses of Domain in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return Domain Modifier and Type Method Description DomainDomainEntity. get()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Domain Modifier and Type Method Description voidDomainEntity. set(Domain domain) -
Uses of Domain in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa with parameters of type Domain Modifier and Type Method Description voidRuntimeDomainLoader. added(Domain domain)voidDomainConfFactory. register(Domain domain) -
Uses of Domain in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return Domain Modifier and Type Method Description DomainJPADomain. get()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Domain Modifier and Type Method Description voidJPADomain. set(Domain domain)
-