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 StringgetAccount()Gets value for attribute accountStringgetAction()Gets value for attribute actionStringgetApplication()Gets value for attribute applicationStringgetAuthor()Gets value for attribute authorStringgetAuthorFullName()Gets value for attribute authorFullNameStringgetAuthorization()Gets value for attribute authorizationCalendargetCalendar()Gets value for attribute calendarStringgetComment()Gets value for attribute commentStringgetConfigurationParameter()Gets value for attribute configurationParameterStringgetCustomObjectName()Gets value for attribute customObjectNameStringgetCustomObjectType()Gets value for attribute customObjectTypeStringgetDatabase()Gets value for attribute databaseStringgetDomain()Gets value for attribute domainStringgetDomainValue()Gets value for attribute domainValueLonggetFile()Gets value for attribute fileStringgetFileName()Gets value for attribute fileNameStringgetGroup()Gets value for attribute groupStringgetHost()Gets value for attribute hostLonggetId()Gets value for attribute idStringgetIdentityFederation()Gets value for attribute identityFederationStringgetJumpServerGroup()Gets value for attribute jumpServerGroupStringgetMailDomain()Gets value for attribute mailDomainStringgetMailDomainBelogns()Gets value for attribute mailDomainBelognsStringgetMailList()Gets value for attribute mailListStringgetMailListBelong()Gets value for attribute mailListBelongStringgetMessage()Gets value for attribute messageStringgetNetwork()Gets value for attribute networkStringgetObject()Gets value for attribute objectStringgetPamSessionId()Gets value for attribute pamSessionIdStringgetPasswordDomain()Gets value for attribute passwordDomainStringgetPrimaryGroupAuthor()Gets value for attribute primaryGroupAuthorStringgetPrinter()Gets value for attribute printerStringgetRole()Gets value for attribute roleStringgetRule()Gets value for attribute ruleStringgetScheduledTask()Gets value for attribute scheduledTaskStringgetSearchIndex()Gets value for attribute searchIndexStringgetSourceIp()Gets value for attribute sourceIpStringgetUser()Gets value for attribute userStringgetUserDomain()Gets value for attribute userDomainStringgetUserType()Gets value for attribute userTypevoidsetAccount(String account)Sets value for attribute accountvoidsetAction(String action)Sets value for attribute actionvoidsetApplication(String application)Sets value for attribute applicationvoidsetAuthor(String author)Sets value for attribute authorvoidsetAuthorFullName(String authorFullName)Sets value for attribute authorFullNamevoidsetAuthorization(String authorization)Sets value for attribute authorizationvoidsetCalendar(Calendar calendar)Sets value for attribute calendarvoidsetComment(String comment)Sets value for attribute commentvoidsetConfigurationParameter(String configurationParameter)Sets value for attribute configurationParametervoidsetCustomObjectName(String customObjectName)Sets value for attribute customObjectNamevoidsetCustomObjectType(String customObjectType)Sets value for attribute customObjectTypevoidsetDatabase(String database)Sets value for attribute databasevoidsetDomain(String domain)Sets value for attribute domainvoidsetDomainValue(String domainValue)Sets value for attribute domainValuevoidsetFile(Long file)Sets value for attribute filevoidsetFileName(String fileName)Sets value for attribute fileNamevoidsetGroup(String group)Sets value for attribute groupvoidsetHost(String host)Sets value for attribute hostvoidsetId(Long id)Sets value for attribute idvoidsetIdentityFederation(String identityFederation)Sets value for attribute identityFederationvoidsetJumpServerGroup(String jumpServerGroup)Sets value for attribute jumpServerGroupvoidsetMailDomain(String mailDomain)Sets value for attribute mailDomainvoidsetMailDomainBelogns(String mailDomainBelogns)Sets value for attribute mailDomainBelognsvoidsetMailList(String mailList)Sets value for attribute mailListvoidsetMailListBelong(String mailListBelong)Sets value for attribute mailListBelongvoidsetMessage(String message)Sets value for attribute messagevoidsetNetwork(String network)Sets value for attribute networkvoidsetObject(String object)Sets value for attribute objectvoidsetPamSessionId(String pamSessionId)Sets value for attribute pamSessionIdvoidsetPasswordDomain(String passwordDomain)Sets value for attribute passwordDomainvoidsetPrimaryGroupAuthor(String primaryGroupAuthor)Sets value for attribute primaryGroupAuthorvoidsetPrinter(String printer)Sets value for attribute printervoidsetRole(String role)Sets value for attribute rolevoidsetRule(String rule)Sets value for attribute rulevoidsetScheduledTask(String scheduledTask)Sets value for attribute scheduledTaskvoidsetSearchIndex(String searchIndex)Sets value for attribute searchIndexvoidsetSourceIp(String sourceIp)Sets value for attribute sourceIpvoidsetUser(String user)Sets value for attribute uservoidsetUserDomain(String userDomain)Sets value for attribute userDomainvoidsetUserType(String userType)Sets value for attribute userTypestatic AudittoAudit(Auditoria vo)Creates a Audit value object based on a Auditoria object.static voidtoAudit(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.StringtoString()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.
-
-