Searched refs:getDebug (Results 1 - 25 of 64) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java88 protected static Debug getDebug() { method in class:RemoteServicesImpl
106 getDebug().message("RemoteServicesImpl.getInstance(): "
170 if (getDebug().messageEnabled()) {
171 getDebug().message(
177 if (getDebug().messageEnabled()) {
178 getDebug().message(
184 getDebug().error(
189 if (getDebug().messageEnabled()) {
190 getDebug().message(
241 if (getDebug()
[all...]
H A DCachedRemoteServicesImpl.java92 if (getDebug().messageEnabled()) {
93 getDebug().message( "CachedRemoteServicesImpl."
98 getDebug().warning("CachedRemoteServicesImpl.initializeParams() "
108 getDebug());
126 getDebug().message("CachedRemoteServicesImpl.getInstance(): "
144 * Prints the contents of the cache. For getDebug() purpose only
268 if (getDebug().messageEnabled()) {
269 getDebug().message("CachedRemoteServicesImpl.dirtyCache(): "
354 if (getDebug().messageEnabled()) {
355 getDebug()
[all...]
H A DDCTreeServicesImpl.java47 private static Debug debug = RemoteServicesImpl.getDebug();
H A DRemoteServicesFactory.java47 private static Debug debug = RemoteServicesImpl.getDebug();
H A DComplianceServicesImpl.java47 private static Debug debug = RemoteServicesImpl.getDebug();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DRemoteServicesImpl.java88 protected static Debug getDebug() { method in class:RemoteServicesImpl
106 getDebug().message("RemoteServicesImpl.getInstance(): "
170 if (getDebug().messageEnabled()) {
171 getDebug().message(
177 if (getDebug().messageEnabled()) {
178 getDebug().message(
184 getDebug().error(
189 if (getDebug().messageEnabled()) {
190 getDebug().message(
241 if (getDebug()
[all...]
H A DCachedRemoteServicesImpl.java92 if (getDebug().messageEnabled()) {
93 getDebug().message( "CachedRemoteServicesImpl."
98 getDebug().warning("CachedRemoteServicesImpl.initializeParams() "
108 getDebug());
126 getDebug().message("CachedRemoteServicesImpl.getInstance(): "
144 * Prints the contents of the cache. For getDebug() purpose only
268 if (getDebug().messageEnabled()) {
269 getDebug().message("CachedRemoteServicesImpl.dirtyCache(): "
354 if (getDebug().messageEnabled()) {
355 getDebug()
[all...]
H A DDCTreeServicesImpl.java47 private static Debug debug = RemoteServicesImpl.getDebug();
H A DRemoteServicesFactory.java47 private static Debug debug = RemoteServicesImpl.getDebug();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DModule.java175 return getDebug().messageEnabled();
182 getDebug().message(msg);
189 getDebug().message(msg, th);
196 return getDebug().warningEnabled();
203 getDebug().warning(msg);
210 getDebug().warning(msg, th);
217 getDebug().error(msg);
224 getDebug().error(msg, th);
242 Debug getDebug() { method in class:Module
289 if(getDebug()
[all...]
H A DClientSDKAppSSOProvider.java74 if (getDebug().messageEnabled()) {
75 getDebug().message("ClientSDKAppSSOProvider.getAppSSOToken:" +
79 getDebug().error("ClientSDKAppSSOProvider.getAppSSOToken: Unable" +
90 private Debug getDebug() { method in class:ClientSDKAppSSOProvider
H A DAgentConfiguration.java1184 getDebug());
1226 getDebug().message(msg);
1230 getDebug().message(msg, th);
1234 getDebug().warning(msg);
1238 getDebug().warning(msg, th);
1242 getDebug().error(msg);
1246 getDebug().error(msg, th);
1250 return getDebug().warningEnabled();
1254 return getDebug().messageEnabled();
1492 private static Debug getDebug() { method in class:AgentConfiguration
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DResourceReader.java57 if (getDebug().messageEnabled()) {
58 getDebug().message("ResourceReader.getTextFromFile:"
65 if (getDebug().warningEnabled()) {
66 getDebug().warning(
81 if (getDebug().warningEnabled()) {
82 getDebug().warning(
100 getDebug().error(
124 if (getDebug().messageEnabled()) {
125 getDebug().message(
139 getDebug()
152 private Debug getDebug() { method in class:ResourceReader
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationUtil.java82 private static Debug getDebug() { method in class:SystemConfigurationUtil
149 getDebug().error("SystemConfigurationUtil.getServiceURL:", cex);
229 getDebug().error("SystemConfigurationUtil.getServiceURL:", cex);
441 if (getDebug().messageEnabled()) {
442 getDebug().message("SystemConfigUtil.storeServerAndSiteList: " +
446 getDebug().error("SystemConfigurationUtil.storeServerAndSiteList: " +
470 if (getDebug().messageEnabled()) {
471 getDebug().message("SystemConfigUtil.storeServerAndSiteList: " +
475 getDebug().error("SystemConfigurationUtil.storeServerAndSiteList: " +
506 if (getDebug()
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/common/
H A DSystemConfigurationUtil.java82 private static Debug getDebug() { method in class:SystemConfigurationUtil
149 getDebug().error("SystemConfigurationUtil.getServiceURL:", cex);
229 getDebug().error("SystemConfigurationUtil.getServiceURL:", cex);
441 if (getDebug().messageEnabled()) {
442 getDebug().message("SystemConfigUtil.storeServerAndSiteList: " +
446 getDebug().error("SystemConfigurationUtil.storeServerAndSiteList: " +
470 if (getDebug().messageEnabled()) {
471 getDebug().message("SystemConfigUtil.storeServerAndSiteList: " +
475 getDebug().error("SystemConfigurationUtil.storeServerAndSiteList: " +
506 if (getDebug()
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlock.java101 public Debug getDebug() { method in class:CacheBlock
H A DCacheBlockBase.java129 public abstract Debug getDebug(); method in class:CacheBlockBase
246 if (getDebug().messageEnabled()) {
247 getDebug().message(
316 if (getDebug().messageEnabled()) {
317 getDebug().message("CacheBlockBase.getAttributes(): accessibleAttrs:" + accessibleAttrs
325 if (getDebug().messageEnabled()) {
326 getDebug().message("CacheBlockBase.getAttributes(): accessibleAttrs:" + accessibleAttrs
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DConsoleServletBase.java105 getDebug().error("ConsoleServletBase.onBeforeRequest, " +
155 getDebug().error("ConsoleServletBase.validateSSOToken " +
169 if (getDebug().messageEnabled()) {
170 getDebug().message("ConsoleServletBase.browserRedirect " +
248 getDebug().error("ConsoleServletBase.onUncaughtException", e);
281 getDebug().message(
460 private static Debug getDebug() { method in class:ConsoleServletBase
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DConsoleServletBase.java102 getDebug().error("ConsoleServletBase.onBeforeRequest, " +
152 getDebug().error("ConsoleServletBase.validateSSOToken " +
166 if (getDebug().messageEnabled()) {
167 getDebug().message("ConsoleServletBase.browserRedirect " +
245 getDebug().error("ConsoleServletBase.onUncaughtException", e);
278 getDebug().message(
456 private static Debug getDebug() { method in class:ConsoleServletBase
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DCacheBlock.java125 public Debug getDebug() { method in class:CacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java143 public Debug getDebug() { method in class:IdCacheBlock
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdCacheBlock.java116 public Debug getDebug() { method in class:IdCacheBlock
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java84 protected static Debug getDebug() { method in class:EventManager
H A DACIEventListener.java60 private Debug debug = EventManager.getDebug();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DEventManager.java84 protected static Debug getDebug() { method in class:EventManager

Completed in 121 milliseconds

123