Package com.soffid.iam.pam.api
Class PamPolicy
java.lang.Object
com.soffid.iam.pam.api.PamPolicy
- All Implemented Interfaces:
Serializable
ValueObject PamPolicy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPamPolicy(Long id, String name, String description, String author, Date date, Integer recordingDuration, String expression, Integer priority, List<String> justInTimePermissions, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorGets value for attribute createdByGets value for attribute createdOngetDate()Gets value for attribute dateGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptionGets value for attribute expressiongetId()Gets value for attribute idGets value for attribute justInTimePermissionsgetName()Gets value for attribute nameGets value for attribute priorityGets value for attribute recordingDurationGets value for attribute updatedByGets value for attribute updatedOnvoidSets value for attribute authorvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidSets value for attribute datevoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidsetExpression(String expression) Sets value for attribute expressionvoidSets value for attribute idvoidsetJustInTimePermissions(List<String> justInTimePermissions) Sets value for attribute justInTimePermissionsvoidSets value for attribute namevoidsetPriority(Integer priority) Sets value for attribute priorityvoidsetRecordingDuration(Integer recordingDuration) Sets value for attribute recordingDurationvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
PamPolicy
public PamPolicy() -
PamPolicy
-
PamPolicy
-
PamPolicy
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getAuthor
Gets value for attribute author -
setAuthor
Sets value for attribute author -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
getRecordingDuration
Gets value for attribute recordingDuration -
setRecordingDuration
Sets value for attribute recordingDuration -
getExpression
Gets value for attribute expression -
setExpression
Sets value for attribute expression -
getPriority
Gets value for attribute priority -
setPriority
Sets value for attribute priority -
getJustInTimePermissions
Gets value for attribute justInTimePermissions -
setJustInTimePermissions
Sets value for attribute justInTimePermissions -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
toString
Returns a string representation of the value object.
-