All Known Implementing Classes:
ExternalAuthProvider

public interface AuthProvider
Provider for reading roles and permissions.
  • Method Details

    • readRolesByIds

      Set<AdminRoleRef> readRolesByIds(Set<String> ids)
      Read a set of roles by the supplied ids
      Parameters:
      ids - The ids of the roles to read
      Returns:
      A set of roles
    • readPermissionsByIds

      Set<AdminPermissionRef> readPermissionsByIds(Set<String> ids)
      Read set of permissions by the supplied ids
      Parameters:
      ids - The ids of the permissions to read
      Returns:
      A set of permissions