|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
InterSvrComService | Supported API: true Extendable: false |
Class Summary | |
InterSvrComConstants | Supported API: false Extendable: false |
InterSvrComHelper | Supported API: false Extendable: false |
InterSvrComServiceFwd | Supported API: false Extendable: false |
MigrateSite_R40ToR60 | |
MigrateSite_R50ToR60 | |
MigrateSite_R51ToR60 | |
PassCodeDB | |
Site |
Use the newSite static factory method(s), not the Site
constructor, to construct instances of this class. |
SitePrincipal |
Use the newSitePrincipal static factory method(s), not the
SitePrincipal constructor, to construct instances of this
class. |
SiteRepository |
Use the newSiteRepository static factory method(s), not
the SiteRepository constructor, to construct instances of
this class. |
SiteSecurity |
Use the newSiteSecurity static factory method(s), not the
SiteSecurity constructor, to construct instances of this
class. |
SiteSecurityLink |
Use the newSiteSecurityLink static factory method(s), not
the SiteSecurityLink constructor, to construct instances
of this class. |
StandardInterSvrComService |
Use the newStandardInterSvrComService static factory method(s),
not the StandardInterSvrComService constructor, to construct
instances of this class. |
StandardInterSvrComService.SiteInfoCache | |
StandardInterSvrComService.SiteSecurityListener | |
SysInfo | Supported API: false Extendable: false |
URLAuthenticator | Supported API: true Extendable: false |
Exception Summary | |
DeleteMasterSiteException | Supported API: false Extendable: false |
SiteExistsException | Supported API: false Extendable: false |
URLExistsException | Supported API: false Extendable: false |
To retrieve master site, call
InterSvrComHelper.service.getLocalSite()
To retrieve all existing sites, call
InterSvrComHelper.service.getAllSites()
To generate security keys for the site, call
InterSvrComHelper.service.generateKeyPair(
Site site )
To retrieve site’s public key, call
InterSvrComHelper.service.exportKey(
Site site )
To import other site’s public key to a given site, call
InterSvrComHelper.service.importKey(
Site site, byte[] is_bytes )
To get site by its URL, call
InterSvrComHelper.service.getSite(
String url )
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |