|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Site | |
wt.clients.filevault | |
wt.clients.site | |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.fv.master | |
wt.fv.replica |
content replication - Content Replication Service
There are six content replication packages. |
wt.fv.uploadtocache | |
wt.intersvrcom | Site External API: |
wt.replication.receiver | |
wt.replication.sender |
Uses of Site in wt.clients.filevault |
Methods in wt.clients.filevault that return Site | |
Site |
FvMountInfoMaster.getSite(String siteName)
Return a site given its name |
Site |
FvMountInfoMaster.getVaultSite(Vault vault)
|
Site |
FvMountInfoMaster.getVaultSite(Long vaultID)
|
Site |
FvMountInfoMaster.getFolderSite(FileFolder theFolder)
Return site of a folder |
Site |
FvMountInfoMaster.getFolderSite(Long folderKey)
Return site of a folder given its key. |
Site |
FvMountInfoMaster.getFolderSite(String folderName)
Return site of selected folder |
Site |
FvMountInfoMaster.getHostSite(Long hostKey)
Return site of a host |
Site |
FvMountInfoMaster.getHostSite(FvHost host)
Return site of a host |
Site |
FvMountInfoMaster.getHostSite(String hostName)
Return site of selected host |
Site |
FvMountInfoMaster.getSite(Long objID)
Returns a site given its objectID Returns an Site object on success, returns null if the host is not found. |
Site |
FvMountInfoMaster.getSite(int index)
Returns a site given its index. |
Methods in wt.clients.filevault with parameters of type Site | |
Enumeration |
FvMountInfoMaster.getSiteHosts(Site theSite)
|
Enumeration |
FvMountInfoMaster.getSiteVaults(Site theSite)
|
Enumeration |
FvMountInfoMaster.getSiteRemoteVaults(Site theSite)
|
Choice |
FvMountInfoMaster.FillVaultChoice(Choice theBox,
Site theSite,
String selectedItem,
boolean local)
|
Choice |
FvMountInfoMaster.FillHostChoice(Choice theBox,
Site currSite,
String currSelection)
Fills a host choice box with the hosts in the selected site, and selects an item at load time. |
Choice |
FvMountInfoMaster.FillFolderChoice(Choice theBox,
Site currSite,
String currSelection,
boolean local)
Fills a java.awt.Choice box with the folders in selected site and pre-selects a folder item. |
void |
FvMountInfoMaster.resetUndelivered(Site theSite)
Reset repliation for an entire site. |
void |
FvMountInfoMaster.resetReplication(Site theSite)
Reset the replication statuses of the entire site. |
void |
FvMountInfoMaster.createVault(String vaultName,
boolean readOnly,
boolean remote,
Site theSite,
boolean designatedForCache)
createVault Creates a new empty vault in the fileVault system. |
private void |
FvMountInfoMaster.initSiteMounts(Site theSite)
|
private void |
FvMountInfoMaster.initRemoteFolders(Site theSite)
|
private void |
FvMountInfoMaster.initFolders(Site theSite)
|
private void |
FvMountInfoMaster.initHosts(Site theSite)
Helper function that initializes the _hosts vector |
private void |
FvMountInfoMaster.initVaults(Site theSite)
Helper method to initialize the collection of vaults. |
private void |
FvMountInfoMaster.initRemoteVaults(Site theSite)
Helper method to initialize the collection of remote vaults. |
private void |
FileVaultTreeFrame.fillSiteView(Site theSite,
symantec.itools.awt.TreeNode parentNode)
|
Uses of Site in wt.clients.site |
Fields in wt.clients.site declared as Site | |
private static Site |
SiteInfoMaster._localSite
|
private Site |
SiteInfoMaster.GUISite._site
|
Methods in wt.clients.site that return Site | |
private static Site |
SiteInfoMaster.getLocalSite()
|
private Site |
SiteInfoMaster.getSite(String siteName)
|
private Site |
SiteInfoMaster.getSite(Long objID)
|
Site |
SiteInfoMaster.GUISite.getSite()
|
Methods in wt.clients.site with parameters of type Site | |
private void |
SiteInfoMaster.addSiteToDB(Site theSite,
boolean genKeys)
|
boolean |
SiteInfoMaster.isSiteLocal(Site theSite)
|
Constructors in wt.clients.site with parameters of type Site | |
SiteInfoMaster.GUISite(Site s)
|
Uses of Site in wt.fv |
Fields in wt.fv declared as Site | |
private static Site |
RevaultElemReporter.masterSite
|
Methods in wt.fv that return Site | |
Site |
Vault.getSite()
Gets the object for the association that plays role: SITE. |
Site |
SiteVaultLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
SiteHostLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
private static Site |
FvLoader.getSiteByName(String name)
|
Site |
FvHost.getSite()
Gets the object for the association that plays role: SITE. |
Methods in wt.fv with parameters of type Site | |
void |
Vault.setSite(Site a_Site)
Sets the object for the association that plays role: SITE. |
protected static Vault |
StandardFvService.getVault(ContentHolder holder,
Site site,
String vaultClassTypeName)
Get a file vault. |
Enumeration |
StandardFvService.getAllHosts(Site site)
For the given Site, returns all the hosts in the system as an Enumaration of FvHost objects. |
Vector |
StandardFvService.getLocalVaults(Site site)
Gets all the FvVaults for the given site object Supported API: false |
Vector |
StandardFvService.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
FvHost |
StandardFvService.addHostToSite(Site site,
FvHost host)
Adds the given host to the give site. |
Vault |
StandardFvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
StandardFvService.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
StandardFvService.getSiteMounts(Site site)
Gets all the FvMounts for a given site. |
private void |
StandardFvService.initSiteCacheVault(Site localSite)
|
private void |
StandardFvService.updateUserCacheSitePreference(Site theSite,
String evtType)
Update User's preferred content cache site when site is changed (PREFER_MODIFY) or deleted (PRE_DELETE) |
void |
SiteVaultLink.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteVaultLink |
SiteVaultLink.newSiteVaultLink(Vault vault,
Site site)
Default factory for the class. |
void |
SiteHostLink.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteHostLink |
SiteHostLink.newSiteHostLink(FvHost host,
Site site)
Default factory for the class. |
Vector |
FvSurrogate.doGetFolders(Site site,
Vault vault)
|
Enumeration |
FvSurrogate.doGetVaultsOfType(Site site,
String vaultClassName)
|
Vector |
FvSurrogate.doGetFoldersOfType(Site site,
String folderClassName)
|
Enumeration |
FvServiceFwd.getAllHosts(Site site)
For the given Site, returns all the hosts in the system as an Enumaration of FvHost objects. |
Vector |
FvServiceFwd.getLocalVaults(Site site)
Gets all the FvVaults for the given site object Supported API: false |
Vector |
FvServiceFwd.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
FvHost |
FvServiceFwd.addHostToSite(Site site,
FvHost host)
Adds the given host to the give site. |
Vault |
FvServiceFwd.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
FvServiceFwd.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
FvServiceFwd.getSiteMounts(Site site)
Gets all the FvMounts for a given site. |
Enumeration |
FvService.getAllHosts(Site site)
For the given Site, returns all the hosts in the system as an Enumaration of FvHost objects. |
Vector |
FvService.getLocalVaults(Site site)
Gets all the FvVaults for the given site object Supported API: false |
Vector |
FvService.getAllFolders(Site site,
Vault vault)
Gets all the folders for a given site and FvVault Supported API: false |
FvHost |
FvService.addHostToSite(Site site,
FvHost host)
Adds the given host to the give site. |
Vault |
FvService.addVaultToSite(Site site,
Vault vault)
Adds the given vault to the given site. |
Enumeration |
FvService.getLocalFolders(Site site,
Vault vault)
Returns all the FvFolders given a site and a vault. |
Vector |
FvService.getSiteMounts(Site site)
Gets all the FvMounts for a given site. |
void |
FvPolicyRuleHelper.refreshPolicyItems(Site site,
String vaultClassName,
AdminDomainRef domainRef)
|
private Vector |
FvPolicyRuleHelper.getSortedFvPolicyRules(Site site,
String vaultClassType,
AdminDomainRef domainRef)
\ |* Returns rules for the given Site <-> type pair topologicaly sorted. |
private QueryResult |
FvPolicyRuleHelper.findPolicyItemsOfType(Site site,
String vClassName,
AdminDomainRef domainRef)
|
void |
FvPolicyRuleHelper.deletePolicyItemsPerSiteDomain(Site site,
String vaultClassName,
AdminDomainRef domainRef)
|
FvPolicyItem |
FvPolicyRuleHelper.getPolicyItem(Selector sel,
Site site,
String vaultClassName)
|
void |
FvHost.setSite(Site a_Site)
Sets the object for the association that plays role: SITE. |
Uses of Site in wt.fv.master |
Fields in wt.fv.master declared as Site | |
(package private) Site |
StandardMasterService.ConfigBroadcastThread._replicaSite
|
Methods in wt.fv.master that return Site | |
Site |
StandardMasterService.getCurrentPreferredSite()
Retrieves the current preferred site for the active principal. |
static Site |
PreferencesModel.getMasterSite()
|
static Site |
PreferencesModel.getCurrentPreferredSite()
|
Site |
MasterServiceFwd.getCurrentPreferredSite()
Retrieves the current preferred site for the active principal. |
Site |
MasterService.getCurrentPreferredSite()
Retrieves the current preferred site for the active principal. |
Methods in wt.fv.master with parameters of type Site | |
Vector |
StandardMasterService.getFolders(Site site,
ReplicaVault vault)
Returns all folders in a vault as an Enumeration. |
Vector |
StandardMasterService.getRemoteVaults(Site site)
Supported API: false |
void |
StandardMasterService.purgeReplicatedItems(Site site,
ReplicaVault vault,
boolean fullPurge)
Method deletes all ReplicatedItem objects belonging to supplied site, vault pair. |
void |
StandardMasterService.broadcastConfig(Site site)
Broadcasts configuration to the replica site. |
void |
StandardMasterService.setPreferredSite(Site site)
Set the preferred site for content cache and content replication for the current user. |
static void |
StandardMasterService.updateSiteConfig(Site remSite)
|
static SiteDesc |
SiteConfigGenerator.createSiteDesc(Site theSite)
|
private static Vector |
SiteConfigGenerator.generateSiteDescHosts(Site theSite)
|
private static Vector |
SiteConfigGenerator.getHostMounts(Site currSite,
FvHost currHost,
Vector theVaults)
|
private static String |
RedirectDownload.buildURL2DownloadContent(String gwURL,
String downloadClassName,
String downloadMethodName,
long folderID,
String originFileName,
String actualFileName,
String contentType,
boolean withSign,
Site site,
SiteSecurity siteSecurity)
|
private static RedirectDownload.MasteredOnReplicaDescriptor |
RedirectDownload.getMasteredOnReplicaDescriptor(Site site,
long contentID)
|
private static String |
RedirectDownload.getSignedDirectMasterURL(FvItem fvi,
ApplicationData appData,
Site site,
SiteSecurity siteSecurity)
|
static void |
PreferencesModel.setPreferredSite(Site site)
|
Vector |
MasterServiceFwd.getFolders(Site site,
ReplicaVault vault)
Returns all folders in a vault as an Enumeration. |
Vector |
MasterServiceFwd.getRemoteVaults(Site site)
Supported API: false |
void |
MasterServiceFwd.purgeReplicatedItems(Site site,
ReplicaVault vault,
boolean fullPurge)
Method deletes all ReplicatedItem objects belonging to supplied site, vault pair. |
void |
MasterServiceFwd.broadcastConfig(Site site)
Broadcasts configuration to the replica site. |
void |
MasterServiceFwd.setPreferredSite(Site site)
Set the preferred site for content cache and content replication for the current user. |
Vector |
MasterService.getFolders(Site site,
ReplicaVault vault)
Returns all folders in a vault as an Enumeration. |
Vector |
MasterService.getRemoteVaults(Site site)
Supported API: false |
void |
MasterService.purgeReplicatedItems(Site site,
ReplicaVault vault,
boolean fullPurge)
Method deletes all ReplicatedItem objects belonging to supplied site, vault pair. |
void |
MasterService.broadcastConfig(Site site)
Broadcasts configuration to the replica site. |
void |
MasterService.setPreferredSite(Site site)
Set the preferred site for content cache and content replication for the current user. |
Constructors in wt.fv.master with parameters of type Site | |
StandardMasterService.ConfigBroadcastThread(Site replicaSite)
|
Uses of Site in wt.fv.replica |
Methods in wt.fv.replica that return Site | |
private static Site |
FvReplicaTool.getSiteByName(String name)
|
Methods in wt.fv.replica with parameters of type Site | |
(package private) boolean |
FvReplicaTool.createListsOfDuplicateReplicatedItems(Site targetSite,
ReplicaVault targetVault,
FvHost targetReplicaHost,
File saveFileDir)
|
static FvReplicaTool.DuplBatch |
FvReplicaTool.serverSide_getDuplBatch(Site targetSite,
ReplicaVault targetVault,
FvHost targetReplicaHost,
long startFromStreamId,
Hashtable folderPathHash)
|
private FvReplicaTool.DuplBatch |
FvReplicaTool.serverRequestor_getDuplicatesBatch(Site targetSite,
ReplicaVault targetVault,
FvHost targetReplicaHost,
long startFromStreamId,
Hashtable folderHash)
|
private static Hashtable |
FvReplicaTool.serverSide_getReplicaHostMounts(FvHost targetReplicaHost,
Site targetSite,
ReplicaVault targetVault)
|
private static Vector |
FvReplicaTool.serverSide_GetSortedReplicatedItemsBatch(Site targetSite,
ReplicaVault targetVault,
long startFromStreamId)
|
Uses of Site in wt.fv.uploadtocache |
Methods in wt.fv.uploadtocache that return Site | |
private Site |
StandardUploadToCacheService.getCacheSite(boolean useMasterCache)
|
private Site |
StandardUploadToCacheService.getLocalSite()
|
private static Site |
StandardUploadToCacheService.querySiteForMasteredOnReplicaItem(MasteredOnReplicaItem item)
|
Methods in wt.fv.uploadtocache with parameters of type Site | |
private String |
StandardUploadToCacheService.createURLToCacheContent(Site cacheSite)
|
static Vault |
StandardUploadToCacheService.getEnabledCacheDesignatedVault(Site site)
|
Uses of Site in wt.intersvrcom |
Methods in wt.intersvrcom that return Site | |
private Site |
MigrateSite_R51ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
private Site |
MigrateSite_R50ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
private Site |
MigrateSite_R40ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
Site |
StandardInterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
StandardInterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
StandardInterSvrComService.getLocalSite()
Retrieves master site. |
Site |
StandardInterSvrComService.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
StandardInterSvrComService.getSiteByGuid(String guid)
Supported API: false |
Site |
StandardInterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
private Site |
StandardInterSvrComService.erazeSecurityInfo(Site site)
|
Site |
StandardInterSvrComService.SiteInfoCache.getCachedSite(String url)
|
Site |
StandardInterSvrComService.SiteInfoCache.getLocalMaster()
|
Site |
SiteSecurityLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
SiteRepository.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
SitePrincipal.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
static Site |
Site.newSite()
Default factory for the class. |
Site |
InterSvrComServiceFwd.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
InterSvrComServiceFwd.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
InterSvrComServiceFwd.getLocalSite()
Retrieves master site. |
Site |
InterSvrComServiceFwd.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
InterSvrComServiceFwd.getSiteByGuid(String guid)
Supported API: false |
Site |
InterSvrComServiceFwd.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
InterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
InterSvrComService.getLocalSite()
Retrieves master site. |
Site |
InterSvrComService.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
InterSvrComService.getSiteByGuid(String guid)
Supported API: false |
Site |
InterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
private Site |
MigrateSite_R51ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
private Site |
MigrateSite_R50ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
private Site |
MigrateSite_R40ToR60.createNewSite(PersistentObjectManager pom,
PrintWriter logWriter)
|
Site |
StandardInterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
StandardInterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
StandardInterSvrComService.getLocalSite()
Retrieves master site. |
Site |
StandardInterSvrComService.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
StandardInterSvrComService.getSiteByGuid(String guid)
Supported API: false |
Site |
StandardInterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
private Site |
StandardInterSvrComService.erazeSecurityInfo(Site site)
|
Site |
StandardInterSvrComService.SiteInfoCache.getCachedSite(String url)
|
Site |
StandardInterSvrComService.SiteInfoCache.getLocalMaster()
|
Site |
SiteSecurityLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
SiteRepository.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
SitePrincipal.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
static Site |
Site.newSite()
Default factory for the class. |
Site |
InterSvrComServiceFwd.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
InterSvrComServiceFwd.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
InterSvrComServiceFwd.getLocalSite()
Retrieves master site. |
Site |
InterSvrComServiceFwd.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
InterSvrComServiceFwd.getSiteByGuid(String guid)
Supported API: false |
Site |
InterSvrComServiceFwd.getSiteByUfid(Ufid ufid)
Supported API: false |
Site |
InterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
Site |
InterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Site |
InterSvrComService.getLocalSite()
Retrieves master site. |
Site |
InterSvrComService.getSite(String url)
Retrieves the site object with the supplied URL. |
Site |
InterSvrComService.getSiteByGuid(String guid)
Supported API: false |
Site |
InterSvrComService.getSiteByUfid(Ufid ufid)
Supported API: false |
Methods in wt.intersvrcom with parameters of type Site | |
private QueryResult |
MigrateSite_R51ToR60.hasFvVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R51ToR60.hasReplicaVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R51ToR60.hasFvHostLinked(Site site,
PersistentObjectManager pom)
|
private String |
MigrateSite_R51ToR60.infoSite(Site site)
|
private SiteSecurity |
MigrateSite_R51ToR60.getSiteSecurity(Site site,
PersistentObjectManager pom,
PrintWriter logWriter)
|
private QueryResult |
MigrateSite_R50ToR60.hasFvVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R50ToR60.hasReplicaVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R50ToR60.hasFvHostLinked(Site site,
PersistentObjectManager pom)
|
private String |
MigrateSite_R50ToR60.infoSite(Site site)
|
private SiteSecurity |
MigrateSite_R50ToR60.getSiteSecurity(Site site,
PersistentObjectManager pom,
PrintWriter logWriter)
|
static String |
URLAuthenticator.sign(String url,
Site site)
Sign the request with the site's private key Supported API: false |
static boolean |
URLAuthenticator.verify(String url,
byte[] sign,
Site site)
Verify the URL with the site's public key. |
static String |
URLAuthenticator.sign(String url,
SiteSecurity siteSecurity,
Site site)
|
static String |
URLAuthenticator.sign(String url,
boolean internal,
Site site,
SiteSecurity security)
|
private static String |
URLAuthenticator.sign(String url,
Site site,
SiteSecurity siteSecurity)
|
Site |
StandardInterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
StandardInterSvrComService.exportKey(Site site)
Retrieves site's public security key. |
Site |
StandardInterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
StandardInterSvrComService.getLastUpdated(Site site)
Supported API: false |
void |
StandardInterSvrComService.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
StandardInterSvrComService.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
StandardInterSvrComService.getRepository(Site site)
Supported API: false |
static void |
StandardInterSvrComService.validateSecurity(Site site,
SiteSecurity siteSecurity)
|
private Site |
StandardInterSvrComService.erazeSecurityInfo(Site site)
|
private void |
StandardInterSvrComService.checkForDuplicateSiteOrURL(Site newSite,
String evt)
|
private void |
StandardInterSvrComService.checkForMasterDelete(Site s)
|
void |
SiteSecurityLink.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteSecurityLink |
SiteSecurityLink.newSiteSecurityLink(SiteSecurity security,
Site site)
Default factory for the class. |
void |
SiteRepository.setSite(Site theSite)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteRepository |
SiteRepository.newSiteRepository(Site theSite,
Repository theRepository)
Default factory for the class. |
void |
SitePrincipal.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SitePrincipal |
SitePrincipal.newSitePrincipal(Site site,
WTPrincipal principal)
Default factory for the class. |
protected boolean |
Site.readVersion(Site thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static void |
PassCodeDB.addPassCodeFromDB(Site master)
|
Site |
InterSvrComServiceFwd.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
InterSvrComServiceFwd.exportKey(Site site)
Retrieves site's public security key. |
Site |
InterSvrComServiceFwd.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
InterSvrComServiceFwd.getLastUpdated(Site site)
Supported API: false |
void |
InterSvrComServiceFwd.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
InterSvrComServiceFwd.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
InterSvrComServiceFwd.getRepository(Site site)
Supported API: false |
Site |
InterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
InterSvrComService.exportKey(Site site)
Retrieves site's public security key. |
Site |
InterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
InterSvrComService.getLastUpdated(Site site)
Supported API: false |
void |
InterSvrComService.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
InterSvrComService.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
InterSvrComService.getRepository(Site site)
Supported API: false |
private QueryResult |
MigrateSite_R51ToR60.hasFvVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R51ToR60.hasReplicaVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R51ToR60.hasFvHostLinked(Site site,
PersistentObjectManager pom)
|
private String |
MigrateSite_R51ToR60.infoSite(Site site)
|
private SiteSecurity |
MigrateSite_R51ToR60.getSiteSecurity(Site site,
PersistentObjectManager pom,
PrintWriter logWriter)
|
private QueryResult |
MigrateSite_R50ToR60.hasFvVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R50ToR60.hasReplicaVaultLinked(Site site,
PersistentObjectManager pom)
|
private QueryResult |
MigrateSite_R50ToR60.hasFvHostLinked(Site site,
PersistentObjectManager pom)
|
private String |
MigrateSite_R50ToR60.infoSite(Site site)
|
private SiteSecurity |
MigrateSite_R50ToR60.getSiteSecurity(Site site,
PersistentObjectManager pom,
PrintWriter logWriter)
|
static String |
URLAuthenticator.sign(String url,
Site site)
Sign the request with the site's private key Supported API: false |
static boolean |
URLAuthenticator.verify(String url,
byte[] sign,
Site site)
Verify the URL with the site's public key. |
static String |
URLAuthenticator.sign(String url,
SiteSecurity siteSecurity,
Site site)
|
static String |
URLAuthenticator.sign(String url,
boolean internal,
Site site,
SiteSecurity security)
|
private static String |
URLAuthenticator.sign(String url,
Site site,
SiteSecurity siteSecurity)
|
Site |
StandardInterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
StandardInterSvrComService.exportKey(Site site)
Retrieves site's public security key. |
Site |
StandardInterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
StandardInterSvrComService.getLastUpdated(Site site)
Supported API: false |
void |
StandardInterSvrComService.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
StandardInterSvrComService.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
StandardInterSvrComService.getRepository(Site site)
Supported API: false |
static void |
StandardInterSvrComService.validateSecurity(Site site,
SiteSecurity siteSecurity)
|
private Site |
StandardInterSvrComService.erazeSecurityInfo(Site site)
|
private void |
StandardInterSvrComService.checkForDuplicateSiteOrURL(Site newSite,
String evt)
|
private void |
StandardInterSvrComService.checkForMasterDelete(Site s)
|
void |
SiteSecurityLink.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteSecurityLink |
SiteSecurityLink.newSiteSecurityLink(SiteSecurity security,
Site site)
Default factory for the class. |
void |
SiteRepository.setSite(Site theSite)
Sets the object for the association that plays role: SITE_ROLE. |
static SiteRepository |
SiteRepository.newSiteRepository(Site theSite,
Repository theRepository)
Default factory for the class. |
void |
SitePrincipal.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static SitePrincipal |
SitePrincipal.newSitePrincipal(Site site,
WTPrincipal principal)
Default factory for the class. |
protected boolean |
Site.readVersion(Site thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
private static void |
PassCodeDB.addPassCodeFromDB(Site master)
|
Site |
InterSvrComServiceFwd.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
InterSvrComServiceFwd.exportKey(Site site)
Retrieves site's public security key. |
Site |
InterSvrComServiceFwd.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
InterSvrComServiceFwd.getLastUpdated(Site site)
Supported API: false |
void |
InterSvrComServiceFwd.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
InterSvrComServiceFwd.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
InterSvrComServiceFwd.getRepository(Site site)
Supported API: false |
Site |
InterSvrComService.generateKeyPair(Site site)
Generates security keys for the site. |
byte[] |
InterSvrComService.exportKey(Site site)
Retrieves site's public security key. |
Site |
InterSvrComService.importKey(Site site,
byte[] is_bytes)
Imports another site's public key to this site. |
Timestamp |
InterSvrComService.getLastUpdated(Site site)
Supported API: false |
void |
InterSvrComService.registerUfidRepository(Site site,
Repository repository)
Supported API: false |
void |
InterSvrComService.unregisterUfidRepository(Site site)
Supported API: false |
Repository |
InterSvrComService.getRepository(Site site)
Supported API: false |
Uses of Site in wt.replication.receiver |
Methods in wt.replication.receiver that return Site | |
Site |
CameFromUnit.getCameFrom()
Gets the object for the association that plays role: CAME_FROM_ROLE. |
Methods in wt.replication.receiver with parameters of type Site | |
private static void |
StandardReplicationRecvService.scheduleUpload(WTUnit wtUnit,
Site cameFrom,
Timestamp ts,
String embFolder,
String transType)
Deprecated. |
private static void |
StandardReplicationRecvService.embWriteLogHeader(EMBReceiverLog embLog,
WTUnit wtUnit,
Site cameFrom,
String embFolder)
Deprecated. |
void |
CameFromUnit.setCameFrom(Site cameFrom)
Sets the object for the association that plays role: CAME_FROM_ROLE. |
static CameFromUnit |
CameFromUnit.newCameFromUnit(Site cameFrom,
WTUnit unit)
Default factory for the class. |
Uses of Site in wt.replication.sender |
Methods in wt.replication.sender that return Site | |
Site |
UnitSendRecord.getSite()
Gets the object for the association that plays role: SITE. |
Site |
ToSiteLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Site |
RemoteSiteTeamTemplateLink.getSite()
Gets the object for the association that plays role: SITE_ROLE. |
Methods in wt.replication.sender with parameters of type Site | |
void |
UnitSendRecord.setSite(Site a_Site)
Sets the object for the association that plays role: SITE. |
static UnitSendRecord |
UnitSendRecord.newUnitSendRecord(WTUnit unit,
Site site,
ScheduleItem item,
String description,
String toUser,
String toTeamTemplate,
Timestamp schTime)
Supported API: false |
protected void |
UnitSendRecord.initialize(WTUnit unit,
Site site,
ScheduleItem item,
String description,
String toUser,
String toTeamTemplate,
Timestamp schTime)
Supports initialization, following construction of an instance. |
void |
ToSiteLink.setSite(Site theSite)
Sets the object for the association that plays role: SITE_ROLE. |
static ToSiteLink |
ToSiteLink.newToSiteLink(Site theSite,
UnitSendRecord theUnitSendRecord)
Default factory for the class. |
static void |
StandardSenderService.findRemoteTeamTemplates(Site site)
Deprecated. |
Enumeration |
StandardSenderService.getRemoteTeamTemplates(Site rmtSite)
Deprecated. |
void |
StandardSenderService.scheduleSendOperation(WTUnit unit,
String fullTeamTemplateName,
Site site,
boolean bEMBPipe,
String embFolder,
Timestamp startTime,
boolean scheduled,
String description,
String toUser,
String toTeamTemplate,
Locale locale)
Deprecated. |
private static UnitSendRecord |
StandardSenderService.getUniqueSendRecordByScheduleStatus(WTUnit wtUnit,
Site site,
String status)
Deprecated. |
private static UnitSendRecord |
StandardSenderService.getUniqueSendRecordBySenderStatus(WTUnit wtUnit,
Site site,
UnitReplicationStatus status)
Deprecated. |
private void |
StandardSenderService.embUploadUnitInitialize(WTUnit wtUnit,
ObjectReference manifestRef,
Site rmtSite,
String fullTeamTemplateName,
String diskFolder)
Deprecated. |
private void |
StandardSenderService.embWriteHeader(EMBSenderLog embLog,
WTUnit wtUnit,
Site rmtSite,
String fullTeamTemplateName)
Deprecated. |
private static void |
StandardSenderService.deleteRmtTeamTemplates(Site rmtSite)
Deprecated. |
private static void |
StandardSenderService.saveRmtTeamTemplates(Site rmtSite,
Vector teamTemplateList)
Deprecated. |
private static void |
StandardSenderService.refreshTeamTemplateUponFolderProblem(Site rmtSite,
Throwable e)
Deprecated. |
private void |
StandardSenderService.refreshRmtTeamTemplateOnSiteChange(Site rmtSite,
KeyedEvent keyedEvent)
Deprecated. |
private void |
StandardSenderService.removeThisScheduledItem(Site rmtSite)
Deprecated. |
private void |
StandardSenderService.addThisScheduledItem(Site toSite,
boolean scheduleUnique)
Deprecated. |
Enumeration |
SenderServiceFwd.getRemoteTeamTemplates(Site rmtSite)
Deprecated. |
void |
SenderServiceFwd.scheduleSendOperation(WTUnit unit,
String fullTeamTemplateName,
Site site,
boolean bEMBPipe,
String embFolder,
Timestamp startTime,
boolean scheduled,
String description,
String toUser,
String toTeamTemplate,
Locale locale)
Deprecated. |
Enumeration |
SenderService.getRemoteTeamTemplates(Site rmtSite)
Deprecated. |
void |
SenderService.scheduleSendOperation(WTUnit unit,
String fullTeamTemplateName,
Site site,
boolean bEMBPipe,
String embFolder,
Timestamp startTime,
boolean scheduled,
String description,
String toUser,
String toTeamTemplate,
Locale locale)
Deprecated. |
void |
RemoteSiteTeamTemplateLink.setSite(Site site)
Sets the object for the association that plays role: SITE_ROLE. |
static RemoteSiteTeamTemplateLink |
RemoteSiteTeamTemplateLink.newRemoteSiteTeamTemplateLink(Site site,
RemoteSiteTeamTemplate teamTemplate)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |