|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| InterSvrComService | Supported API: true Extendable: false |
| SiteMonitorMBean | Provides status and statistics for vaulting sites. |
| Class Summary | |
|---|---|
| StandardInterSvrComService |
Use the newStandardInterSvrComService static factory method(s),
not the StandardInterSvrComService constructor, to construct
instances of this class. |
| URLAuthenticator | Supported API: true 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 | ||||||||