Uses of Class
io.tech1.framework.domain.properties.configs.security.jwt.JwtTokensConfigs
-
Packages that use JwtTokensConfigs Package Description io.tech1.framework.domain.properties.configs io.tech1.framework.domain.properties.configs.security.jwt -
-
Uses of JwtTokensConfigs in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return JwtTokensConfigs Modifier and Type Method Description JwtTokensConfigsSecurityJwtConfigs. getJwtTokensConfigs()Methods in io.tech1.framework.domain.properties.configs with parameters of type JwtTokensConfigs Modifier and Type Method Description static SecurityJwtConfigsSecurityJwtConfigs. of(AuthoritiesConfigs authoritiesConfigs, CookiesConfigs cookiesConfigs, EssenceConfigs essenceConfigs, IncidentsConfigs incidentsConfigs, JwtTokensConfigs jwtTokensConfigs, LoggingConfigs loggingConfigs, Mongodb mongodb, SessionConfigs sessionConfigs, UsersEmailsConfigs usersEmailsConfigs)voidSecurityJwtConfigs. setJwtTokensConfigs(JwtTokensConfigs jwtTokensConfigs) -
Uses of JwtTokensConfigs in io.tech1.framework.domain.properties.configs.security.jwt
Methods in io.tech1.framework.domain.properties.configs.security.jwt that return JwtTokensConfigs Modifier and Type Method Description static JwtTokensConfigsJwtTokensConfigs. of(String secretKey, JwtToken accessToken, JwtToken refreshToken)
-