Uses of Class
org.apache.syncope.common.lib.to.PrivilegeTO
-
-
Uses of PrivilegeTO in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels with type parameters of type PrivilegeTO Modifier and Type Field Description protected BaseModal<PrivilegeTO>
ApplicationDirectoryPanel. privilegeModal
Methods in org.apache.syncope.client.console.panels that return types with arguments of type PrivilegeTO Modifier and Type Method Description protected ActionsPanel<PrivilegeTO>
PrivilegeDirectoryPanel. getActions(IModel<PrivilegeTO> model)
protected List<IColumn<PrivilegeTO,String>>
PrivilegeDirectoryPanel. getColumns()
Iterator<PrivilegeTO>
PrivilegeDirectoryPanel.PrivilegeDataProvider. iterator(long first, long count)
IModel<PrivilegeTO>
PrivilegeDirectoryPanel.PrivilegeDataProvider. model(PrivilegeTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type PrivilegeTO Modifier and Type Method Description protected WizardModel
PrivilegeWizardBuilder. buildModelSteps(PrivilegeTO modelObject, WizardModel wizardModel)
IModel<PrivilegeTO>
PrivilegeDirectoryPanel.PrivilegeDataProvider. model(PrivilegeTO object)
protected Serializable
PrivilegeWizardBuilder. onApplyInternal(PrivilegeTO modelObject)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type PrivilegeTO Modifier and Type Method Description protected ActionsPanel<PrivilegeTO>
PrivilegeDirectoryPanel. getActions(IModel<PrivilegeTO> model)
Constructors in org.apache.syncope.client.console.panels with parameters of type PrivilegeTO Constructor Description PrivilegeWizardBuilder(ApplicationTO application, PrivilegeTO privilege, ApplicationRestClient applicationRestClient, PageReference pageRef)
Profile(PrivilegeTO privilege)
Spec(PrivilegeTO privilege)
Constructor parameters in org.apache.syncope.client.console.panels with type arguments of type PrivilegeTO Constructor Description PrivilegeDirectoryPanel(BaseModal<PrivilegeTO> baseModal, ApplicationRestClient restClient, ApplicationTO application, PageReference pageRef)
-
Uses of PrivilegeTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type PrivilegeTO Modifier and Type Method Description List<PrivilegeTO>
ApplicationTO. getPrivileges()
-
Uses of PrivilegeTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return PrivilegeTO Modifier and Type Method Description PrivilegeTO
ApplicationService. readPrivilege(@NotNull String key)
Returns privilege with matching key. -
Uses of PrivilegeTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return PrivilegeTO Modifier and Type Method Description PrivilegeTO
ApplicationLogic. readPrivilege(String key)
-
Uses of PrivilegeTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return PrivilegeTO Modifier and Type Method Description PrivilegeTO
ApplicationDataBinder. getPrivilegeTO(Privilege privilege)
-
Uses of PrivilegeTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return PrivilegeTO Modifier and Type Method Description PrivilegeTO
ApplicationDataBinderImpl. getPrivilegeTO(Privilege privilege)
-
Uses of PrivilegeTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return PrivilegeTO Modifier and Type Method Description PrivilegeTO
ApplicationServiceImpl. readPrivilege(String key)
-