Uses of Class
de.xima.fc.exceptions.UnknownTokenException
Packages that use UnknownTokenException
Package
Description
Package for the API access of the model classes.
-
Uses of UnknownTokenException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw UnknownTokenExceptionModifier and TypeMethodDescriptionUserTokenAPI.updateRefreshToken(UserContext uc, @NotBlank String refreshToken, @NotNull IClientDescriptor clientDescriptor) Updates the refresh token. -
Uses of UnknownTokenException in de.xima.fc.api.rest.pub.impl.security.controller
Methods in de.xima.fc.api.rest.pub.impl.security.controller that throw UnknownTokenExceptionModifier and TypeMethodDescriptionUserTokenController.refreshTokens(String clientName, String refreshToken) Refreshes the tokens and returns the new tokens. -
Uses of UnknownTokenException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw UnknownTokenExceptionModifier and TypeMethodDescriptionUserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of UnknownTokenException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw UnknownTokenExceptionModifier and TypeMethodDescriptionIUserRefreshTokenDao.updateRefreshToken(IEntityContext ec, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of UnknownTokenException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw UnknownTokenExceptionModifier and TypeMethodDescriptionUserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor) -
Uses of UnknownTokenException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw UnknownTokenExceptionModifier and TypeMethodDescriptionIUserTokenHandler.updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor)