Searched defs:getRootSuffix (Results 1 - 24 of 24) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java88 public String getRootSuffix() { method in class:SMSObjectDB
H A DServiceManagementDAO.java73 public String getRootSuffix(); method in interface:ServiceManagementDAO
H A DServiceManagementDAOWrapper.java51 public String getRootSuffix() { method in class:ServiceManagementDAOWrapper
52 return SMSEntry.getRootSuffix();
H A DSMSObject.java167 public abstract String getRootSuffix(); method in class:SMSObject
H A DSMSEntry.java356 String temp = smsObject.getRootSuffix();
1201 public static String getRootSuffix() { method in class:SMSEntry
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSObjectDB.java88 public String getRootSuffix() { method in class:SMSObjectDB
H A DServiceManagementDAO.java73 public String getRootSuffix(); method in interface:ServiceManagementDAO
H A DServiceManagementDAOWrapper.java51 public String getRootSuffix() { method in class:ServiceManagementDAOWrapper
52 return SMSEntry.getRootSuffix();
H A DSMSObject.java167 public abstract String getRootSuffix(); method in class:SMSObject
H A DSMSEntry.java356 String temp = smsObject.getRootSuffix();
1201 public static String getRootSuffix() { method in class:SMSEntry
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java103 public String getRootSuffix() { method in class:InitializeSystem
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DInitializeSystem.java103 public String getRootSuffix() { method in class:InitializeSystem
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModel.java147 String getRootSuffix(); method in interface:PWResetModel
H A DPWResetModelImpl.java432 public String getRootSuffix() { method in class:PWResetModelImpl
433 return SMSEntry.getRootSuffix();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java96 public String getRootSuffix() throws RemoteException; method in interface:SMSObjectIF
H A DSMSJAXRPCObject.java428 public String getRootSuffix() { method in class:SMSJAXRPCObject
432 "getRootSuffix", null), null, null);
434 debug.error("SMSJAXRPCObject:getRootSuffix:Exception:", re);
H A DSMSJAXRPCObjectImpl.java422 public String getRootSuffix() throws RemoteException { method in class:SMSJAXRPCObjectImpl
424 baseDN = SMSEntry.getRootSuffix();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModel.java147 String getRootSuffix(); method in interface:PWResetModel
H A DPWResetModelImpl.java432 public String getRootSuffix() { method in class:PWResetModelImpl
433 return SMSEntry.getRootSuffix();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSObjectIF.java96 public String getRootSuffix() throws RemoteException; method in interface:SMSObjectIF
H A DSMSJAXRPCObject.java430 public String getRootSuffix() { method in class:SMSJAXRPCObject
434 "getRootSuffix", null), null, null);
436 debug.error("SMSJAXRPCObject:getRootSuffix:Exception:", re);
H A DSMSJAXRPCObjectImpl.java424 public String getRootSuffix() throws RemoteException { method in class:SMSJAXRPCObjectImpl
426 baseDN = SMSEntry.getRootSuffix();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java136 private static final String rootSuffix = SMSEntry.getRootSuffix();
2059 public static String getRootSuffix() { method in class:AuthClientUtils
2184 && !remOrgDN.equals(getRootSuffix())) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java136 private static final String rootSuffix = SMSEntry.getRootSuffix();
2062 public static String getRootSuffix() { method in class:AuthClientUtils
2187 && !remOrgDN.equals(getRootSuffix())) {

Completed in 91 milliseconds