Package com.strongdm.api
Class AccessRequestConfig
java.lang.Object
com.strongdm.api.AccessRequestConfig
AccessRequestConfig holds the information required to request access to a resource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe time access should end, defaults to the next occurance of 5 pmThe reason for accessThe resource for which access is being requestedThe time access should start, defaults to nowvoidsetDuration(String in) The time access should end, defaults to the next occurance of 5 pmvoidThe reason for accessvoidsetResourceId(String in) The resource for which access is being requestedvoidsetStartFrom(Date in) The time access should start, defaults to now
- 
Constructor Details- 
AccessRequestConfigpublic AccessRequestConfig()
 
- 
- 
Method Details- 
getDurationThe time access should end, defaults to the next occurance of 5 pm
- 
setDurationThe time access should end, defaults to the next occurance of 5 pm
- 
getReasonThe reason for access
- 
setReasonThe reason for access
- 
getResourceIdThe resource for which access is being requested
- 
setResourceIdThe resource for which access is being requested
- 
getStartFromThe time access should start, defaults to now
- 
setStartFromThe time access should start, defaults to now
 
-