Uses of Class
de.xima.fc.exceptions.TokenCreateException
Packages that use TokenCreateException
Package
Description
Package for the API access of the model classes.
-
Uses of TokenCreateException in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that throw TokenCreateExceptionModifier and TypeMethodDescriptionUserTokenAPI.createRefreshToken(UserContext uc, @NotNull RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, @NotNull IClientDescriptor clientDescriptor) Creates a refresh token. -
Uses of TokenCreateException in de.xima.fc.api.rest.pub.impl.security.controller
Methods in de.xima.fc.api.rest.pub.impl.security.controller that throw TokenCreateExceptionModifier and TypeMethodDescriptionUserTokenController.authenticate(String clientName, String userName, String password) Authenticates the user profile and returns the tokens.UserTokenController.refreshTokens(String clientName, String refreshToken) Refreshes the tokens and returns the new tokens.UserTokenController.verifyMfaCode(String mfaCode, String mfaToken, boolean saveAuthentication) -
Uses of TokenCreateException in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that throw TokenCreateExceptionModifier and TypeMethodDescriptionUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of TokenCreateException in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that throw TokenCreateExceptionModifier and TypeMethodDescriptionIUserRefreshTokenDao.createRefreshToken(IEntityContext ec, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of TokenCreateException in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that throw TokenCreateExceptionModifier and TypeMethodDescriptionUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of TokenCreateException in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that throw TokenCreateExceptionModifier and TypeMethodDescriptionIUserTokenHandler.createRefreshToken(UserContext uc, RefreshTokenUserDataDTO refreshTokenUserDataDTO, String issuer, IClientDescriptor clientDescriptor) -
Uses of TokenCreateException in de.xima.fc.security.token
Methods in de.xima.fc.security.token that throw TokenCreateExceptionModifier and TypeMethodDescriptionstatic StringInternalTokenController.buildAccessToken(TokenConfiguration tokensConfig, Instant issuedAt, org.pac4j.core.profile.UserProfile userProfile, String issuer, String refreshTokenId) Builds an access token for the given user profile.static StringInternalTokenController.buildIdToken(TokenConfiguration tokensConfig, Instant issuedAt, org.pac4j.core.profile.UserProfile userProfile, String issuer, String refreshTokenId) Builds an id token for the given user profile.