Package com.soffid.iam.am.api
Class AccessLog
java.lang.Object
com.soffid.iam.am.api.AccessLog
- All Implemented Interfaces:
Serializable
ValueObject AccessLog
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessLog(Long id, String sessionId, Calendar startDate, Calendar endDate, String codeAge, String information, String userName, String serverName, String clientName, String clientAddress, String country, String accessType, String accessProtocol, String userFullName, String jumpServerGroup, String accountName, String targetApplication, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accessProtocolGets value for attribute accessTypeGets value for attribute accountNameGets value for attribute clientAddressGets value for attribute clientNameGets value for attribute codeAgeGets value for attribute countryGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute endDategetId()Gets value for attribute idGets value for attribute informationGets value for attribute jumpServerGroupGets value for attribute serverNameGets value for attribute sessionIdGets value for attribute startDateGets value for attribute targetApplicationGets value for attribute updatedByGets value for attribute updatedOnGets value for attribute userNameGets value for attribute userFullNameGets value for attribute userNamevoidsetAccessProtocol(String accessProtocol) Sets value for attribute accessProtocolvoidsetAccessType(String accessType) Sets value for attribute accessTypevoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetClientAddress(String clientAddress) Sets value for attribute clientAddressvoidsetClientName(String clientName) Sets value for attribute clientNamevoidsetCodeAge(String codeAge) Sets value for attribute codeAgevoidsetCountry(String country) Sets value for attribute countryvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetEndDate(Calendar endDate) Sets value for attribute endDatevoidSets value for attribute idvoidsetInformation(String information) Sets value for attribute informationvoidsetJumpServerGroup(String jumpServerGroup) Sets value for attribute jumpServerGroupvoidsetServerName(String serverName) Sets value for attribute serverNamevoidsetSessionId(String sessionId) Sets value for attribute sessionIdvoidsetStartDate(Calendar startDate) Sets value for attribute startDatevoidsetTargetApplication(String targetApplication) Sets value for attribute targetApplicationvoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOnvoidsetUserCode(String userName) Sets value for attribute userNamevoidsetUserFullName(String userFullName) Sets value for attribute userFullNamevoidsetUserName(String userName) Sets value for attribute userNametoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessLog
public AccessLog() -
AccessLog
public AccessLog(Long id, String sessionId, Calendar startDate, Calendar endDate, String codeAge, String information, String userName, String serverName, String clientName, String clientAddress, String country, String accessType, String accessProtocol, String userFullName, String jumpServerGroup, String accountName, String targetApplication, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy) -
AccessLog
-
AccessLog
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getSessionId
Gets value for attribute sessionId -
setSessionId
Sets value for attribute sessionId -
getStartDate
Gets value for attribute startDate -
setStartDate
Sets value for attribute startDate -
getEndDate
Gets value for attribute endDate -
setEndDate
Sets value for attribute endDate -
getCodeAge
Gets value for attribute codeAge -
setCodeAge
Sets value for attribute codeAge -
getInformation
Gets value for attribute information -
setInformation
Sets value for attribute information -
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getUserCode
Gets value for attribute userName -
setUserCode
Sets value for attribute userName -
getServerName
Gets value for attribute serverName -
setServerName
Sets value for attribute serverName -
getClientName
Gets value for attribute clientName -
setClientName
Sets value for attribute clientName -
getClientAddress
Gets value for attribute clientAddress -
setClientAddress
Sets value for attribute clientAddress -
getCountry
Gets value for attribute country -
setCountry
Sets value for attribute country -
getAccessType
Gets value for attribute accessType -
setAccessType
Sets value for attribute accessType -
getAccessProtocol
Gets value for attribute accessProtocol -
setAccessProtocol
Sets value for attribute accessProtocol -
getUserFullName
Gets value for attribute userFullName -
setUserFullName
Sets value for attribute userFullName -
getJumpServerGroup
Gets value for attribute jumpServerGroup -
setJumpServerGroup
Sets value for attribute jumpServerGroup -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getTargetApplication
Gets value for attribute targetApplication -
setTargetApplication
Sets value for attribute targetApplication -
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.
-