Uses of Class
org.apache.syncope.common.lib.to.RoleTO
-
-
Uses of RoleTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type RoleTO Modifier and Type Method Description ActionsPanel<RoleTO>RoleDirectoryPanel. getActions(IModel<RoleTO> model)protected List<IColumn<RoleTO,String>>RoleDirectoryPanel. getColumns()Iterator<RoleTO>RoleDirectoryPanel.RoleDataProvider. iterator(long first, long count)IModel<RoleTO>RoleDirectoryPanel.RoleDataProvider. model(RoleTO object)Methods in org.apache.syncope.client.console.panels with parameters of type RoleTO Modifier and Type Method Description IModel<RoleTO>RoleDirectoryPanel.RoleDataProvider. model(RoleTO object)Method parameters in org.apache.syncope.client.console.panels with type arguments of type RoleTO Modifier and Type Method Description ActionsPanel<RoleTO>RoleDirectoryPanel. getActions(IModel<RoleTO> model) -
Uses of RoleTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return RoleTO Modifier and Type Method Description RoleTORoleRestClient. read(String key)Methods in org.apache.syncope.client.console.rest that return types with arguments of type RoleTO Modifier and Type Method Description List<RoleTO>RoleRestClient. list()Methods in org.apache.syncope.client.console.rest with parameters of type RoleTO Modifier and Type Method Description voidRoleRestClient. create(RoleTO roleTO)voidRoleRestClient. update(RoleTO roleTO) -
Uses of RoleTO in org.apache.syncope.client.console.wizards.role
Methods in org.apache.syncope.client.console.wizards.role that return RoleTO Modifier and Type Method Description RoleTORoleWrapper. fillDynamicConditions()Constructors in org.apache.syncope.client.console.wizards.role with parameters of type RoleTO Constructor Description DynRealms(RoleTO modelObject)Entitlements(RoleTO modelObject)Privileges(RoleTO modelObject)Realms(RoleTO modelObject)RoleWizardBuilder(RoleTO roleTO, RoleRestClient roleRestClient, RealmRestClient realmRestClient, DynRealmRestClient dynRealmRestClient, ApplicationRestClient applicationRestClient, PageReference pageRef)RoleWrapper(RoleTO roleTO) -
Uses of RoleTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return RoleTO Modifier and Type Method Description RoleTORoleService. read(@NotNull String key)Returns role with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type RoleTO Modifier and Type Method Description List<RoleTO>RoleService. list()Returns a list of all roles.Methods in org.apache.syncope.common.rest.api.service with parameters of type RoleTO Modifier and Type Method Description javax.ws.rs.core.ResponseRoleService. create(@NotNull RoleTO roleTO)Creates a new role.voidRoleService. update(@NotNull RoleTO roleTO)Updates the role matching the provided key. -
Uses of RoleTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return RoleTO Modifier and Type Method Description RoleTORoleLogic. create(RoleTO roleTO)RoleTORoleLogic. delete(String key)RoleTORoleLogic. read(String key)protected RoleTORoleLogic. resolveReference(Method method, Object... args)RoleTORoleLogic. update(RoleTO roleTO)Methods in org.apache.syncope.core.logic that return types with arguments of type RoleTO Modifier and Type Method Description List<RoleTO>RoleLogic. list()Methods in org.apache.syncope.core.logic with parameters of type RoleTO Modifier and Type Method Description RoleTORoleLogic. create(RoleTO roleTO)RoleTORoleLogic. update(RoleTO roleTO) -
Uses of RoleTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return RoleTO Modifier and Type Method Description RoleTORoleDataBinder. getRoleTO(Role role)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RoleTO Modifier and Type Method Description RoleRoleDataBinder. create(RoleTO roleTO)RoleRoleDataBinder. update(Role role, RoleTO roleTO) -
Uses of RoleTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return RoleTO Modifier and Type Method Description RoleTORoleDataBinderImpl. getRoleTO(Role role)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RoleTO Modifier and Type Method Description RoleRoleDataBinderImpl. create(RoleTO roleTO)RoleRoleDataBinderImpl. update(Role toBeUpdated, RoleTO roleTO) -
Uses of RoleTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return RoleTO Modifier and Type Method Description RoleTORoleServiceImpl. read(String key)Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type RoleTO Modifier and Type Method Description List<RoleTO>RoleServiceImpl. list()Methods in org.apache.syncope.core.rest.cxf.service with parameters of type RoleTO Modifier and Type Method Description javax.ws.rs.core.ResponseRoleServiceImpl. create(RoleTO roleTO)voidRoleServiceImpl. update(RoleTO roleTO)
-