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 RoleTO
RoleRestClient. 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 void
RoleRestClient. create(RoleTO roleTO)
void
RoleRestClient. 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 RoleTO
RoleWrapper. 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 RoleTO
RoleService. 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.Response
RoleService. create(@NotNull RoleTO roleTO)
Creates a new role.void
RoleService. 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 RoleTO
RoleLogic. create(RoleTO roleTO)
RoleTO
RoleLogic. delete(String key)
RoleTO
RoleLogic. read(String key)
protected RoleTO
RoleLogic. resolveReference(Method method, Object... args)
RoleTO
RoleLogic. 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 RoleTO
RoleLogic. create(RoleTO roleTO)
RoleTO
RoleLogic. 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 RoleTO
RoleDataBinder. getRoleTO(Role role)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type RoleTO Modifier and Type Method Description Role
RoleDataBinder. create(RoleTO roleTO)
Role
RoleDataBinder. 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 RoleTO
RoleDataBinderImpl. getRoleTO(Role role)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type RoleTO Modifier and Type Method Description Role
RoleDataBinderImpl. create(RoleTO roleTO)
Role
RoleDataBinderImpl. 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 RoleTO
RoleServiceImpl. 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.Response
RoleServiceImpl. create(RoleTO roleTO)
void
RoleServiceImpl. update(RoleTO roleTO)
-