Uses of Class
org.apache.syncope.common.lib.to.AccessTokenTO
Packages that use AccessTokenTO
Package
Description
-
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 AccessTokenTOModifier and TypeMethodDescriptionAccessTokenDirectoryPanel.getActions
(IModel<AccessTokenTO> model) protected List
<IColumn<AccessTokenTO, String>> AccessTokenDirectoryPanel.getColumns()
AccessTokenDirectoryPanel.AccessTokenDataProvider.iterator
(long first, long count) 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 AccessTokenTOModifier and TypeMethodDescriptionAccessTokenDirectoryPanel.AccessTokenDataProvider.model
(AccessTokenTO object) Method parameters in org.apache.syncope.client.console.panels with type arguments of type AccessTokenTOModifier and TypeMethodDescriptionAccessTokenDirectoryPanel.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 AccessTokenTOModifier and TypeMethodDescription -
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 AccessTokenTOModifier and TypeMethodDescriptionAccessTokenService.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 AccessTokenTOModifier and TypeMethodDescriptionprotected AccessTokenTO
AccessTokenLogic.resolveReference
(Method method, Object... args) Methods in org.apache.syncope.core.logic that return types with arguments of type AccessTokenTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<AccessTokenTO> AccessTokenLogic.list
(org.springframework.data.domain.Pageable pageable) -
Uses of AccessTokenTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AccessTokenTOModifier and TypeMethodDescriptionAccessTokenDataBinder.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 AccessTokenTOModifier and TypeMethodDescriptionAccessTokenDataBinderImpl.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