Class ClientRolesVO
java.lang.Object
com.skava.auth.model.rest.entities.ClientRolesVO
- All Implemented Interfaces:
Serializable
Data transfer class holds the roles of the client.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault Constructor.ClientRolesVO
(String clientId, Set<ClientRoleVO> clientRoles) Constructor to initialize member variables. -
Method Summary
-
Constructor Details
-
ClientRolesVO
public ClientRolesVO()Default Constructor. -
ClientRolesVO
Constructor to initialize member variables.- Parameters:
clientId
- aLong
object.clientRoles
- aSet
ofClientRoleVO
objects.
-