Uses of Class
de.xima.fc.mdl.token.TokenConfiguration
-
Packages that use TokenConfiguration Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.rest.pub.impl.security.model.response.authentication 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 TokenConfiguration in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return TokenConfiguration Modifier and Type Method Description TokenConfigurationUserTokenAPI. 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 TokenConfiguration Constructor Description AuthenticationTokenResponse(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 Modifier and Type Method Description TokenConfigurationUserRefreshTokenDao. getTokenConfiguration(IEntityContext ec) -
Uses of TokenConfiguration in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return TokenConfiguration Modifier and Type Method Description TokenConfigurationIUserRefreshTokenDao. getTokenConfiguration(IEntityContext ec) -
Uses of TokenConfiguration in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return TokenConfiguration Modifier and Type Method Description TokenConfigurationUserTokenHandler. getTokenConfiguration(UserContext uc) -
Uses of TokenConfiguration in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return TokenConfiguration Modifier and Type Method Description TokenConfigurationIUserTokenHandler. getTokenConfiguration(UserContext uc) -
Uses of TokenConfiguration in de.xima.fc.security.token
Methods in de.xima.fc.security.token with parameters of type TokenConfiguration 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.
-