Uses of Class
digital.nedra.commons.starter.security.engine.core.dto.AuthorityDto
-
Packages that use AuthorityDto Package Description digital.nedra.commons.starter.security.engine.core digital.nedra.commons.starter.security.engine.core.rest -
-
Uses of AuthorityDto in digital.nedra.commons.starter.security.engine.core
Methods in digital.nedra.commons.starter.security.engine.core that return types with arguments of type AuthorityDto Modifier and Type Method Description List<AuthorityDto>SecurityEngine. getAllAuthoritiesAndRoles() -
Uses of AuthorityDto in digital.nedra.commons.starter.security.engine.core.rest
Methods in digital.nedra.commons.starter.security.engine.core.rest that return types with arguments of type AuthorityDto Modifier and Type Method Description org.springframework.http.ResponseEntity<List<AuthorityDto>>ConfigurationRoleController. getAllAuthoritiesAndRoles()
-