Uses of Class
de.xima.fc.exceptions.InvalidTokenException
Packages that use InvalidTokenException
Package
Description
Package for the API access of the model classes.
-
Uses of InvalidTokenException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw InvalidTokenExceptionModifier and TypeMethodDescriptionUserTokenAPI.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) Get the refresh token user data.UserTokenAPI.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) Get the refresh token user data.UserTokenAPI.updateRefreshToken(UserContext uc, @NotBlank String refreshToken, @NotNull IClientDescriptor clientDescriptor) Updates the refresh token. -
Uses of InvalidTokenException in de.xima.fc.api.rest.pub.impl.security.controller
Methods in de.xima.fc.api.rest.pub.impl.security.controller that throw InvalidTokenExceptionModifier and TypeMethodDescriptionUserTokenController.refreshTokens(String clientName, String refreshToken) Refreshes the tokens and returns the new tokens. -
Uses of InvalidTokenException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw InvalidTokenExceptionModifier and TypeMethodDescriptionUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, String refreshToken) UserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, UUID refreshTokenId) UserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of InvalidTokenException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw InvalidTokenExceptionModifier and TypeMethodDescriptionIUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, @NotNull String refreshToken) IUserRefreshTokenDao.getRefreshTokenUserData(IEntityContext ec, @NotNull UUID refreshTokenId) IUserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of InvalidTokenException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw InvalidTokenExceptionModifier and TypeMethodDescriptionUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) UserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) UserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of InvalidTokenException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw InvalidTokenExceptionModifier and TypeMethodDescriptionIUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull String refreshToken) IUserTokenHandler.getRefreshTokenUserData(UserContext uc, @NotNull UUID refreshTokenId) IUserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of InvalidTokenException in de.xima.fc.security.token
Methods in de.xima.fc.security.token that throw InvalidTokenExceptionModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONObjectInternalTokenController.verifyTokenAndReadPayload(String token, String tokenSecret) Verifies the given token and reads the payload.