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 Instance Methods Concrete Methods Modifier and Type Method Description int
count()
void
delete(String key)
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 void delete(String key)
-
count
public int count()
-
list
public List<AccessTokenTO> list(int page, int size, SortParam<String> sort)
-
-