| java.lang.Object com.sun.portal.desktop.context.DSAMEAdminDPContext
Method Summary | |
public Set | getAllNames(int level) | public Set | getAllNamesFromBase(String base, int level, boolean includeParent) | public Set | getAttributeMultiVal(String baseName, String serviceName, String name) | public String | getDPDocument(String name) | public String | getDPDocumentByDN(String dn) | public long | getDPDocumentLastModified(String name) | public long | getDPDocumentLastRead(String name) | public Set | getDPDocumentNames() | public Set | getDPDocumentNames(String name) | public String | getDTAttribute(String baseName, String name) | public Set | getGlobalAttributeMultiVal(String serviceName, String name) | public String | getGlobalDPDocument() | public synchronized Locale | getLocale() | public String | getNameSpaceURI() | public void | init(HttpServletRequest req) Initializes DSAMEAdminDPContext from a servlet. | public void | init(HttpServletRequest req, SSOToken ssoToken) | public void | init(HttpServletRequest req, String uid, String pw) | public void | init(String uid, String password, String propertiesFile, String portalId) Initializes DSAMEAdminDPContext from a stand-alone app. | public void | init(SSOToken ssoToken, String propertiesFile, String portalId) Initializes DSAMEAdminDPContext from a MBean. | public boolean | isGlobal(String base) | public boolean | isValidating() | public void | removeDPDocument(String name) | public void | removeDPDocumentByDN(String dn) | public void | removeGlobalDPDocument() | public void | setAttributeMultiVal(String baseName, String serviceName, String name, Set vals) | protected void | setDPDocumentLastModified(String name) | protected void | setDPDocumentLastRead(String name) | public void | setDTAttribute(String baseName, String name, String val) | public void | setGlobalAttributeMultiVal(String serviceName, String name, Set vals) | public void | storeDPDocument(String name, String dp) | public void | storeDPDocumentByDN(String dn, String dp) | public void | storeGlobalDPDocument(String dp) |
dpDocumentsLastRead | protected Map dpDocumentsLastRead(Code) | | |
dpDocumentsLastReadPerPortal | protected Map dpDocumentsLastReadPerPortal(Code) | | |
DSAMEAdminDPContext | public DSAMEAdminDPContext()(Code) | | |
getAllNames | public Set getAllNames(int level)(Code) | | |
getAllNamesFromBase | public Set getAllNamesFromBase(String base, int level, boolean includeParent)(Code) | | |
getDPDocumentLastModified | public long getDPDocumentLastModified(String name)(Code) | | |
getDPDocumentLastRead | public long getDPDocumentLastRead(String name)(Code) | | |
getDPDocumentNames | public Set getDPDocumentNames()(Code) | | |
getGlobalDPDocument | public String getGlobalDPDocument()(Code) | | |
init | public void init(HttpServletRequest req)(Code) | | Initializes DSAMEAdminDPContext from a servlet.
Parameters: req - Request object |
init | public void init(String uid, String password, String propertiesFile, String portalId)(Code) | | Initializes DSAMEAdminDPContext from a stand-alone app. (CLI)
Parameters: uid - user DN Parameters: password - user password Parameters: propertiesFile - Name of the file containig server-specificsettings. Parameters: portalId - |
init | public void init(SSOToken ssoToken, String propertiesFile, String portalId)(Code) | | Initializes DSAMEAdminDPContext from a MBean.
Parameters: ssoToken - SSOToken Parameters: propertiesFile - Name of the file containig server-specificsettings. Parameters: portalId - |
isValidating | public boolean isValidating()(Code) | | |
removeDPDocument | public void removeDPDocument(String name)(Code) | | |
removeDPDocumentByDN | public void removeDPDocumentByDN(String dn)(Code) | | |
removeGlobalDPDocument | public void removeGlobalDPDocument()(Code) | | |
setDPDocumentLastModified | protected void setDPDocumentLastModified(String name)(Code) | | |
setDPDocumentLastRead | protected void setDPDocumentLastRead(String name)(Code) | | |
setGlobalAttributeMultiVal | public void setGlobalAttributeMultiVal(String serviceName, String name, Set vals)(Code) | | |
storeGlobalDPDocument | public void storeGlobalDPDocument(String dp)(Code) | | |
|
|