Uses of Class
org.apache.syncope.client.lib.SyncopeClient
-
Packages that use SyncopeClient Package Description org.apache.syncope.client.lib -
-
Uses of SyncopeClient in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SyncopeClient Modifier and Type Method Description SyncopeClientSyncopeClientFactoryBean. create()Builds client instance with no authentication, for user self-registration and password reset.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.
-