|
||||||||||
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.AgentServerNREntry
Agent Server NR Entry class. Contains Agent Server specific info
Constructor Summary | |
AgentServerNREntry(ajanta.naming.URN name)
Constructor Owner of the acl entry for this nrEntry is the name of the entry |
|
AgentServerNREntry(ajanta.naming.URN name,
java.net.URL location)
Constructor Owner of the acl entry for this nrEntry is the name of the entry |
|
AgentServerNREntry(ajanta.naming.URN name,
java.net.URL location,
java.net.URL cb,
java.net.URL rmi,
java.security.PublicKey encrypt,
java.security.PublicKey verify)
Constructor |
|
AgentServerNREntry(ajanta.naming.URN owner,
ajanta.naming.URN name)
Constructor |
|
AgentServerNREntry(ajanta.naming.URN owner,
ajanta.naming.URN name,
java.net.URL location)
Constructor |
|
AgentServerNREntry(ajanta.naming.URN owner,
ajanta.naming.URN name,
java.net.URL location,
java.net.URL cb,
java.net.URL rmi,
java.security.PublicKey encrypt,
java.security.PublicKey verify)
Constructor |
Method Summary | |
java.net.URL |
getCodeBaseURL()
returns the code base url for this agent server |
java.net.URL |
getRMIRegURL()
return the rmi url for this agent server |
void |
setCodeBaseURL(java.net.URL cb)
sets the code base url for this agent server |
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 AgentServerNREntry(ajanta.naming.URN owner, ajanta.naming.URN name)
owner
- - owner of the acl entry for this nrEntryname
- urn of this entrypublic AgentServerNREntry(ajanta.naming.URN name)
name
- urn of this entrypublic AgentServerNREntry(ajanta.naming.URN owner, ajanta.naming.URN name, java.net.URL location)
owner
- - owner of the acl entry for this nrEntryname
- urn of this entrylocation
- - location of this entitypublic AgentServerNREntry(ajanta.naming.URN name, java.net.URL location)
name
- urn of this entrylocation
- - location of this entitypublic AgentServerNREntry(ajanta.naming.URN owner, ajanta.naming.URN name, java.net.URL location, java.net.URL cb, java.net.URL rmi, java.security.PublicKey encrypt, java.security.PublicKey verify)
owner
- - owner of the acl entry for this nrEntryname
- urn of this entrylocation
- - location of this entitycb
- - code base urlrmi
- - rmi urlencrypt
- - public key of encruption key pairverify
- - public key of verification key pairpublic AgentServerNREntry(ajanta.naming.URN name, java.net.URL location, java.net.URL cb, java.net.URL rmi, java.security.PublicKey encrypt, java.security.PublicKey verify)
name
- urn of this entrylocation
- - location of this entitycb
- - code base urlrmi
- - rmi urlencrypt
- - public key of encruption key pairverify
- - public key of verification key pairMethod Detail |
public java.net.URL getRMIRegURL()
public java.net.URL getCodeBaseURL()
public void setCodeBaseURL(java.net.URL cb)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |