Search in sources :

Example 1 with DSConfigMgrBase

use of com.iplanet.services.ldap.DSConfigMgrBase in project OpenAM by OpenRock.

the class BootstrapCreator method updateBootstrap.

public static void updateBootstrap() throws ConfigurationException {
    try {
        DSConfigMgrBase dsCfg = new DSConfigMgrBase();
        dsCfg.parseServiceConfigXML();
        instance.update(dsCfg);
    } catch (XMLException e) {
        throw new ConfigurationException(e.getMessage());
    } catch (SMSException e) {
        throw new ConfigurationException(e.getMessage());
    } catch (SSOException e) {
        throw new ConfigurationException(e.getMessage());
    }
}
Also used : XMLException(com.iplanet.services.util.XMLException) DSConfigMgrBase(com.iplanet.services.ldap.DSConfigMgrBase) ConfigurationException(com.sun.identity.common.configuration.ConfigurationException) SMSException(com.sun.identity.sm.SMSException) SSOException(com.iplanet.sso.SSOException)

Aggregations

DSConfigMgrBase (com.iplanet.services.ldap.DSConfigMgrBase)1 XMLException (com.iplanet.services.util.XMLException)1 SSOException (com.iplanet.sso.SSOException)1 ConfigurationException (com.sun.identity.common.configuration.ConfigurationException)1 SMSException (com.sun.identity.sm.SMSException)1