Uses of Class
org.craftercms.studio.model.security.PersistentAccessToken
Packages that use PersistentAccessToken
Package
Description
-
Uses of PersistentAccessToken in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return PersistentAccessTokenModifier and TypeMethodDescriptionSecurityDAO.getAccessTokenById(long tokenId) SecurityDAO.getAccessTokenByUserIdAndTokenId(long userId, long tokenId) Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type PersistentAccessTokenMethods in org.craftercms.studio.api.v2.dal with parameters of type PersistentAccessTokenModifier and TypeMethodDescriptionvoidSecurityDAO.createAccessToken(long userId, PersistentAccessToken token) -
Uses of PersistentAccessToken in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that return PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenService.createAccessToken(String label, Instant expiresOn) Creates a new access token for the current userAccessTokenService.updateAccessToken(long id, boolean enabled) Updates an access token for the current userMethods in org.craftercms.studio.api.v2.service.security that return types with arguments of type PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenService.getAccessTokens()Get all existing access tokens for the current user -
Uses of PersistentAccessToken in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that return PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenServiceInternal.createAccessToken(String label, Instant expiresOn) Creates a new access token for the current userAccessTokenServiceInternal.updateAccessToken(long id, boolean enabled) Updates an access token for the current userMethods in org.craftercms.studio.api.v2.service.security.internal that return types with arguments of type PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenServiceInternal.getAccessTokens()Get all existing access tokens for the current user -
Uses of PersistentAccessToken in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type PersistentAccessTokenModifier and TypeMethodDescriptionSecurityController.createAccessToken(@Valid CreateAccessTokenRequest request) SecurityController.getAccessTokens()SecurityController.updateAccessToken(long tokenId, UpdateAccessTokenRequest request) -
Uses of PersistentAccessToken in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that return PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenServiceImpl.createAccessToken(String label, Instant expiresAt) AccessTokenServiceImpl.updateAccessToken(long id, boolean enabled) Methods in org.craftercms.studio.impl.v2.service.security that return types with arguments of type PersistentAccessToken -
Uses of PersistentAccessToken in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that return PersistentAccessTokenModifier and TypeMethodDescriptionAccessTokenServiceInternalImpl.createAccessToken(String label, Instant expiresAt) AccessTokenServiceInternalImpl.updateAccessToken(long tokenId, boolean enabled) Methods in org.craftercms.studio.impl.v2.service.security.internal that return types with arguments of type PersistentAccessToken