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 booleanequals(Object object)Returnstrueif the argument is an AccessControlEntity instance and all identifiers for this entity equal the identifiers of the argument entity.SystemEntitygetAgent()Gets value for attribute agentStringgetComments()Gets value for attribute commentsStringgetGenericHost()Gets value for attribute genericHostStringgetGenericUser()Gets value for attribute genericUserLonggetId()Gets value for attribute idStringgetProgram()Gets value for attribute programStringgetPropagatedIPs()Gets value for attribute propagatedIPsRoleEntitygetRole()Gets value for attribute roleinthashCode()Returns a hash code based on this entity's identifiers.voidsetAgent(SystemEntity agent)Sets value for attribute agentvoidsetComments(String comments)Sets value for attribute commentsvoidsetGenericHost(String genericHost)Sets value for attribute genericHostvoidsetGenericUser(String genericUser)Sets value for attribute genericUservoidsetId(Long id)Sets value for attribute idvoidsetProgram(String program)Sets value for attribute programvoidsetPropagatedIPs(String propagatedIPs)Sets value for attribute propagatedIPsvoidsetRole(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)
Returnstrueif the argument is an AccessControlEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-