Class AuthProfileRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AuthProfileRestClient
-
- All Implemented Interfaces:
Serializable,org.apache.syncope.client.ui.commons.rest.RestClient
public class AuthProfileRestClient 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 AuthProfileRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()voidcreate(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)voiddelete(String key)List<org.apache.syncope.common.lib.to.AuthProfileTO>list(int page, int size)org.apache.syncope.common.lib.to.AuthProfileTOread(String key)voidupdate(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
count
public int count()
-
list
public List<org.apache.syncope.common.lib.to.AuthProfileTO> list(int page, int size)
-
read
public org.apache.syncope.common.lib.to.AuthProfileTO read(String key)
-
create
public void create(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
-
update
public void update(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
-
delete
public void delete(String key)
-
-