Class ConnectorRestClient
java.lang.Object
org.apache.syncope.client.console.rest.BaseRestClient
org.apache.syncope.client.console.rest.ConnectorRestClient
- All Implemented Interfaces:
Serializable
,RestClient
Console client for invoking Rest Connectors services.
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildObjectClassInfo
(ConnInstanceTO connInstanceTO, boolean includeSpecial) boolean
check
(ConnInstanceTO connectorTO) create
(ConnInstanceTO connectorTO) protected static List
<ConnConfProperty> filterBlank
(List<ConnConfProperty> properties) getExtAttrNames
(String adminRealm, String objectClass, String connectorKey, Optional<List<ConnConfProperty>> conf) getObjectClasses
(String connectorKey) Load an already existent connector by its name.void
reload()
void
update
(ConnInstanceTO connectorTO) Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
Constructor Details
-
ConnectorRestClient
public ConnectorRestClient()
-
-
Method Details
-
filterBlank
-
getAllConnectors
-
create
-
getObjectClasses
-
getExtAttrNames
-
read
Load an already existent connector by its name.- Parameters:
key
- the id- Returns:
- ConnInstanceTO
-
update
-
delete
-
getAllBundles
-
check
- Throws:
IOException
-
check
-
buildObjectClassInfo
public List<ConnIdObjectClass> buildObjectClassInfo(ConnInstanceTO connInstanceTO, boolean includeSpecial) -
reload
public void reload()
-