Uses of Class
org.apache.syncope.common.rest.api.beans.AccessTokenQuery
-
Packages that use AccessTokenQuery Package Description org.apache.syncope.common.rest.api.beans org.apache.syncope.common.rest.api.service -
-
Uses of AccessTokenQuery in org.apache.syncope.common.rest.api.beans
Methods in org.apache.syncope.common.rest.api.beans that return AccessTokenQuery Modifier and Type Method Description protected AccessTokenQueryAccessTokenQuery.Builder. newInstance() -
Uses of AccessTokenQuery in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type AccessTokenQuery Modifier and Type Method Description org.apache.syncope.common.lib.to.PagedResult<org.apache.syncope.common.lib.to.AccessTokenTO>AccessTokenService. list(AccessTokenQuery query)Returns a paged list of existing access tokens matching the given query.
-