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 SyncopeClient
SyncopeConsoleSession. 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 SyncopeClient
SyncopeEnduserSession. client
-
Uses of SyncopeClient in org.apache.syncope.client.lib
Subclasses of SyncopeClient in org.apache.syncope.client.lib Modifier and Type Class Description class
SyncopeAnonymousClient
Methods in org.apache.syncope.client.lib that return SyncopeClient Modifier and Type Method Description SyncopeClient
SyncopeClientFactoryBean. create(String jwt)
Builds client instance which will be passing the provided value in theHttpHeaders.AUTHORIZATION
request header.SyncopeClient
SyncopeClientFactoryBean. create(String username, String password)
Builds client instance with the given credentials.SyncopeClient
SyncopeClientFactoryBean. create(AuthenticationHandler handler)
Builds client instance with the given authentication handler.SyncopeClient
SyncopeClient. 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 SyncopeClient
RouteProvider. 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 SyncopeClient
WARestClient. getSyncopeClient()
-