Uses of Class
de.xima.fc.exceptions.TokenCreateException
-
Packages that use TokenCreateException Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.generic.controller de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of TokenCreateException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw TokenCreateException Modifier and Type Method Description UserRefreshToken
UserTokenAPI. createRefreshToken(UserContext uc, @NotBlank String userProfileId, String issuer, @NotBlank IClientDescriptor clientDescriptor)
-
Uses of TokenCreateException in de.xima.fc.api.rest.pub.impl.generic.controller
Methods in de.xima.fc.api.rest.pub.impl.generic.controller that throw TokenCreateException Modifier and Type Method Description TokenResponse
UserTokenController. authenticate(String userName, String password)
TokenResponse
UserTokenController. updateRefreshToken(String refreshToken)
-
Uses of TokenCreateException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw TokenCreateException Modifier and Type Method Description UserRefreshToken
UserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
-
Uses of TokenCreateException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw TokenCreateException Modifier and Type Method Description UserRefreshToken
IUserRefreshTokenDao. createRefreshToken(IEntityContext ec, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
-
Uses of TokenCreateException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw TokenCreateException Modifier and Type Method Description UserRefreshToken
UserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
-
Uses of TokenCreateException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw TokenCreateException Modifier and Type Method Description UserRefreshToken
IUserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
-