Uses of Class
org.apache.syncope.client.console.rest.AttrRepoRestClient
-
-
Uses of AttrRepoRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AttrRepoRestClient Modifier and Type Method Description AttrRepoRestClientAMConsoleContext. attrRepoRestClient() -
Uses of AttrRepoRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as AttrRepoRestClient Modifier and Type Field Description protected AttrRepoRestClientWA. attrRepoRestClient -
Uses of AttrRepoRestClient in org.apache.syncope.client.console.panels
Constructors in org.apache.syncope.client.console.panels with parameters of type AttrRepoRestClient Constructor Description AttrRepoDirectoryPanel(String id, AttrRepoRestClient restClient, org.apache.wicket.PageReference pageRef) -
Uses of AttrRepoRestClient in org.apache.syncope.client.console.policies
Fields in org.apache.syncope.client.console.policies declared as AttrRepoRestClient Modifier and Type Field Description protected AttrRepoRestClientAttrReleasePolicyModalPanel. attrRepoRestClient -
Uses of AttrRepoRestClient in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards declared as AttrRepoRestClient Modifier and Type Field Description protected AttrRepoRestClientAttrRepoWizardBuilder. attrRepoRestClientConstructors in org.apache.syncope.client.console.wizards with parameters of type AttrRepoRestClient Constructor Description AttrRepoWizardBuilder(org.apache.syncope.common.lib.to.AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, org.apache.wicket.PageReference pageRef)
-