Uses of Class
org.apache.syncope.client.lib.SyncopeClient
-
Packages that use SyncopeClient Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.client.lib org.apache.syncope.sra org.apache.syncope.wa.bootstrap -
-
Uses of SyncopeClient in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as SyncopeClient Modifier and Type Field Description protected SyncopeClientSyncopeConsoleSession. client -
Uses of SyncopeClient in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as SyncopeClient Modifier and Type Field Description protected SyncopeClientSyncopeEnduserSession. client -
Uses of SyncopeClient in org.apache.syncope.client.lib
Subclasses of SyncopeClient in org.apache.syncope.client.lib Modifier and Type Class Description classSyncopeAnonymousClientMethods in org.apache.syncope.client.lib that return SyncopeClient Modifier and Type Method Description SyncopeClientSyncopeClientFactoryBean. create(String jwt)Builds client instance which will be passing the provided value in theHttpHeaders.AUTHORIZATIONrequest header.SyncopeClientSyncopeClientFactoryBean. create(String username, String password)Builds client instance with the given credentials.SyncopeClientSyncopeClientFactoryBean. create(AuthenticationHandler handler)Builds client instance with the given authentication handler.SyncopeClientSyncopeClient. delegatedBy(String delegating)Requests to invoke services as delegating user. -
Uses of SyncopeClient in org.apache.syncope.sra
Fields in org.apache.syncope.sra declared as SyncopeClient Modifier and Type Field Description protected SyncopeClientRouteProvider. client -
Uses of SyncopeClient in org.apache.syncope.wa.bootstrap
Methods in org.apache.syncope.wa.bootstrap that return SyncopeClient Modifier and Type Method Description SyncopeClientWARestClient. getSyncopeClient()
-