Uses of Interface
digital.nedra.commons.starter.security.engine.core.RoleHandler
-
Packages that use RoleHandler Package Description digital.nedra.commons.starter.security.engine.core digital.nedra.commons.starter.security.engine.utils -
-
Uses of RoleHandler in digital.nedra.commons.starter.security.engine.core
Classes in digital.nedra.commons.starter.security.engine.core that implement RoleHandler Modifier and Type Class Description static classRoleHandler.DefaultRoleHandlerMethods in digital.nedra.commons.starter.security.engine.core that return RoleHandler Modifier and Type Method Description RoleHandlerAuthorityConfigurer. build()RoleHandlerAuthorityConfigurer.DefaultAuthorityConfigurer. build()RoleHandlerContextConfigure. build()RoleHandlerContextConfigure.DefaultContextConfigure. build()RoleHandlerRoleBuilder. build() -
Uses of RoleHandler in digital.nedra.commons.starter.security.engine.utils
Method parameters in digital.nedra.commons.starter.security.engine.utils with type arguments of type RoleHandler Modifier and Type Method Description static Set<String>SecurityUtils. getAllAuthorities(List<RoleHandler> handlers)static Set<String>SecurityUtils. getAllRoles(List<RoleHandler> handlers)static Set<String>SecurityUtils. getAllUsedAuthorities(List<RoleHandler> handlers)static Map<String,Set<String>>SecurityUtils. getRoleAuthorityMap(List<RoleHandler> handlers)
-