Class FeaturesPrivilegeMappingVO
java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.FeaturesPrivilegeMappingVO
- All Implemented Interfaces:
Serializable
public class FeaturesPrivilegeMappingVO
extends com.skava.core.validation.InputModel
Data transfer class hold the privilege information for request/response. Privilege is the entity of this
microservice, which holds API specific access information for the role-based access control.
- Version:
- $Id: $IdS
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
feature_Descriptionprotected String
feature_Nameprotected Long
Holds a unique identifier of the Privilege which can be associated with the Privilege Set.protected Long
Refers to the manage featureAndPrivilageMap.protected Long
Refers to the publish featureAndPrivilageMap.protected String
service_Nameprotected Long
Refers to the view featureAndPrivilageMap. -
Constructor Summary
ConstructorsConstructorDescriptionThe class constructor.FeaturesPrivilegeMappingVO
(FeaturesPrivilegeMapping featurePrivilegeMapping) Instantiates a new privilege. -
Method Summary
-
Field Details
-
id
Holds a unique identifier of the Privilege which can be associated with the Privilege Set. -
featureName
feature_Name -
featureDescription
feature_Description -
serviceName
service_Name -
view
Refers to the view featureAndPrivilageMap. -
manage
Refers to the manage featureAndPrivilageMap. -
publish
Refers to the publish featureAndPrivilageMap.
-
-
Constructor Details
-
FeaturesPrivilegeMappingVO
Instantiates a new privilege.- Parameters:
featurePrivilegeMapping
- The privilege.
-
FeaturesPrivilegeMappingVO
public FeaturesPrivilegeMappingVO()The class constructor.
-