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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java2002 * @param ssg <code>ServerGroup</code> instance representing SMS
2006 private static String getSMSPassword(ServerGroup ssg) throws Exception { argument
2007 DirUserObject sduo = (DirUserObject) ssg.dsUsers.get(0);
2013 * @param ssg <code>ServerGroup</code> instance representing SMS
2017 private static String getSMSPort(ServerGroup ssg) throws Exception { argument
2018 ServerObject sobj = (ServerObject) ssg.hosts.get(0);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java1950 * @param ssg <code>ServerGroup</code> instance representing SMS
1954 private static String getSMSPassword(ServerGroup ssg) throws Exception { argument
1955 DirUserObject sduo = (DirUserObject) ssg.dsUsers.get(0);
1961 * @param ssg <code>ServerGroup</code> instance representing SMS
1965 private static String getSMSPort(ServerGroup ssg) throws Exception { argument
1966 ServerObject sobj = (ServerObject) ssg.hosts.get(0);

Completed in 38 milliseconds