Interface WorkManagerSecurity

All Superinterfaces:
Serializable

public interface WorkManagerSecurity extends Serializable
WorkManager security settings
Author:
Jesper Pedersen
  • Method Details

    • isMappingRequired

      boolean isMappingRequired()
      Is mapping required
      Returns:
      The value
    • getDomain

      String getDomain()
      Get the domain
      Returns:
      The value
    • getDefaultPrincipal

      String getDefaultPrincipal()
      Get the default principal
      Returns:
      The value
    • getDefaultGroups

      List<String> getDefaultGroups()
      Get the default groups
      Returns:
      The value
    • getUserMappings

      Map<String,String> getUserMappings()
      Get the user mapping
      Returns:
      The value
    • getGroupMappings

      Map<String,String> getGroupMappings()
      Get the group mapping
      Returns:
      The value