Uses of Class
org.apache.syncope.client.console.rest.PolicyRestClient
- 
- 
Uses of PolicyRestClient in org.apache.syncope.client.consoleMethods in org.apache.syncope.client.console that return PolicyRestClient Modifier and Type Method Description PolicyRestClientIdRepoConsoleContext. policyRestClient()Methods in org.apache.syncope.client.console with parameters of type PolicyRestClient Modifier and Type Method Description PolicyTabProviderAMConsoleContext. amPolicyTabProvider(PolicyRestClient policyRestClient)PolicyTabProviderIdMConsoleContext. idmPolicyTabProvider(PolicyRestClient policyRestClient)PolicyTabProviderIdRepoConsoleContext. idRepoPolicyTabProvider(PolicyRestClient policyRestClient)RealmPolicyProviderAMConsoleContext. realmPolicyProvider(PolicyRestClient policyRestClient)RealmPolicyProviderIdRepoConsoleContext. realmPolicyProvider(PolicyRestClient policyRestClient)
- 
Uses of PolicyRestClient in org.apache.syncope.client.console.clientappsFields in org.apache.syncope.client.console.clientapps declared as PolicyRestClient Modifier and Type Field Description protected PolicyRestClientClientAppDirectoryPanel. policyRestClientprotected PolicyRestClientClientAppModalPanelBuilder. policyRestClientConstructors in org.apache.syncope.client.console.clientapps with parameters of type PolicyRestClient Constructor Description ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef)
- 
Uses of PolicyRestClient in org.apache.syncope.client.console.commonsFields in org.apache.syncope.client.console.commons declared as PolicyRestClient Modifier and Type Field Description protected PolicyRestClientAMPolicyTabProvider. policyRestClientprotected PolicyRestClientIdMPolicyTabProvider. policyRestClientprotected PolicyRestClientIdRepoPolicyTabProvider. policyRestClientprotected PolicyRestClientIdRepoRealmPolicyProvider. policyRestClientConstructors in org.apache.syncope.client.console.commons with parameters of type PolicyRestClient Constructor Description AMPolicyTabProvider(PolicyRestClient policyRestClient)AMRealmPolicyProvider(PolicyRestClient policyRestClient)IdMPolicyTabProvider(PolicyRestClient policyRestClient)IdRepoPolicyTabProvider(PolicyRestClient policyRestClient)IdRepoRealmPolicyProvider(PolicyRestClient policyRestClient)
- 
Uses of PolicyRestClient in org.apache.syncope.client.console.policiesFields in org.apache.syncope.client.console.policies declared as PolicyRestClient Modifier and Type Field Description protected PolicyRestClientAccessPolicyModalPanel. policyRestClientprotected PolicyRestClientAttrReleasePolicyModalPanel. policyRestClientprotected PolicyRestClientAuthPolicyModalPanel. policyRestClientprotected PolicyRestClientPolicyModalPanelBuilder. policyRestClientprotected PolicyRestClientPolicyRuleWizardBuilder. policyRestClientprotected PolicyRestClientProvisioningPolicyModalPanel. policyRestClientprotected PolicyRestClientTicketExpirationPolicyModalPanel. policyRestClient
- 
Uses of PolicyRestClient in org.apache.syncope.client.console.wizards.resourcesFields in org.apache.syncope.client.console.wizards.resources declared as PolicyRestClient Modifier and Type Field Description protected PolicyRestClientResourceSecurityPanel. policyRestClient
 
-