Searched defs:debug (Results 26 - 50 of 1546) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerWSSAgentsImpl.java34 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsImpl
59 if (debug == null) {
60 debug = Debug.getInstance("amMonitoring");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicySSOTokenListener.java39 import com.sun.identity.shared.debug.Debug;
55 private static Debug debug = PolicyManager.debug; field in class:PolicySSOTokenListener
78 debug.error("PolicySSOTokenListener: "
101 if (debug.messageEnabled()) {
102 debug.message("cleaned up the "
116 if (debug.messageEnabled()) {
117 debug.message("PolicySSOTokenListener.ssoTokenChanged():"
124 if (debug.messageEnabled()) {
125 debug
[all...]
H A DResourceComparatorValidator.java37 import com.sun.identity.shared.debug.Debug;
49 // dereference debug object from Policy Manager so that Policy Manager
51 private static final Debug debug = Debug.getInstance("amPolicy"); field in class:ResourceComparatorValidator
91 debug.error("ResourceComparatorValidator."
96 debug.error("ResourceComparatorValidator."
100 if (debug.messageEnabled()) {
101 debug.message("ResourceComparatorValidator."+
117 debug.error("ResourceComparatorValidator.validate()"
125 if (debug.messageEnabled()) {
126 debug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/protocol/https/
H A DHandler.java31 import com.sun.identity.shared.debug.Debug;
38 static private Debug debug = Debug.getInstance("amJSSE"); field in class:Handler
66 if (debug.messageEnabled()) {
67 debug.message("certAlias --> " + alias);
H A DHttps.java39 import com.sun.identity.shared.debug.Debug;
44 private static Debug debug = Debug.getInstance("amJSSE"); field in class:Https
52 debug.error("Exception in Https static initializer " + e.getMessage(), e);
67 if (debug.messageEnabled()) {
68 debug.message("Https.init: AMX509KeyManager was null when trying to set alias: " + alias);
72 if (debug.messageEnabled()) {
73 debug.message("Https.init: Alias was null or empty");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/security/
H A DServerInstanceAction.java34 import com.sun.identity.shared.debug.Debug;
66 protected Debug debug = Debug.getInstance("amSDK"); field in class:ServerInstanceAction
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderImpl.java35 import com.sun.identity.shared.debug.Debug;
53 private static Debug debug = SMSEntry.debug; field in class:AuthenticationServiceNameProviderImpl
107 debug.error("AuthenticationServiceNameProviderImpl error", ex);
109 debug.error("AuthenticationServiceNameProviderImpl error", ex);
H A DGetBackendDataStore.java36 import com.sun.identity.shared.debug.Debug;
45 private static Debug debug = Debug.getInstance("amSMS"); field in class:GetBackendDataStore
57 if (debug.messageEnabled()) {
58 debug.message("GetBackendDataStore.getDataStore: datastore=" +
H A DSMSPropertiesObserver.java37 import com.sun.identity.shared.debug.Debug;
51 private static Debug debug = Debug.getInstance("amSMS"); field in class:SMSPropertiesObserver
62 if (debug.messageEnabled()) {
63 debug.message("SMSPropertiesObserver:getInstance Instantiated" +
71 if (debug.messageEnabled()) {
72 debug.message("SMSPropertiesObserver:notifyChanges Received " +
83 if (debug.errorEnabled()) {
84 debug.error("SMSPropertiesObserver :: Unable to restart PSearches after SystemProperties change.", e);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/errors/
H A DExceptionMappingHandler.java32 * Converts an exception into an appropriate resource exception, with debug logging.
35 * @param debug a debug message to store.
40 R handleError(Context context, String debug, Request request, E error); argument
43 * Converts an exception into an appropriate resource exception, with debug logging.
45 * @param debug a debug message to store.
50 R handleError(String debug, Request request, E error); argument
H A DIdentityServicesExceptionMappingHandler.java30 public IdServicesException handleError(Context context, String debug, Request request, IdRepoException error) { argument
35 public IdServicesException handleError(String debug, Request request, IdRepoException error) { argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DSMSConfigurationFactory.java20 import com.sun.identity.shared.debug.Debug;
32 private final Debug debug; field in class:SMSConfigurationFactory
37 @Named(SessionConstants.SESSION_DEBUG) Debug debug) {
39 this.debug = debug;
61 debug.message("No Server Configuration found for " + group);
63 debug.message("Server Configuration missing " + type.toString() + " credentials for Group " + group);
36 SMSConfigurationFactory(ServerConfigurationFactory parser, @Named(SessionConstants.SESSION_DEBUG) Debug debug) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/interaction/
H A DJAXBObjectFactory.java31 import com.sun.identity.shared.debug.Debug;
43 private static Debug debug = Debug.getInstance("libIDWSF"); field in class:JAXBObjectFactory
53 if (debug.messageEnabled()) {
54 debug.message("JAXBObjectFactory.getObjectFactory():"
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSUtils.java31 import com.sun.identity.shared.debug.Debug;
39 public static Debug debug = Debug.getInstance("libIDWSF"); field in class:PAOSUtils
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/log/
H A DLogManager.java32 import com.sun.identity.shared.debug.Debug;
45 public static final Debug debug = Debug.getInstance("libPlugins"); field in class:LogManager
68 debug.error("Error creating class instance : ", e);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaServiceListener.java32 import com.sun.identity.shared.debug.Debug;
46 private static Debug debug = SAML2MetaUtils.debug; field in class:SAML2MetaServiceListener
58 if (debug.messageEnabled()) {
59 debug.message("SAML2MetaServiceListener.configChanged: config=" +
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/meta/
H A DWSFederationMetaServiceListener.java32 import com.sun.identity.shared.debug.Debug;
45 private static Debug debug = WSFederationMetaUtils.debug; field in class:WSFederationMetaServiceListener
57 if (debug.messageEnabled()) {
58 debug.message("WSFederationMetaServiceListener.configChanged: "
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DMetadataRequest.java32 import com.sun.identity.shared.debug.Debug;
50 private static Debug debug = WSFederationUtils.debug; field in class:MetadataRequest
H A DWSFederationActionFactory.java38 import com.sun.identity.shared.debug.Debug;
47 private static Debug debug = WSFederationUtils.debug; field in class:WSFederationActionFactory
69 if (wa!=null && debug.messageEnabled()) {
70 debug.message(classMethod + WSFederationConstants.WA + "="+wa);
74 if (wresult!=null && debug.messageEnabled()) {
75 debug.message(classMethod + WSFederationConstants.WRESULT + "=" +
80 if (whr!=null && debug.messageEnabled()) {
81 debug.message(classMethod + WSFederationConstants.WHR + "="+whr);
85 if (wtrealm!=null && debug
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DEncryptionUtils.java31 import com.sun.identity.shared.debug.Debug;
37 public static Debug debug = Debug.getInstance("libEncryption"); field in class:EncryptionUtils
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/forgerockrest/utils/
H A DSpecialUserIdentityImpl.java22 import com.sun.identity.shared.debug.Debug;
31 private final Debug debug; field in class:SpecialUserIdentityImpl
34 SpecialUserIdentityImpl(@Named("frRest") Debug debug) { argument
35 this.debug = debug;
43 if (debug.messageEnabled()) {
44 debug.message("SpecialUserIdentityImpl :: Unable to authorize as Special user using SSO Token.", e);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/protocol/
H A DAMURLStreamHandlerFactory.java36 import com.sun.identity.shared.debug.Debug;
44 static private Debug debug = Debug.getInstance("amComm"); field in class:AMURLStreamHandlerFactory
52 if (debug.messageEnabled()) {
53 debug.message("Configured Protocol Handler : " +
74 debug.error(method +
77 debug.error(method +
80 debug.error(method +
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DIDebugProvider.java33 package com.sun.identity.shared.debug;
48 * @param debugName name of the debug instance which will be returned.
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/
H A DDebugFileProvider.java16 package com.sun.identity.shared.debug.file;
20 * Provide the debug file instance associated with a debug name
21 * It maintains the integrity constraint than a log file is controlled by only one debug file instance
28 * @param debugName name of the debug instance which will be returned.
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DInvalidDebugConfigurationException.java16 package com.sun.identity.shared.debug.file.impl;

Completed in 128 milliseconds

1234567891011>>