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 UserRefreshToken
UserTokenAPI. 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 AuthenticationResponse
UserTokenController. authenticate(String clientName, String userName, String password)
Authenticates the user profile and returns the tokens.AuthenticationTokenResponse
UserTokenController. refreshTokens(String clientName, String refreshToken)
Refreshes the tokens and returns the new tokens.MfaVerificationResponse
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 TokenCreateException Modifier and Type Method Description UserRefreshToken
UserRefreshTokenDao. 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 UserRefreshToken
IUserRefreshTokenDao. 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 UserRefreshToken
UserTokenHandler. 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 UserRefreshToken
IUserTokenHandler. 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 String
InternalTokenController. 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 String
InternalTokenController. buildIdToken(TokenConfiguration tokensConfig, Instant issuedAt, org.pac4j.core.profile.UserProfile userProfile, String issuer, String refreshTokenId)
Builds an id token for the given user profile.
-