Class OIDCProviderRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.OIDCProviderRestClient
-
- All Implemented Interfaces:
Serializable,RestClient
public class OIDCProviderRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description OIDCProviderRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(OIDCC4UIProviderTO op)voidcreateFromDiscovery(OIDCC4UIProviderTO op)voiddelete(String key)List<OIDCC4UIProviderTO>list()OIDCC4UIProviderTOread(String key)voidupdate(OIDCC4UIProviderTO op)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<OIDCC4UIProviderTO> list()
-
create
public void create(OIDCC4UIProviderTO op)
-
createFromDiscovery
public void createFromDiscovery(OIDCC4UIProviderTO op)
-
read
public OIDCC4UIProviderTO read(String key)
-
update
public void update(OIDCC4UIProviderTO op)
-
delete
public void delete(String key)
-
-