Uses of Class
org.apache.syncope.common.lib.to.AccessTokenTO
-
-
Uses of AccessTokenTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AccessTokenTO Modifier and Type Method Description ActionsPanel<AccessTokenTO>
AccessTokenDirectoryPanel. getActions(IModel<AccessTokenTO> model)
protected List<IColumn<AccessTokenTO,String>>
AccessTokenDirectoryPanel. getColumns()
Iterator<AccessTokenTO>
AccessTokenDirectoryPanel.AccessTokenDataProvider. iterator(long first, long count)
IModel<AccessTokenTO>
AccessTokenDirectoryPanel.AccessTokenDataProvider. model(AccessTokenTO object)
protected WizardMgtPanel<AccessTokenTO>
AccessTokenDirectoryPanel.Builder. newInstance(String id, boolean wizardInModal)
Methods in org.apache.syncope.client.console.panels with parameters of type AccessTokenTO Modifier and Type Method Description IModel<AccessTokenTO>
AccessTokenDirectoryPanel.AccessTokenDataProvider. model(AccessTokenTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type AccessTokenTO Modifier and Type Method Description ActionsPanel<AccessTokenTO>
AccessTokenDirectoryPanel. getActions(IModel<AccessTokenTO> model)
-
Uses of AccessTokenTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AccessTokenTO Modifier and Type Method Description List<AccessTokenTO>
AccessTokenRestClient. list(int page, int size, SortParam<String> sort)
-
Uses of AccessTokenTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AccessTokenTO 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 AccessTokenTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AccessTokenTO Modifier and Type Method Description protected AccessTokenTO
AccessTokenLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type AccessTokenTO Modifier and Type Method Description Pair<Integer,List<AccessTokenTO>>
AccessTokenLogic. list(int page, int size, List<OrderByClause> orderByClauses)
-
Uses of AccessTokenTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AccessTokenTO Modifier and Type Method Description AccessTokenTO
AccessTokenDataBinder. getAccessTokenTO(AccessToken accessToken)
-
Uses of AccessTokenTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AccessTokenTO Modifier and Type Method Description AccessTokenTO
AccessTokenDataBinderImpl. getAccessTokenTO(AccessToken accessToken)
-
Uses of AccessTokenTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AccessTokenTO Modifier and Type Method Description PagedResult<AccessTokenTO>
AccessTokenServiceImpl. list(AccessTokenQuery query)
-