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.dao.impl de.xima.fc.dao.interfaces de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
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)
-
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)
-