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 UserRefreshTokenUserTokenAPI. 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 TokenResponseUserTokenController. authenticate(String userName, String password)TokenResponseUserTokenController. 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 UserRefreshTokenUserRefreshTokenDao. 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 UserRefreshTokenIUserRefreshTokenDao. 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 UserRefreshTokenUserTokenHandler. 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 UserRefreshTokenIUserTokenHandler. createRefreshToken(UserContext uc, String userProfileId, String issuer, IClientDescriptor clientDescriptor)
-