Package com.soffid.iam.model
Class AccessControlEntity
- java.lang.Object
-
- com.soffid.iam.model.AccessControlEntity
-
- Direct Known Subclasses:
AccessControlEntityImpl
public abstract class AccessControlEntity extends Object
Entity AccessControlEntity Access control rules for Oracle agent
-
-
Constructor Summary
Constructors Constructor Description AccessControlEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an AccessControlEntity instance and all identifiers for this entity equal the identifiers of the argument entity.SystemEntity
getAgent()
Gets value for attribute agentString
getComments()
Gets value for attribute commentsString
getGenericHost()
Gets value for attribute genericHostString
getGenericUser()
Gets value for attribute genericUserLong
getId()
Gets value for attribute idString
getProgram()
Gets value for attribute programString
getPropagatedIPs()
Gets value for attribute propagatedIPsRoleEntity
getRole()
Gets value for attribute roleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAgent(SystemEntity agent)
Sets value for attribute agentvoid
setComments(String comments)
Sets value for attribute commentsvoid
setGenericHost(String genericHost)
Sets value for attribute genericHostvoid
setGenericUser(String genericUser)
Sets value for attribute genericUservoid
setId(Long id)
Sets value for attribute idvoid
setProgram(String program)
Sets value for attribute programvoid
setPropagatedIPs(String propagatedIPs)
Sets value for attribute propagatedIPsvoid
setRole(RoleEntity role)
Sets value for attribute role
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getGenericUser
public String getGenericUser()
Gets value for attribute genericUser
-
setGenericUser
public void setGenericUser(String genericUser)
Sets value for attribute genericUser
-
getGenericHost
public String getGenericHost()
Gets value for attribute genericHost
-
setGenericHost
public void setGenericHost(String genericHost)
Sets value for attribute genericHost
-
getProgram
public String getProgram()
Gets value for attribute program
-
setProgram
public void setProgram(String program)
Sets value for attribute program
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
getAgent
public SystemEntity getAgent()
Gets value for attribute agent
-
setAgent
public void setAgent(SystemEntity agent)
Sets value for attribute agent
-
getPropagatedIPs
public String getPropagatedIPs()
Gets value for attribute propagatedIPs
-
setPropagatedIPs
public void setPropagatedIPs(String propagatedIPs)
Sets value for attribute propagatedIPs
-
getComments
public String getComments()
Gets value for attribute comments
-
setComments
public void setComments(String comments)
Sets value for attribute comments
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an AccessControlEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-