Interface IdentityService

  • All Known Subinterfaces:
    IdentityManagementService

    public interface IdentityService
    Interface used to handle general purpose interaction with external Identity and Access Management
    • Method Detail

      • findUsersByGroupName

        List<User> findUsersByGroupName​(String groupName)
      • findUserByName

        User findUserByName​(String userName)
      • findGroupByName

        Group findGroupByName​(String groupName)