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 Static Methods Concrete Methods Modifier and Type Method Description static intcount()static voidcreate(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)static voiddelete(String key)static List<org.apache.syncope.common.lib.to.AuthProfileTO>list(int page, int size)static org.apache.syncope.common.lib.to.AuthProfileTOread(String key)static 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 static int count()
-
list
public static List<org.apache.syncope.common.lib.to.AuthProfileTO> list(int page, int size)
-
read
public static org.apache.syncope.common.lib.to.AuthProfileTO read(String key)
-
create
public static void create(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
-
update
public static void update(org.apache.syncope.common.lib.to.AuthProfileTO authProfile)
-
delete
public static void delete(String key)
-
-