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.security.controller de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.security.token -
-
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, @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 TokenCreateException Modifier and Type Method Description AuthenticationResponseUserTokenController. authenticate(String clientName, String userName, String password)Authenticates the user profile and returns the tokens.AuthenticationTokenResponseUserTokenController. refreshTokens(String clientName, String refreshToken)Refreshes the tokens and returns the new tokens.MfaVerificationResponseUserTokenController. 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 TokenCreateException Modifier and Type Method Description UserRefreshTokenUserRefreshTokenDao. 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 TokenCreateException Modifier and Type Method Description UserRefreshTokenIUserRefreshTokenDao. 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 TokenCreateException Modifier and Type Method Description UserRefreshTokenUserTokenHandler. 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 TokenCreateException Modifier and Type Method Description UserRefreshTokenIUserTokenHandler. 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 TokenCreateException Modifier and Type Method Description static 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.
-