Searched defs:debug (Results 151 - 175 of 1546) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSsoServerSAML1CacheEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
41 private static Debug debug = null; field in class:SsoServerSAML1CacheEntryImpl
54 if (debug == null) {
55 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
86 debug.error(classModule + objname, ex);
H A DSsoServerSAML1EndPointEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerSAML1EndPointEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
86 debug.error(classModule + objname, ex);
H A DSsoServerSAML1TrustPrtnrsEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerSAML1TrustPrtnrsEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
90 debug.error(classModule + objname, ex);
H A DSsoServerSAML2SPEntryImpl.java34 import com.sun.identity.shared.debug.Debug;
43 private static Debug debug = null; field in class:SsoServerSAML2SPEntryImpl
56 if (debug == null) {
57 debug = Debug.getInstance("amMonitoring");
69 if (debug.messageEnabled()) {
70 debug.message(classModule +
90 debug.error(classModule + objname, ex);
H A DSsoServerServerEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
40 private static Debug debug = null; field in class:SsoServerServerEntryImpl
53 if (debug == null) {
54 debug = Debug.getInstance("amMonitoring");
65 if (debug.messageEnabled()) {
66 debug.message(classModule +
84 debug.error(classModule + objname, ex);
H A DSsoServerSessSvcImpl.java32 import com.sun.identity.shared.debug.Debug;
43 private static Debug debug = null; field in class:SsoServerSessSvcImpl
59 if (debug == null) {
60 debug = Debug.getInstance("amMonitoring");
68 if (debug.messageEnabled()) {
69 debug.message("SsoServerSessSvcImpl.incSessionActiveCount");
81 if (debug.messageEnabled()) {
82 debug.message("SsoServerSessSvcImpl.decSessionActiveCount");
H A DSsoServerSiteMapEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerSiteMapEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
68 if (debug.messageEnabled()) {
69 debug.message(classModule +
86 debug.error(classModule + "invalid URL: " +
106 debug.error(classModule + objname, ex);
H A DSsoServerSitesEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
40 private static Debug debug = null; field in class:SsoServerSitesEntryImpl
53 if (debug == null) {
54 debug = Debug.getInstance("amMonitoring");
64 if (debug.messageEnabled()) {
65 debug.message(classModule +
83 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsDSCAgentEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsDSCAgentEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
90 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsDSCAgtGrpEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsDSCAgtGrpEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsSTSAgentEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsSTSAgentEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsSTSAgtGrpEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsSTSAgtGrpEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsWSCAgentEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsWSCAgentEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsWSCAgtGrpEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsWSCAgtGrpEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsWSPAgentEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsWSPAgentEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
H A DSsoServerWSSAgentsWSPAgtGrpEntryImpl.java31 import com.sun.identity.shared.debug.Debug;
42 private static Debug debug = null; field in class:SsoServerWSSAgentsWSPAgtGrpEntryImpl
55 if (debug == null) {
56 debug = Debug.getInstance("amMonitoring");
67 if (debug.messageEnabled()) {
68 debug.message(classModule +
91 debug.error(classModule + objname, ex);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyEvaluatorFactory.java32 import com.sun.identity.shared.debug.Debug;
47 static Debug debug = Debug.getInstance("amRemotePolicy"); field in class:PolicyEvaluatorFactory
56 if (debug.messageEnabled()) {
57 debug.message("PolicyEvaluatorFactory():"
112 if (debug.warningEnabled()) {
113 debug.warning("PolicyEvaluatorFactory.getPolicyEvaluator():"
126 if (debug.messageEnabled()) {
127 debug.message("PolicyEvaluatorFactory.getPolicyEvaluator():"
135 if (debug.messageEnabled()) {
136 debug
[all...]
H A DPolicyNotificationHandler.java33 import com.sun.identity.shared.debug.Debug;
52 static Debug debug = PolicyEvaluator.debug; field in class:PolicyNotificationHandler
81 if (debug.messageEnabled()) {
82 debug.message("PolicyNotificationHandler."
97 debug.error("PolicyNotificationHandler."
116 debug.error("PolicyNotificationHandler.processPolicyNotification():"
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/jaas/
H A DISPermissionCollection.java31 import com.sun.identity.shared.debug.Debug;
74 static Debug debug = Debug.getInstance("amPolicy"); field in class:ISPermissionCollection
101 debug.message("ISPermissionCollection::add(perm) called");
102 if (debug.messageEnabled()) {
103 debug.message("ISPermissionCollection::perm:"+perm.toString());
117 debug.message("ISPermissionCollection::calling elements....");
118 if (debug.messageEnabled()) {
120 debug.message("ISPC::perms::"+e.nextElement().toString());
141 debug.message("calling implies in ISPermissionCollection....");
142 if (debug
[all...]
H A DISPolicy.java32 import com.sun.identity.shared.debug.Debug;
81 static Debug debug = Debug.getInstance("amPolicy"); field in class:ISPolicy
93 debug.message("ISPolicy:: ISPolicy() called");
119 debug.message("ISPolicy:: Calling getPermissions");
120 if (debug.messageEnabled()) {
121 debug.message("ISPolicy:: protectionDomain="
130 if (debug.messageEnabled()) {
131 debug.message("ISPolicy:getPermissions::pc.elements()");
133 debug.message(e.nextElement().toString()+"\n");
159 debug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAllowedAgents.java49 import com.sun.identity.shared.debug.Debug;
64 Debug debug = Debug.getInstance("AuthAgents"); field in class:AllowedAgents
121 if (debug.warningEnabled()) {
122 debug.warning("AllowedAgents.getChoiceValues(): SSOException:"
126 if (debug.warningEnabled()) {
127 debug.warning("AllowedAgents.getChoiceValues(): SMSException:"
139 if (debug.messageEnabled()) {
140 debug.message("AllowedAgents.getOrgConfig() called. ");
150 if (debug.warningEnabled()) {
151 debug
[all...]
H A DPeerOrgReferral.java41 import com.sun.identity.shared.debug.Debug;
51 private static Debug debug field in class:PeerOrgReferral
93 if (debug.messageEnabled()) {
94 debug.message("PeerOrgReferral.getValidValues():entering");
100 debug.error("PeerOrgReferral.getValidValues(): "
110 if (debug.messageEnabled()) {
111 debug.message("PeerOrgReferral.getValidValues():fullOrgName="
137 if (debug.messageEnabled()) {
138 debug.message("PeerOrgReferral.getValidValues():returning="
142 debug
[all...]
H A DSubOrgReferral.java41 import com.sun.identity.shared.debug.Debug;
51 private static Debug debug field in class:SubOrgReferral
119 if (debug.messageEnabled()) {
120 debug.message("SubOrgReferral.getValidValues():subOrgNames="
H A DSubjectReferentialIntegrityPlugin.java51 import com.sun.identity.shared.debug.Debug;
65 static Debug debug = Debug.getInstance(PolicyManager.POLICY_DEBUG_NAME); field in class:SubjectReferentialIntegrityPlugin
79 if (debug.messageEnabled()) {
80 debug.message("ReferentialIntegrityPlugin.postProcessDelete()");
102 if (debug.messageEnabled()) {
103 debug.message("Searching for all policies from root DN: "
134 if (debug.messageEnabled()) {
135 debug.message("Visiting suborg: " + subOrg);
144 if (debug.messageEnabled()) {
145 debug
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSThreadPool.java32 import com.sun.identity.shared.debug.Debug;
52 private static Debug debug = Debug.getInstance("amSMS"); field in class:SMSThreadPool
86 if (debug.messageEnabled()) {
87 debug.message("SMSThreadPool: poolSize=" + poolSize);
93 poolSize, DEFAULT_TRESHOLD, false, debug);
106 poolSize, DEFAULT_TRESHOLD, false, debug);
137 debug.error("SMSThreadPool: unable to schedule task" + e);

Completed in 75 milliseconds

1234567891011>>