Searched defs:DEBUG (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/forgerock/web-agents-v4/
H A DMakefile.macos.mk17 DEBUG := true macro
28 ifdef DEBUG
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DPolicyConstants.java29 public static final Debug DEBUG = Debug.getInstance("Entitlement"); field in class:PolicyConstants
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/
H A DPolicyConstants.java29 public static final Debug DEBUG = Debug.getInstance("Entitlement"); field in class:PolicyConstants
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeDirectoryUtils.java40 private static final Debug DEBUG = Debug.getInstance("amUpgrade"); field in class:UpgradeDirectoryUtils
68 if (DEBUG.messageEnabled()) {
69 DEBUG.message("Created directory: " + dirName);
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java35 private static final Debug DEBUG = Debug.getInstance("amSDK"); field in class:JCECipherProvider
78 DEBUG.error("JCECipherProvider: Algorithm doesn't exist: " + transformation, ex);
80 DEBUG.error("JCECipherProvider: Padding doesn't exist: " + transformation, ex);
H A DMapHelper.java35 private static final Debug DEBUG = Debug.getInstance("workflow"); field in class:MapHelper
56 DEBUG.warning("Could not locate properties file " + fileName);
H A DPerThreadCache.java37 private static final Debug DEBUG = Debug.getInstance("amUtil"); field in class:PerThreadCache
52 if (remove && DEBUG.warningEnabled()) {
55 DEBUG.warning("Cache size limit [" + maxSize + "] exceeded: evicting eldest entry: " + name);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/guice/
H A DCloseableHttpClientProvider.java40 public static final Debug DEBUG = Debug.getInstance("amUtil"); field in class:CloseableHttpClientProvider
71 DEBUG.message("Unable to close the HttpClientHandler", e);
79 DEBUG.message("Unable to create HttpClientHandler", e);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJCECipherProvider.java35 private static final Debug DEBUG = Debug.getInstance("amSDK"); field in class:JCECipherProvider
78 DEBUG.error("JCECipherProvider: Algorithm doesn't exist: " + transformation, ex);
80 DEBUG.error("JCECipherProvider: Padding doesn't exist: " + transformation, ex);
H A DMapHelper.java35 private static final Debug DEBUG = Debug.getInstance("workflow"); field in class:MapHelper
56 DEBUG.warning("Could not locate properties file " + fileName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DDNUtils.java43 private static final Debug DEBUG = Debug.getInstance("DNUtils"); field in class:DNUtils
97 DEBUG.error("DNUtils.isDN: Invalid DN {}", dn, e);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/servlet/
H A DMexRequest.java55 private static final Debug DEBUG = Debug.getInstance("libWSFederation"); field in class:MexRequest
76 DEBUG.error("Unable to get IDP meta alias from request.");
85 DEBUG.error("Unable to get IDP Entity ID from metaAlias");
91 DEBUG.error("Cannot find configuration for IdP " + idpEntityId);
99 DEBUG.warning("Active Requestor Profile is not enabled for the hosted IdP {}", idpEntityId);
118 if (DEBUG.messageEnabled()) {
121 DEBUG.message("SOAP message received: " + new String(baos.toByteArray(), Charset.forName("UTF-8")));
130 DEBUG.error("An error occurred while processing the SOAP request.", se);
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletRouter.java30 private final static Debug DEBUG = Debug.getInstance("frRest"); field in class:RestletRouter
46 DEBUG.message(String.format("Route for '%s' not found", request.getResourceRef().getPath()));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesProviderImpl.java50 private static final Debug DEBUG = Debug.getInstance("amIdmClient"); field in class:IdRemoteServicesProviderImpl
82 if (DEBUG.messageEnabled()) {
83 DEBUG.message("IdRemoteServicesProviderImpl.static{} - "
89 if (DEBUG.messageEnabled()) {
90 DEBUG.message("IdRemoteServicesProviderImpl.static{} - "
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/blacklist/
H A DNoOpSessionBlacklist.java33 private static final Debug DEBUG = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:NoOpSessionBlacklist
47 DEBUG.message("NoOpSessionBlacklist: Ignoring session blacklist listener {} - blacklisting disabled", listener);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/whitelist/
H A DValidWReplyExtractor.java38 private static final Debug DEBUG = WSFederationUtils.debug; field in class:ValidWReplyExtractor
54 DEBUG.warning("ValidWReplyExtractor.getValidDomains: Entity config is null for entityInfo: "
61 DEBUG.warning("ValidWReplyExtractor.getValidDomains: Cannot find extended attributes");
70 DEBUG.warning("Unable to retrieve extended configuration", sme);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/
H A DValidRelayStateExtractor.java34 private static final Debug DEBUG = Debug.getInstance("libSAML2"); field in class:ValidRelayStateExtractor
51 DEBUG.warning("ValidRelayStateExtractor.getValidDomains: Entity config is null for entityInfo: "
57 DEBUG.warning("ValidRelayStateExtractor.getValidDomains: Cannot find extended attributes");
66 DEBUG.warning("Unable to retrieve extended configuration", sme);
/forgerock/openam-v13/openam-ldap-utils/src/main/java/org/forgerock/openam/ldap/
H A DLdifUtils.java62 private static final Debug DEBUG = Debug.getInstance("amUtil"); field in class:LdifUtils
117 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}",
122 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not add to schema: {}", change, e);
135 DEBUG.warning("LDAPUtils.createSchemaFromLDIF - Could not modify schema: {}", change, e);
147 DEBUG.message("Delete request ignored: {}", changeRecord);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/http/
H A DGroovyHttpClient.java43 private static final Debug DEBUG = Debug.getInstance("amScript"); field in class:GroovyHttpClient
60 DEBUG.warning("'get' has been deprecated. Use 'send' instead");
73 DEBUG.warning("'post' has been deprecated. Use 'send' instead");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/whitelist/
H A DURLPatternMatcher.java43 private static final Debug DEBUG = Debug.getInstance("patternMatching"); field in class:URLPatternMatcher
78 if (DEBUG.messageEnabled()) {
79 DEBUG.message("URLPatternMatcher.match(" + requestedURL + "): matching by pattern: " + pattern);
85 if (DEBUG.messageEnabled()) {
86 DEBUG.message("URLPatternMatcher.match(" + requestedURL + "): matched by pattern: " + pattern
110 if (DEBUG.warningEnabled()) {
111 DEBUG.warning("URLPatternMatcher.convertToURL()- pattern:" + pattern + " requestedURL:" + requestedURL
/forgerock/openam-v13/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/events/handlers/
H A DCsvAuditEventHandlerFactory.java49 private static final Debug DEBUG = Debug.getInstance("amAudit"); field in class:CsvAuditEventHandlerFactory
75 long maxFileSize = getLongMapAttr(attributes, "rotationMaxFileSize", 100000000L, DEBUG);
108 int maxNumberOfHistoryFiles = getIntMapAttr(attributes, "retentionMaxNumberOfHistoryFiles", 1, DEBUG);
110 long maxDiskSpaceToUse = getLongMapAttr(attributes, "retentionMaxDiskSpaceToUse", -1L, DEBUG);
112 long minFreeSpaceRequired = getLongMapAttr(attributes, "retentionMinFreeSpaceRequired", -1L, DEBUG);
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/extractors/
H A DFormExtractor.java50 private static final Debug DEBUG = Debug.getInstance("amAuthDevicePrint"); field in class:FormExtractor
61 DEBUG.warning("HTTP form doesn't have " + DEVICE_PRINT_INFO + " attribute. No data extracted from form.");
64 if (DEBUG.messageEnabled()) {
65 DEBUG.message("Extracted device print info: " + devicePrintInfo);
73 DEBUG.error("Error while parsing json", e);
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintDao.java41 private static final Debug DEBUG = Debug.getInstance(DEBUG_NAME); field in class:DevicePrintDao
88 DEBUG.message("Profiles stored");
90 DEBUG.error("Could not store profiles. " + e);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/entitlement/
H A DXACMLUtils.java31 private static final Debug DEBUG = Debug.getInstance("amCLI"); field in class:XACMLUtils
43 DEBUG.error("XACMLUtils.hasPermission", de);
46 DEBUG.error("XACMLUtils.hasPermission", ssoe);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthCallbackHandlerFactory.java57 private static final Debug DEBUG = Debug.getInstance("amAuthREST"); field in class:RestAuthCallbackHandlerFactory
115 DEBUG.error(MessageFormat.format("Unsupported Callback, {0}", callbackClass.getSimpleName()));

Completed in 108 milliseconds

1234567891011>>