|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: true
Extendable: false
Method Summary | |
byte[] |
exportKey(Site site)
Retrieves site's public security key. |
Site |
generateKeyPair(Site site)
Generates security keys for the site. |
Enumeration |
getAllSites()
Retrieves all the sites in the system. |
Timestamp |
getLastUpdated(Site site)
Supported API: false |
Site |
getLocalSite()
Retrieves master site. |
Repository |
getRepository(Site site)
Supported API: false |
Site |
getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
getSiteByGuid(String guid)
Supported API: false |
Site |
getSiteByUfid(Ufid ufid)
Supported API: false |
SiteSecurity |
getSiteSecurity(ObjectReference oRef)
Supported API: false |
Site |
importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
void |
registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
unregisterUfidRepository(Site site)
Supported API: false |
void |
updateSiteSecurity(SiteSecurity ss)
Supported API: false |
Method Detail |
public Site generateKeyPair(Site site) throws WTException
site
-
WTException
public byte[] exportKey(Site site) throws WTException
site
-
WTException
public Site importKey(Site site, byte[] is_bytes) throws WTException
site
- is_bytes
-
WTException
public Timestamp getLastUpdated(Site site) throws WTException
site
-
WTException
public Site getLocalSite() throws WTException
WTException
public Enumeration getAllSites() throws WTException
WTException
public Site getSite(String url) throws WTException
url
-
WTException
public Site getSiteByGuid(String guid) throws WTException
guid
-
WTException
public Site getSiteByUfid(Ufid ufid) throws WTException
ufid
-
WTException
public void registerUfidRepository(Site site, Repository repository) throws WTException
site
- repository
-
WTException
public void unregisterUfidRepository(Site site) throws WTException
site
-
WTException
public Repository getRepository(Site site) throws WTException
site
-
WTException
public SiteSecurity getSiteSecurity(ObjectReference oRef) throws WTException
oRef
-
WTException
public void updateSiteSecurity(SiteSecurity ss) throws WTException
ss
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |