Interface IJCRolesInfoService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<org.springframework.security.core.GrantedAuthority,​java.lang.String> getAuthorities()
      Get the valid authorities that are understood by the application.
    • Method Detail

      • getAuthorities

        java.util.Map<org.springframework.security.core.GrantedAuthority,​java.lang.String> getAuthorities()
        Get the valid authorities that are understood by the application.
        Returns:
        Map of authorities. Keys are the authorities, the values a human readable description of the authority.