Class BaseRestClient

java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
All Implemented Interfaces:
Serializable, RestClient
Direct Known Subclasses:
AbstractAnyRestClient, AccessTokenRestClient, AnyTypeClassRestClient, AnyTypeRestClient, ApplicationRestClient, AttrRepoRestClient, AuditRestClient, AuthModuleRestClient, AuthProfileRestClient, BpmnProcessRestClient, ClientAppRestClient, CommandRestClient, ConnectorRestClient, DelegationRestClient, DynRealmRestClient, FIQLQueryRestClient, ImplementationRestClient, NotificationRestClient, OIDCJWKSRestClient, OIDCProviderRestClient, PolicyRestClient, RealmRestClient, ReconciliationRestClient, RelationshipTypeRestClient, RemediationRestClient, ReportRestClient, ResourceRestClient, RoleRestClient, SAML2IdPEntityRestClient, SAML2IdPsRestClient, SAML2SPEntityRestClient, SAML2SPRestClient, SchemaRestClient, SCIMConfRestClient, SecurityQuestionRestClient, SRARouteRestClient, SyncopeRestClient, TaskRestClient, UserRequestRestClient, UserSelfRestClient, UserWorkflowTaskRestClient, WAConfigRestClient

public abstract class BaseRestClient extends Object implements RestClient
See Also:
  • Field Details Link icon

    • LOG Link icon

      protected static final Logger LOG
  • Constructor Details Link icon

    • BaseRestClient Link icon

      public BaseRestClient()
  • Method Details Link icon

    • toOrderBy Link icon

      public static String toOrderBy(SortParam<String> sort)
    • getSyncopeService Link icon

      public SyncopeService getSyncopeService()
    • getService Link icon

      protected <T> T getService(Class<T> serviceClass)
    • getService Link icon

      protected <T> T getService(String etag, Class<T> serviceClass)
    • resetClient Link icon

      protected <T> void resetClient(Class<T> serviceClass)
    • getObject Link icon

      protected <E extends JAXRSService, T> T getObject(E service, URI location, Class<T> resultClass)
    • getStatus Link icon

      protected String getStatus(int httpStatus)