java.lang.Object
edu.internet2.middleware.grouper.app.boxProvisioner.GrouperBoxUser

public class GrouperBoxUser extends Object
  • Field Details

    • grouperBoxUserToBoxSpecificAttributeNames

      public static final Map<String,String> grouperBoxUserToBoxSpecificAttributeNames
  • Constructor Details

    • GrouperBoxUser

      public GrouperBoxUser()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getMaxUploadSize

      public Long getMaxUploadSize()
    • setMaxUploadSize

      public void setMaxUploadSize(Long maxUploadSize)
    • getSpaceAmount

      public Long getSpaceAmount()
    • setSpaceAmount

      public void setSpaceAmount(Long spaceAmount)
    • getCreatedAt

      public Timestamp getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Timestamp createdAt)
    • getModifiedAt

      public Timestamp getModifiedAt()
    • setModifiedAt

      public void setModifiedAt(Timestamp modifiedAt)
    • getLogin

      public String getLogin()
    • setLogin

      public void setLogin(String login)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getSpaceUsed

      public Long getSpaceUsed()
    • setSpaceUsed

      public void setSpaceUsed(Long spaceUsed)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • isExemptFromDeviceLimits

      public boolean isExemptFromDeviceLimits()
    • setExemptFromDeviceLimits

      public void setExemptFromDeviceLimits(boolean isExemptFromDeviceLimits)
    • getExemptFromDeviceLimitsDb

      public String getExemptFromDeviceLimitsDb()
    • setExemptFromDeviceLimitsDb

      public void setExemptFromDeviceLimitsDb(String exemptFromDeviceLimitsDb)
    • isExemptFromLoginVerification

      public boolean isExemptFromLoginVerification()
    • setExemptFromLoginVerification

      public void setExemptFromLoginVerification(boolean isExemptFromLoginVerification)
    • getExemptFromLoginVerificationDb

      public String getExemptFromLoginVerificationDb()
    • setExemptFromLoginVerificationDb

      public void setExemptFromLoginVerificationDb(String exemptFromLoginVerificationDb)
    • isExternalCollabRestricted

      public boolean isExternalCollabRestricted()
    • setExternalCollabRestricted

      public void setExternalCollabRestricted(boolean isExternalCollabRestricted)
    • getExternalCollabRestrictedDb

      public String getExternalCollabRestrictedDb()
    • setExternalCollabRestrictedDb

      public void setExternalCollabRestrictedDb(String externalCollabRestrictedDb)
    • isPlatformAccessOnly

      public boolean isPlatformAccessOnly()
    • setPlatformAccessOnly

      public void setPlatformAccessOnly(boolean isPlatformAccessOnly)
    • getPlatformAccessOnlyDb

      public String getPlatformAccessOnlyDb()
    • setPlatformAccessOnlyDb

      public void setPlatformAccessOnlyDb(String platformAccessOnly)
    • isSyncEnabled

      public boolean isSyncEnabled()
    • setSyncEnabled

      public void setSyncEnabled(boolean isSyncEnabled)
    • getSyncEnabledDb

      public String getSyncEnabledDb()
    • setSyncEnabledDb

      public void setSyncEnabledDb(String syncEnabled)
    • isCanSeeManagedUsers

      public boolean isCanSeeManagedUsers()
    • setCanSeeManagedUsers

      public void setCanSeeManagedUsers(boolean canSeeManagedUsers)
    • getCanSeeManagedUsersDb

      public String getCanSeeManagedUsersDb()
    • setCanSeeManagedUsersDb

      public void setCanSeeManagedUsersDb(String canSeeManagedUsers)
    • toProvisioningEntity

      public ProvisioningEntity toProvisioningEntity()
    • fromProvisioningEntity

      public static GrouperBoxUser fromProvisioningEntity(ProvisioningEntity targetEntity, Set<String> fieldNamesToSet)
      Parameters:
      targetEntity -
      Returns:
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCreatedJson

      public String getCreatedJson()
      2020-04-06T16:48:19Z
    • setCreatedJson

      public void setCreatedJson(String created)
      2020-04-06T16:48:19Z
      Parameters:
      created -
    • getModifiedJson

      public String getModifiedJson()
      2020-04-06T16:48:19Z
    • setModifiedJson

      public void setModifiedJson(String modified)
      2020-04-06T16:48:19Z
      Parameters:
      modified -
    • fromJson

      public static GrouperBoxUser fromJson(com.fasterxml.jackson.databind.JsonNode entityNode)
      convert from jackson json
      Parameters:
      entityNode -
      Returns:
      the group
    • main

      public static void main(String[] args)
    • toJson

      public com.fasterxml.jackson.databind.node.ObjectNode toJson(Set<String> fieldNamesToSet)
      convert from jackson json
      Parameters:
      groupNode -
      Returns:
      the group
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createTableBoxUser

      public static void createTableBoxUser(DdlVersionBean ddlVersionBean, Database database)
      Parameters:
      ddlVersionBean -
      database -