Package com.soffid.iam.api
Class Audit
- java.lang.Object
-
- com.soffid.iam.api.Audit
-
- All Implemented Interfaces:
Serializable
public class Audit extends Object implements Serializable
ValueObject Audit- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Audit()
Audit(Audit otherBean)
Audit(String action)
Audit(String object, String action, String author, String role, String database, Long id, String printer, String application, String mailList, String group, String user, String mailDomain, String host, String network, Long file, String domainValue, String domain, String configurationParameter, String primaryGroupAuthor, String authorFullName, String authorization, String fileName, String identityFederation, String mailListBelong, String mailDomainBelogns, String account, String comment, String message, String passwordDomain, String userDomain, String userType, String rule, String scheduledTask, Calendar calendar, String customObjectName, String customObjectType, String sourceIp, String jumpServerGroup, String pamSessionId, String searchIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
Gets value for attribute accountString
getAction()
Gets value for attribute actionString
getApplication()
Gets value for attribute applicationString
getAuthor()
Gets value for attribute authorString
getAuthorFullName()
Gets value for attribute authorFullNameString
getAuthorization()
Gets value for attribute authorizationCalendar
getCalendar()
Gets value for attribute calendarString
getComment()
Gets value for attribute commentString
getConfigurationParameter()
Gets value for attribute configurationParameterString
getCustomObjectName()
Gets value for attribute customObjectNameString
getCustomObjectType()
Gets value for attribute customObjectTypeString
getDatabase()
Gets value for attribute databaseString
getDomain()
Gets value for attribute domainString
getDomainValue()
Gets value for attribute domainValueLong
getFile()
Gets value for attribute fileString
getFileName()
Gets value for attribute fileNameString
getGroup()
Gets value for attribute groupString
getHost()
Gets value for attribute hostLong
getId()
Gets value for attribute idString
getIdentityFederation()
Gets value for attribute identityFederationString
getJumpServerGroup()
Gets value for attribute jumpServerGroupString
getMailDomain()
Gets value for attribute mailDomainString
getMailDomainBelogns()
Gets value for attribute mailDomainBelognsString
getMailList()
Gets value for attribute mailListString
getMailListBelong()
Gets value for attribute mailListBelongString
getMessage()
Gets value for attribute messageString
getNetwork()
Gets value for attribute networkString
getObject()
Gets value for attribute objectString
getPamSessionId()
Gets value for attribute pamSessionIdString
getPasswordDomain()
Gets value for attribute passwordDomainString
getPrimaryGroupAuthor()
Gets value for attribute primaryGroupAuthorString
getPrinter()
Gets value for attribute printerString
getRole()
Gets value for attribute roleString
getRule()
Gets value for attribute ruleString
getScheduledTask()
Gets value for attribute scheduledTaskString
getSearchIndex()
Gets value for attribute searchIndexString
getSourceIp()
Gets value for attribute sourceIpString
getUser()
Gets value for attribute userString
getUserDomain()
Gets value for attribute userDomainString
getUserType()
Gets value for attribute userTypevoid
setAccount(String account)
Sets value for attribute accountvoid
setAction(String action)
Sets value for attribute actionvoid
setApplication(String application)
Sets value for attribute applicationvoid
setAuthor(String author)
Sets value for attribute authorvoid
setAuthorFullName(String authorFullName)
Sets value for attribute authorFullNamevoid
setAuthorization(String authorization)
Sets value for attribute authorizationvoid
setCalendar(Calendar calendar)
Sets value for attribute calendarvoid
setComment(String comment)
Sets value for attribute commentvoid
setConfigurationParameter(String configurationParameter)
Sets value for attribute configurationParametervoid
setCustomObjectName(String customObjectName)
Sets value for attribute customObjectNamevoid
setCustomObjectType(String customObjectType)
Sets value for attribute customObjectTypevoid
setDatabase(String database)
Sets value for attribute databasevoid
setDomain(String domain)
Sets value for attribute domainvoid
setDomainValue(String domainValue)
Sets value for attribute domainValuevoid
setFile(Long file)
Sets value for attribute filevoid
setFileName(String fileName)
Sets value for attribute fileNamevoid
setGroup(String group)
Sets value for attribute groupvoid
setHost(String host)
Sets value for attribute hostvoid
setId(Long id)
Sets value for attribute idvoid
setIdentityFederation(String identityFederation)
Sets value for attribute identityFederationvoid
setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroupvoid
setMailDomain(String mailDomain)
Sets value for attribute mailDomainvoid
setMailDomainBelogns(String mailDomainBelogns)
Sets value for attribute mailDomainBelognsvoid
setMailList(String mailList)
Sets value for attribute mailListvoid
setMailListBelong(String mailListBelong)
Sets value for attribute mailListBelongvoid
setMessage(String message)
Sets value for attribute messagevoid
setNetwork(String network)
Sets value for attribute networkvoid
setObject(String object)
Sets value for attribute objectvoid
setPamSessionId(String pamSessionId)
Sets value for attribute pamSessionIdvoid
setPasswordDomain(String passwordDomain)
Sets value for attribute passwordDomainvoid
setPrimaryGroupAuthor(String primaryGroupAuthor)
Sets value for attribute primaryGroupAuthorvoid
setPrinter(String printer)
Sets value for attribute printervoid
setRole(String role)
Sets value for attribute rolevoid
setRule(String rule)
Sets value for attribute rulevoid
setScheduledTask(String scheduledTask)
Sets value for attribute scheduledTaskvoid
setSearchIndex(String searchIndex)
Sets value for attribute searchIndexvoid
setSourceIp(String sourceIp)
Sets value for attribute sourceIpvoid
setUser(String user)
Sets value for attribute uservoid
setUserDomain(String userDomain)
Sets value for attribute userDomainvoid
setUserType(String userType)
Sets value for attribute userTypestatic Audit
toAudit(Auditoria vo)
Creates a Audit value object based on a Auditoria object.static void
toAudit(Auditoria source, Audit target)
Updates a Audit value object based on a Auditoria object.static Audit[]
toAuditArray(Auditoria[] source)
Creates a Audit array on a Auditoria array.static AsyncList<Audit>
toAuditAsyncList(AsyncList<Auditoria> source)
Creates a Audit asynclist on a Auditoria collection.static PagedResult<Audit>
toAuditList(PagedResult<Auditoria> source)
Creates a Audit pagedResult on a Auditoria collection.static List<Audit>
toAuditList(Collection<Auditoria> source)
Creates a Audit list on a Auditoria collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
Audit
public Audit()
-
Audit
public Audit(String object, String action, String author, String role, String database, Long id, String printer, String application, String mailList, String group, String user, String mailDomain, String host, String network, Long file, String domainValue, String domain, String configurationParameter, String primaryGroupAuthor, String authorFullName, String authorization, String fileName, String identityFederation, String mailListBelong, String mailDomainBelogns, String account, String comment, String message, String passwordDomain, String userDomain, String userType, String rule, String scheduledTask, Calendar calendar, String customObjectName, String customObjectType, String sourceIp, String jumpServerGroup, String pamSessionId, String searchIndex)
-
Audit
public Audit(String action)
-
Audit
public Audit(Audit otherBean)
-
-
Method Detail
-
getObject
public String getObject()
Gets value for attribute object
-
setObject
public void setObject(String object)
Sets value for attribute object
-
getAction
public String getAction()
Gets value for attribute action
-
setAction
public void setAction(String action)
Sets value for attribute action
-
getAuthor
public String getAuthor()
Gets value for attribute author
-
setAuthor
public void setAuthor(String author)
Sets value for attribute author
-
getRole
public String getRole()
Gets value for attribute role
-
setRole
public void setRole(String role)
Sets value for attribute role
-
getDatabase
public String getDatabase()
Gets value for attribute database
-
setDatabase
public void setDatabase(String database)
Sets value for attribute database
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getPrinter
public String getPrinter()
Gets value for attribute printer
-
setPrinter
public void setPrinter(String printer)
Sets value for attribute printer
-
getApplication
public String getApplication()
Gets value for attribute application
-
setApplication
public void setApplication(String application)
Sets value for attribute application
-
getMailList
public String getMailList()
Gets value for attribute mailList
-
setMailList
public void setMailList(String mailList)
Sets value for attribute mailList
-
getGroup
public String getGroup()
Gets value for attribute group
-
setGroup
public void setGroup(String group)
Sets value for attribute group
-
getUser
public String getUser()
Gets value for attribute user
-
setUser
public void setUser(String user)
Sets value for attribute user
-
getMailDomain
public String getMailDomain()
Gets value for attribute mailDomain
-
setMailDomain
public void setMailDomain(String mailDomain)
Sets value for attribute mailDomain
-
getHost
public String getHost()
Gets value for attribute host
-
setHost
public void setHost(String host)
Sets value for attribute host
-
getNetwork
public String getNetwork()
Gets value for attribute network
-
setNetwork
public void setNetwork(String network)
Sets value for attribute network
-
getFile
public Long getFile()
Gets value for attribute file
-
setFile
public void setFile(Long file)
Sets value for attribute file
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
getDomain
public String getDomain()
Gets value for attribute domain
-
setDomain
public void setDomain(String domain)
Sets value for attribute domain
-
getConfigurationParameter
public String getConfigurationParameter()
Gets value for attribute configurationParameter
-
setConfigurationParameter
public void setConfigurationParameter(String configurationParameter)
Sets value for attribute configurationParameter
-
getPrimaryGroupAuthor
public String getPrimaryGroupAuthor()
Gets value for attribute primaryGroupAuthor
-
setPrimaryGroupAuthor
public void setPrimaryGroupAuthor(String primaryGroupAuthor)
Sets value for attribute primaryGroupAuthor
-
getAuthorFullName
public String getAuthorFullName()
Gets value for attribute authorFullName
-
setAuthorFullName
public void setAuthorFullName(String authorFullName)
Sets value for attribute authorFullName
-
getAuthorization
public String getAuthorization()
Gets value for attribute authorization
-
setAuthorization
public void setAuthorization(String authorization)
Sets value for attribute authorization
-
getFileName
public String getFileName()
Gets value for attribute fileName
-
setFileName
public void setFileName(String fileName)
Sets value for attribute fileName
-
getIdentityFederation
public String getIdentityFederation()
Gets value for attribute identityFederation
-
setIdentityFederation
public void setIdentityFederation(String identityFederation)
Sets value for attribute identityFederation
-
getMailListBelong
public String getMailListBelong()
Gets value for attribute mailListBelong
-
setMailListBelong
public void setMailListBelong(String mailListBelong)
Sets value for attribute mailListBelong
-
getMailDomainBelogns
public String getMailDomainBelogns()
Gets value for attribute mailDomainBelogns
-
setMailDomainBelogns
public void setMailDomainBelogns(String mailDomainBelogns)
Sets value for attribute mailDomainBelogns
-
getAccount
public String getAccount()
Gets value for attribute account
-
setAccount
public void setAccount(String account)
Sets value for attribute account
-
getComment
public String getComment()
Gets value for attribute comment
-
setComment
public void setComment(String comment)
Sets value for attribute comment
-
getMessage
public String getMessage()
Gets value for attribute message
-
setMessage
public void setMessage(String message)
Sets value for attribute message
-
getPasswordDomain
public String getPasswordDomain()
Gets value for attribute passwordDomain
-
setPasswordDomain
public void setPasswordDomain(String passwordDomain)
Sets value for attribute passwordDomain
-
getUserDomain
public String getUserDomain()
Gets value for attribute userDomain
-
setUserDomain
public void setUserDomain(String userDomain)
Sets value for attribute userDomain
-
getUserType
public String getUserType()
Gets value for attribute userType
-
setUserType
public void setUserType(String userType)
Sets value for attribute userType
-
getRule
public String getRule()
Gets value for attribute rule
-
setRule
public void setRule(String rule)
Sets value for attribute rule
-
getScheduledTask
public String getScheduledTask()
Gets value for attribute scheduledTask
-
setScheduledTask
public void setScheduledTask(String scheduledTask)
Sets value for attribute scheduledTask
-
getCalendar
public Calendar getCalendar()
Gets value for attribute calendar
-
setCalendar
public void setCalendar(Calendar calendar)
Sets value for attribute calendar
-
getCustomObjectName
public String getCustomObjectName()
Gets value for attribute customObjectName
-
setCustomObjectName
public void setCustomObjectName(String customObjectName)
Sets value for attribute customObjectName
-
getCustomObjectType
public String getCustomObjectType()
Gets value for attribute customObjectType
-
setCustomObjectType
public void setCustomObjectType(String customObjectType)
Sets value for attribute customObjectType
-
getSourceIp
public String getSourceIp()
Gets value for attribute sourceIp
-
setSourceIp
public void setSourceIp(String sourceIp)
Sets value for attribute sourceIp
-
getJumpServerGroup
public String getJumpServerGroup()
Gets value for attribute jumpServerGroup
-
setJumpServerGroup
public void setJumpServerGroup(String jumpServerGroup)
Sets value for attribute jumpServerGroup
-
getPamSessionId
public String getPamSessionId()
Gets value for attribute pamSessionId
-
setPamSessionId
public void setPamSessionId(String pamSessionId)
Sets value for attribute pamSessionId
-
getSearchIndex
public String getSearchIndex()
Gets value for attribute searchIndex
-
setSearchIndex
public void setSearchIndex(String searchIndex)
Sets value for attribute searchIndex
-
toString
public String toString()
Returns a string representation of the value object.
-
toAudit
public static Audit toAudit(Auditoria vo)
Creates a Audit value object based on a Auditoria object.
-
toAuditList
public static List<Audit> toAuditList(Collection<Auditoria> source)
Creates a Audit list on a Auditoria collection.
-
toAuditList
public static PagedResult<Audit> toAuditList(PagedResult<Auditoria> source)
Creates a Audit pagedResult on a Auditoria collection.
-
toAuditAsyncList
public static AsyncList<Audit> toAuditAsyncList(AsyncList<Auditoria> source)
Creates a Audit asynclist on a Auditoria collection.
-
toAuditArray
public static Audit[] toAuditArray(Auditoria[] source)
Creates a Audit array on a Auditoria array.
-
-