Class ClientRolesVO

java.lang.Object
com.skava.auth.model.rest.entities.ClientRolesVO
All Implemented Interfaces:
Serializable

public class ClientRolesVO extends Object implements Serializable
Data transfer class holds the roles of the client.
Author:
Infosys Equinox
See Also:
  • Constructor Details

    • ClientRolesVO

      public ClientRolesVO()
      Default Constructor.
    • ClientRolesVO

      public ClientRolesVO(String clientId, Set<ClientRoleVO> clientRoles)
      Constructor to initialize member variables.
      Parameters:
      clientId - a Long object.
      clientRoles - a Set of ClientRoleVO objects.