Uses of Class
de.xima.fc.mdl.token.TokenConfiguration
Packages that use TokenConfiguration
Package
Description
Package for the API access of the model classes.
-
Uses of TokenConfiguration in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return TokenConfigurationModifier and TypeMethodDescriptionUserTokenAPI.getTokenConfiguration(UserContext uc) Returns the token configuration for the given user context. -
Uses of TokenConfiguration in de.xima.fc.api.rest.pub.impl.security.model.response.authentication
Constructors in de.xima.fc.api.rest.pub.impl.security.model.response.authentication with parameters of type TokenConfigurationModifierConstructorDescriptionAuthenticationTokenResponse(String accessToken, String refreshToken, String idToken, TokenConfiguration tokenConfiguration) -
Uses of TokenConfiguration in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return TokenConfiguration -
Uses of TokenConfiguration in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return TokenConfiguration -
Uses of TokenConfiguration in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return TokenConfiguration -
Uses of TokenConfiguration in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return TokenConfiguration -
Uses of TokenConfiguration in de.xima.fc.security.token
Methods in de.xima.fc.security.token with parameters of type TokenConfigurationModifier 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.