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 AttrRepoRestClient
AMConsoleContext. 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 AttrRepoRestClient
WA. 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, 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 AttrRepoRestClient
AttrReleasePolicyModalPanel. 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 AttrRepoRestClient
AttrRepoWizardBuilder. attrRepoRestClient
Constructors in org.apache.syncope.client.console.wizards with parameters of type AttrRepoRestClient Constructor Description AttrRepoWizardBuilder(AttrRepoTO defaultItem, AttrRepoRestClient attrRepoRestClient, PageReference pageRef)
-