Uses of Class
org.apache.syncope.client.console.rest.SchemaRestClient
-
-
Uses of SchemaRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return SchemaRestClient Modifier and Type Method Description SchemaRestClient
IdRepoConsoleContext. schemaRestClient()
-
Uses of SchemaRestClient in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications declared as SchemaRestClient Modifier and Type Field Description protected SchemaRestClient
NotificationDirectoryPanel. schemaRestClient
protected SchemaRestClient
NotificationWizardBuilder. schemaRestClient
Constructors in org.apache.syncope.client.console.notifications with parameters of type SchemaRestClient Constructor Description NotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef)
-
Uses of SchemaRestClient in org.apache.syncope.client.console.panels
Fields in org.apache.syncope.client.console.panels declared as SchemaRestClient Modifier and Type Field Description protected SchemaRestClient
AnyDirectoryPanel. schemaRestClient
protected SchemaRestClient
AnyTypeClassModalPanel. schemaRestClient
protected SchemaRestClient
BeanPanel. schemaRestClient
protected SchemaRestClient
ProvisionAuxClassesPanel. schemaRestClient
protected SchemaRestClient
SchemasPanel. schemaRestClient
protected SchemaRestClient
SchemaTypeWizardBuilder. schemaRestClient
protected SchemaRestClient
SCIMConfTabPanel. schemaRestClient
Constructors in org.apache.syncope.client.console.panels with parameters of type SchemaRestClient Constructor Description AnyTypeClassDetailsPanel(String id, AnyTypeClassTO anyTypeClassTO, SchemaRestClient schemaRestClient, AnyTypeClassRestClient anyTypeClassRestClient)
SchemaTypePanel(String id, SchemaRestClient restClient, SchemaType schemaType, PageReference pageRef)
SchemaTypeWizardBuilder(SchemaTO schemaTO, SchemaRestClient schemaRestClient, PageReference pageRef)
-
Uses of SchemaRestClient in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search declared as SchemaRestClient Modifier and Type Field Description protected SchemaRestClient
AnyObjectSearchPanel. schemaRestClient
protected SchemaRestClient
GroupSearchPanel. schemaRestClient
-
Uses of SchemaRestClient in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as SchemaRestClient Modifier and Type Field Description protected SchemaRestClient
ProvisioningPolicyModalPanel. schemaRestClient
-
Uses of SchemaRestClient in org.apache.syncope.client.console.wizards.any
Fields in org.apache.syncope.client.console.wizards.any declared as SchemaRestClient Modifier and Type Field Description protected SchemaRestClient
AbstractAttrsWizardStep. schemaRestClient
-