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 org.apache.syncope.core.rest.cxf.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 AccessTokenQuery
AccessTokenQuery.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 PagedResult<AccessTokenTO>
AccessTokenService. list(AccessTokenQuery query)
Returns a paged list of existing access tokens matching the given query. -
Uses of AccessTokenQuery in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AccessTokenQuery Modifier and Type Method Description PagedResult<AccessTokenTO>
AccessTokenServiceImpl. list(AccessTokenQuery query)
-