| Modifier and Type | Method and Description |
|---|---|
SyncopeClient |
SyncopeClientFactoryBean.create()
Builds client instance with no authentication, for user self-registration and password reset.
|
SyncopeClient |
SyncopeClientFactoryBean.create(AuthenticationHandler handler)
Builds client instance with the given authentication handler.
|
SyncopeClient |
SyncopeClientFactoryBean.create(String jwt)
Builds client instance which will be passing the provided value in the
HttpHeaders.AUTHORIZATION
request header. |
SyncopeClient |
SyncopeClientFactoryBean.create(String username,
String password)
Builds client instance with the given credentials.
|
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.