| Interface | Description |
|---|---|
| AuthenticationHandler |
Marker interface for usage with
SyncopeClientFactoryBean.create(org.apache.syncope.client.lib.AuthenticationHandler). |
| Class | Description |
|---|---|
| AnonymousAuthenticationHandler |
Implementation providing Basic Authentication capability for the special
anonymous user. |
| BasicAuthenticationHandler |
Implementation providing Basic Authentication capability.
|
| JWTAuthenticationHandler |
Implementation providing JSON Web Token authentication capability.
|
| NoAuthenticationHandler |
Empty implementation not providing any real authentication capability.
|
| RestClientExceptionMapper | |
| SyncopeClient |
Entry point for client access to all REST services exposed by Syncope core; obtain instances via
SyncopeClientFactoryBean. |
| SyncopeClientFactoryBean |
Factory bean for creating instances of
SyncopeClient. |
| Enum | Description |
|---|---|
| SyncopeClientFactoryBean.ContentType |
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.