Class AuthProfileRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AuthProfileRestClient
-
- All Implemented Interfaces:
Serializable,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()voiddelete(String key)List<AuthProfileTO>list(int page, int size)AuthProfileTOread(String key)voidupdate(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<AuthProfileTO> list(int page, int size)
-
read
public AuthProfileTO read(String key)
-
update
public void update(AuthProfileTO authProfile)
-
delete
public void delete(String key)
-
-