Uses of Class
io.tech1.framework.domain.properties.configs.security.jwt.AuthoritiesConfigs
-
Packages that use AuthoritiesConfigs Package Description io.tech1.framework.domain.properties.configs io.tech1.framework.domain.properties.configs.security.jwt -
-
Uses of AuthoritiesConfigs in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return AuthoritiesConfigs Modifier and Type Method Description AuthoritiesConfigsSecurityJwtConfigs. getAuthoritiesConfigs()Methods in io.tech1.framework.domain.properties.configs with parameters of type AuthoritiesConfigs 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. setAuthoritiesConfigs(AuthoritiesConfigs authoritiesConfigs) -
Uses of AuthoritiesConfigs in io.tech1.framework.domain.properties.configs.security.jwt
Methods in io.tech1.framework.domain.properties.configs.security.jwt that return AuthoritiesConfigs Modifier and Type Method Description static AuthoritiesConfigsAuthoritiesConfigs. of(String packageName, Set<Authority> authorities)
-