Uses of Class
io.tech1.framework.domain.properties.base.Authority
-
Packages that use Authority Package Description io.tech1.framework.domain.properties.base io.tech1.framework.domain.properties.configs.security.jwt -
-
Uses of Authority in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return Authority Modifier and Type Method Description static AuthorityAuthority. of(String value) -
Uses of Authority in io.tech1.framework.domain.properties.configs.security.jwt
Methods in io.tech1.framework.domain.properties.configs.security.jwt that return types with arguments of type Authority Modifier and Type Method Description Set<Authority>AuthoritiesConfigs. getAuthorities()Method parameters in io.tech1.framework.domain.properties.configs.security.jwt with type arguments of type Authority Modifier and Type Method Description static AuthoritiesConfigsAuthoritiesConfigs. of(String packageName, Set<Authority> authorities)voidAuthoritiesConfigs. setAuthorities(Set<Authority> authorities)
-