Class UserAttributeVO

java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.UserAttributeVO
All Implemented Interfaces:
Serializable

public class UserAttributeVO extends com.skava.core.validation.InputModel
Data transfer class holds the privilege attribute of the user.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • UserAttributeVO

      public UserAttributeVO()
      Instantiates a new user attributes value object.
    • UserAttributeVO

      public UserAttributeVO(UserAttribute userAttributes)
      Instantiates a new group attributes value object.
      Parameters:
      userAttributes - a UserAttribute object.