Uses of Class
wt.org.DirectoryKey

Packages that use DirectoryKey
wt.org
org package — Organization Service
The following figure shows a representation of the org package model. 
 

Uses of DirectoryKey in wt.org
 

Fields in wt.org declared as DirectoryKey
private static DirectoryKey StandardOrganizationServicesManager.adminDirKey
           
private static DirectoryKey StandardOrganizationServicesManager.adminDirKey
           
 

Methods in wt.org with parameters of type DirectoryKey
 void WTPrincipalCache.putParentGroups(DirectoryKey dirKey, Map parents)
           
 Map WTPrincipalCache.getParentGroups(DirectoryKey dirKey)
           
 void WTPrincipalCache.putGroupMembers(DirectoryKey dirKey, Map members)
           
 void WTPrincipalCache.putGroupMembers(DirectoryKey dirKey, Set members)
           
 Map WTPrincipalCache.getGroupMembers(DirectoryKey dirKey)
           
 void WTPrincipalCache.putOrganization(DirectoryKey dirKey, WTOrganization org)
           
 WTOrganization WTPrincipalCache.getOrganization(DirectoryKey dirKey)
           
 void WTPrincipalCache.putOrganizationSubordinates(DirectoryKey dirKey, Map subordinates)
           
 Map WTPrincipalCache.getOrganizationSubordinates(DirectoryKey dirKey)
           
 WTPrincipal WTPrincipalCache.getPrincipal(DirectoryKey key)
           
 void WTPrincipalCache.putDirectoryKey(DirectoryKey key, ObjectIdentifier oid)
           
protected  ObjectIdentifier WTPrincipalCache.getCachedOIDByDirKey(DirectoryKey dirKey)
           
private  void StandardOrganizationServicesManager._cacheMembers(DirectoryKey key, HashSet members)
           
 void WTPrincipalCache.putParentGroups(DirectoryKey dirKey, Map parents)
           
 Map WTPrincipalCache.getParentGroups(DirectoryKey dirKey)
           
 void WTPrincipalCache.putGroupMembers(DirectoryKey dirKey, Map members)
           
 void WTPrincipalCache.putGroupMembers(DirectoryKey dirKey, Set members)
           
 Map WTPrincipalCache.getGroupMembers(DirectoryKey dirKey)
           
 void WTPrincipalCache.putOrganization(DirectoryKey dirKey, WTOrganization org)
           
 WTOrganization WTPrincipalCache.getOrganization(DirectoryKey dirKey)
           
 void WTPrincipalCache.putOrganizationSubordinates(DirectoryKey dirKey, Map subordinates)
           
 Map WTPrincipalCache.getOrganizationSubordinates(DirectoryKey dirKey)
           
 WTPrincipal WTPrincipalCache.getPrincipal(DirectoryKey key)
           
 void WTPrincipalCache.putDirectoryKey(DirectoryKey key, ObjectIdentifier oid)
           
protected  ObjectIdentifier WTPrincipalCache.getCachedOIDByDirKey(DirectoryKey dirKey)
           
private  void StandardOrganizationServicesManager._cacheMembers(DirectoryKey key, HashSet members)