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 TokenConfiguration
UserTokenAPI. 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 TokenConfiguration
UserRefreshTokenDao. 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 TokenConfiguration
IUserRefreshTokenDao. 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 TokenConfiguration
UserTokenHandler. 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 TokenConfiguration
IUserTokenHandler. 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 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.
-