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 UserRefreshToken
UserTokenAPI. 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 AuthenticationTokenResponse
UserTokenController. 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 UserRefreshToken
UserRefreshTokenDao. 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 UserRefreshToken
IUserRefreshTokenDao. 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 UserRefreshToken
UserTokenHandler. 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 UserRefreshToken
IUserTokenHandler. updateRefreshToken(UserContext uc, String refreshToken, IClientDescriptor clientDescriptor)
-