Class AuthModuleRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AuthModuleRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class AuthModuleRestClient 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 AuthModuleRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(AuthModuleTO authModuleTO)
void
delete(String key)
List<AuthModuleTO>
list()
AuthModuleTO
read(String key)
void
update(AuthModuleTO authModuleTO)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
list
public List<AuthModuleTO> list()
-
create
public void create(AuthModuleTO authModuleTO)
-
read
public AuthModuleTO read(String key)
-
update
public void update(AuthModuleTO authModuleTO)
-
delete
public void delete(String key)
-
-