Uses of Class
de.xima.fc.exceptions.UnknownTokenException
-
Packages that use UnknownTokenException Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.security.controller de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of UnknownTokenException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw UnknownTokenException Modifier and Type Method Description UserRefreshTokenUserTokenAPI. updateRefreshToken(UserContext uc, @NotNull 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 UnknownTokenException Modifier and Type Method Description AuthenticationTokenResponseUserTokenController. 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 UnknownTokenException Modifier and Type Method Description UserRefreshTokenUserRefreshTokenDao. 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 UnknownTokenException Modifier and Type Method Description UserRefreshTokenIUserRefreshTokenDao. 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 UnknownTokenException Modifier and Type Method Description UserRefreshTokenUserTokenHandler. 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 UnknownTokenException Modifier and Type Method Description UserRefreshTokenIUserTokenHandler. updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor)
-