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 SchemaRestClientIdRepoConsoleContext. 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 SchemaRestClientNotificationDirectoryPanel. schemaRestClientprotected SchemaRestClientNotificationWizardBuilder. schemaRestClientConstructors 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 SchemaRestClientAnyDirectoryPanel. schemaRestClientprotected SchemaRestClientAnyTypeClassModalPanel. schemaRestClientprotected SchemaRestClientBeanPanel. schemaRestClientprotected SchemaRestClientProvisionAuxClassesPanel. schemaRestClientprotected SchemaRestClientSchemasPanel. schemaRestClientprotected SchemaRestClientSchemaTypeWizardBuilder. schemaRestClientprotected SchemaRestClientSCIMConfTabPanel. schemaRestClientConstructors 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 SchemaRestClientAnyObjectSearchPanel. schemaRestClientprotected SchemaRestClientGroupSearchPanel. 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 SchemaRestClientProvisioningPolicyModalPanel. 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 SchemaRestClientAbstractAttrsWizardStep. schemaRestClient
-