| java.lang.Object com.sun.portal.fabric.tasks.Portal
Portal | public class Portal (Code) | | Provides the functionality needed for configuring
a Portal on a host.
|
Portal | public Portal(PSConfigContext cc)(Code) | | Constructor
Parameters: psDataDir - Location of the data directory for Portal Server asString Parameters: psBaseDir - Portal Server installation directory path Parameters: psConfigDir - Portal Server config directory path Parameters: isBaseDir - Identity Server SDK installation directory path |
configureBackend | public void configureBackend(String configDataDir)(Code) | | Configures the sql framework
Parameters: configDataDir - Location where the sql framework files residesafter token replacement |
configurePortal | public void configurePortal(String portalID, SSOToken ssoToken, String dsHost, String dsPort, String userDataStoreMgr, String userDataStoreMgrCredentials, boolean dsSecure) throws ConfigurationException(Code) | | Does all the tasks that are needed to make a portal
available on this host
Parameters: portalID - The new Portal Identifier as a String Parameters: amAdminDN - The Identity Server super user DN as a String Parameters: amAdminPassword - The Identity Server super user password as String |
createDesktopPar | public String createDesktopPar() throws ConfigurationException(Code) | | Creates a PAR file out of the ps.product.location/par-src/default-par
directory structure.
|
unconfigurePortal | public void unconfigurePortal(String portalID, SSOToken ssoToken) throws ConfigurationException(Code) | | Unconfigures an existing portal
Parameters: portalID - The Portal Identifier as a String Parameters: ssoToken - The Identity Server super user ssoToken as a String Parameters: amAdminPassword - The Identity Server super user password as String |
|
|