All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.naming.AgentNREntry
java.lang.Object
|
+----java.security.Identity
|
+----ajanta.util.AjantaIdentity
|
+----ajanta.naming.NREntry
|
+----ajanta.naming.AgentNREntry
- public class AgentNREntry
- extends NREntry
Agent NR Entry class. Contains Agent specific info
-
AgentNREntry(URN, URN)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
-
AgentNREntry(URN, URN, PublicKey, PublicKey)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
-
AgentNREntry(URN, URN, URN)
- Constructor
-
AgentNREntry(URN, URN, URN, PublicKey, PublicKey)
- Constructor
-
getServerURN()
- returns the server urn for this entry
-
setServerURN(URN)
- sets the server for this agent entry
AgentNREntry
public AgentNREntry(URN owner,
URN name,
URN server)
- Constructor
- Parameters:
- owner - - owner of the acl entry for this nrEntry
- name - urn of this entry
- server - location for this agent
AgentNREntry
public AgentNREntry(URN name,
URN server)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
- Parameters:
- name - urn of this entry
- server - location for this agent
AgentNREntry
public AgentNREntry(URN owner,
URN name,
URN server,
PublicKey e,
PublicKey v)
- Constructor
- Parameters:
- owner - - owner of the acl entry for this nrEntry
- name - urn of this entry
- server - location for this agent
- e - - public key of encruption key pair
- v - - public key of verification key pair
AgentNREntry
public AgentNREntry(URN name,
URN server,
PublicKey e,
PublicKey v)
- Constructor
Owner of the acl entry for this nrEntry is the name of the entry
- Parameters:
- name - urn of this entry
- server - location for this agent
- e - - public key of encruption key pair
- v - - public key of verification key pair
getServerURN
public URN getServerURN()
- returns the server urn for this entry
setServerURN
public void setServerURN(URN newServer)
- sets the server for this agent entry
- Parameters:
- newServer - - the agent server urn for this agent
All Packages Class Hierarchy This Package Previous Next Index