Searched defs:postInitialize (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java597 //postInitialize was called at the end of configure????
598 postInitialize(getAdminSSOToken());
1004 // postInitialize requires the user repo to be configured
1005 postInitialize(adminSSOToken);
1070 private static void postInitialize(SSOToken adminSSOToken) throws SSOException, SMSException { method in class:AMSetupServlet
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java506 //postInitialize was called at the end of configure????
507 postInitialize(getAdminSSOToken());
912 // postInitialize requires the user repo to be configured
913 postInitialize(adminSSOToken);
953 private static void postInitialize(SSOToken adminSSOToken) throws SSOException, SMSException { method in class:AMSetupServlet

Completed in 38 milliseconds