Class BOManagedUser

All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOManagedUser extends BOUser
This class represent a business object for all information concerning a managed user (SSO and system).
It's an extension of the BOUser that represents only the system accounts, those one that has no password and that will be used internally by the jobs or web services implementor
Since:
10.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOManagedUser

      public BOManagedUser()
      Create an empty instance of BOManagedUser.
    • BOManagedUser

      public BOManagedUser(BOUser user)
      Create a new instance of a managed user by copying the values from another ones
      Parameters:
      user - instance of a BOUser from which to copy the values
  • Method Details

    • validate

      public String validate()
      Description copied from class: DynO
      Method that will be called to validate the DynO instance.
      Overrides:
      validate in class DynO
      Returns:
      the string containing the error message, or null if there's no violations within the DynO values.