|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ajanta.util.AjantaIdentity | +--ajanta.naming.NREntry | +--ajanta.naming.AgentNREntry
Agent NR Entry class. Contains Agent specific info
Constructor Summary | |
AgentNREntry(ajanta.naming.URN name,
ajanta.naming.URN server)
Constructor Owner of the acl entry for this nrEntry is the name of the entry |
|
AgentNREntry(ajanta.naming.URN name,
ajanta.naming.URN server,
java.security.PublicKey e,
java.security.PublicKey v)
Constructor Owner of the acl entry for this nrEntry is the name of the entry |
|
AgentNREntry(ajanta.naming.URN owner,
ajanta.naming.URN name,
ajanta.naming.URN server)
Constructor |
|
AgentNREntry(ajanta.naming.URN owner,
ajanta.naming.URN name,
ajanta.naming.URN server,
java.security.PublicKey e,
java.security.PublicKey v)
Constructor |
Method Summary | |
ajanta.naming.URN |
getServerURN()
returns the server urn for this entry |
void |
setServerURN(ajanta.naming.URN newServer)
sets the server for this agent entry |
Methods inherited from class ajanta.naming.NREntry |
addAclOwner, addCreateNamePermission, addCreateNamePermission, addLocation, addWritePermission, addWritePermission, checkCreateNamePermission, checkWritePermission, getAcl, getCertificate, getCreationDomain, getEncryptKey, getLastAccessTime, getLastModTime, getURL, getURLs, getURN, getVerifyKey, isAclOwner, removeCreateNamePermission, removeWritePermission, setCertificate, toString |
Methods inherited from class ajanta.util.AjantaIdentity |
getName, getPublicKey, setPublicKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.security.Principal |
equals, hashCode |
Constructor Detail |
public AgentNREntry(ajanta.naming.URN owner, ajanta.naming.URN name, ajanta.naming.URN server)
owner
- - owner of the acl entry for this nrEntryname
- urn of this entryserver
- location for this agentpublic AgentNREntry(ajanta.naming.URN name, ajanta.naming.URN server)
name
- urn of this entryserver
- location for this agentpublic AgentNREntry(ajanta.naming.URN owner, ajanta.naming.URN name, ajanta.naming.URN server, java.security.PublicKey e, java.security.PublicKey v)
owner
- - owner of the acl entry for this nrEntryname
- urn of this entryserver
- location for this agente
- - public key of encruption key pairv
- - public key of verification key pairpublic AgentNREntry(ajanta.naming.URN name, ajanta.naming.URN server, java.security.PublicKey e, java.security.PublicKey v)
name
- urn of this entryserver
- location for this agente
- - public key of encruption key pairv
- - public key of verification key pairMethod Detail |
public ajanta.naming.URN getServerURN()
public void setServerURN(ajanta.naming.URN newServer)
newServer
- - the agent server urn for this agent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |