Uses of Class
org.apache.syncope.client.console.rest.AuthProfileRestClient
-
Packages that use AuthProfileRestClient Package Description org.apache.syncope.client.console org.apache.syncope.client.console.authprofiles org.apache.syncope.client.console.pages -
-
Uses of AuthProfileRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return AuthProfileRestClient Modifier and Type Method Description AuthProfileRestClient
AMConsoleContext. authProfileRestClient()
-
Uses of AuthProfileRestClient in org.apache.syncope.client.console.authprofiles
Constructors in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileRestClient Constructor Description AuthProfileDirectoryPanel(String id, AuthProfileRestClient restClient, PageReference pageRef)
AuthProfileItemDirectoryPanel(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef)
-
Uses of AuthProfileRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as AuthProfileRestClient Modifier and Type Field Description protected AuthProfileRestClient
WA. authProfileRestClient
-