Class GrouperProvisioningTarget

java.lang.Object
edu.internet2.middleware.grouper.app.provisioning.GrouperProvisioningTarget

public class GrouperProvisioningTarget extends Object
provisioning target and it's attributes
  • Constructor Details

    • GrouperProvisioningTarget

      public GrouperProvisioningTarget(String key, String name)
      Parameters:
      key - configured .key property
      name - is name of the target (part of the config keys)
  • Method Details

    • getKey

      public String getKey()
      target key. It's used to pull the label for ui
      Returns:
    • getExternalizedName

      public String getExternalizedName()
      externalized name or the key
      Returns:
      the name
    • getName

      public String getName()
      name of the target (part of the config keys)
      Returns:
    • setGroupAllowedToAssign

      public void setGroupAllowedToAssign(String groupAllowedToAssign)
      group whose members are allowed to assign this target
      Parameters:
      groupAllowedToAssign -
    • getGroupAllowedToAssign

      public String getGroupAllowedToAssign()
      group whose members are allowed to assign this target
      Returns:
    • getGroupAllowedToView

      public String getGroupAllowedToView()
      group whose members are allowed to view this target
      Returns:
    • setGroupAllowedToView

      public void setGroupAllowedToView(String groupAllowedToView)
      group whose members are allowed to view this target
      Parameters:
      groupAllowedToView -
    • setAllowAssignmentsOnlyOnOneStem

      public void setAllowAssignmentsOnlyOnOneStem(boolean allowAssignmentsOnlyOnOneStem)
      should the target be assignable to only one stem
      Parameters:
      allowAssignmentsOnlyOnOneStem -
    • isAllowAssignmentsOnlyOnOneStem

      public Boolean isAllowAssignmentsOnlyOnOneStem()
      should the target be assignable to only one stem
      Returns:
    • setReadOnly

      public void setReadOnly(boolean readOnly)
      should the target be only readable and not assignable
      Parameters:
      readOnly -
    • isReadOnly

      public boolean isReadOnly()
      should the target be only readable and not assignable
      Returns: