Class AccessTokenRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.BaseRestClient
-
- org.apache.syncope.client.console.rest.AccessTokenRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class AccessTokenRestClient extends BaseRestClient
Console client for invoking Rest Access Token's services.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.console.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description AccessTokenRestClient()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
count()
static void
delete(String key)
static List<AccessTokenTO>
list(int page, int size, SortParam<String> sort)
-
Methods inherited from class org.apache.syncope.client.console.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
delete
public static void delete(String key)
-
count
public static int count()
-
list
public static List<AccessTokenTO> list(int page, int size, SortParam<String> sort)
-
-