Searched refs:LOGGER (Results 1 - 25 of 70) sorted by relevance

123

/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java35 private static final Logger LOGGER = LoggerFactory.getLogger(ScriptConstants.LOGGER_NAME); field in class:ScriptedIdentity
56 LOGGER.warn("Exception trying to get attribute", e);
58 LOGGER.warn("SSO Exception", e);
77 LOGGER.warn("Exception trying to set attribute", e);
79 LOGGER.warn("SSO Exception", e);
88 LOGGER.warn("Attribute '" + attributeName + "' doesn't currently exist. Creating new attribute..");
90 LOGGER.warn("SSO Exception", e);
108 LOGGER.warn("Exception persisting attribute", e);
110 LOGGER.warn("Exception persisting attribute", e);
H A DScriptedSession.java31 private static final Logger LOGGER = LoggerFactory.getLogger(ScriptConstants.LOGGER_NAME); field in class:ScriptedSession
51 if (LOGGER.isWarnEnabled()) {
52 LOGGER.warn("Unable to access session property " + name, ssoE);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/api/
H A DScriptedIdentity.java35 private static final Logger LOGGER = LoggerFactory.getLogger(ScriptConstants.LOGGER_NAME); field in class:ScriptedIdentity
56 LOGGER.warn("Exception trying to get attribute", e);
58 LOGGER.warn("SSO Exception", e);
77 LOGGER.warn("Exception trying to set attribute", e);
79 LOGGER.warn("SSO Exception", e);
88 LOGGER.warn("Attribute '" + attributeName + "' doesn't currently exist. Creating new attribute..");
90 LOGGER.warn("SSO Exception", e);
108 LOGGER.warn("Exception persisting attribute", e);
110 LOGGER.warn("Exception persisting attribute", e);
H A DScriptedSession.java31 private static final Logger LOGGER = LoggerFactory.getLogger(ScriptConstants.LOGGER_NAME); field in class:ScriptedSession
51 if (LOGGER.isWarnEnabled()) {
52 LOGGER.warn("Unable to access session property " + name, ssoE);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DValidateActionHandler.java43 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:ValidateActionHandler
85 if (LOGGER.errorEnabled()) {
86 LOGGER.error("SessionResource.validateSession() :: Unable to validate token " + tokenId, e);
108 if (LOGGER.messageEnabled()) {
109 LOGGER.message("SessionResource.validateSession() :: Session validation for token, " +
115 if (LOGGER.messageEnabled()) {
116 LOGGER.message("SessionResource.validateSession() :: Session validation for token, " +
123 if (LOGGER.errorEnabled()) {
124 LOGGER.error("SessionResource.validateSession() :: Session validation for token, " +
129 if (LOGGER
[all...]
H A DLogoutActionHandler.java52 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:LogoutActionHandler
114 if (LOGGER.errorEnabled()) {
115 LOGGER.error("SessionResource.actionInstance :: Error performing logout for token "
133 if (LOGGER.messageEnabled()) {
134 LOGGER.message("SessionResource.logout() :: Null Token Id.");
142 if (LOGGER.messageEnabled()) {
143 LOGGER.message("SessionResource.logout() :: Token ID, " + tokenId + ", already expired.");
150 if (LOGGER.warningEnabled()) {
151 LOGGER.warning("No AdviceContext in Context, and thus no headers can be set in the HttpServletResponse.");
169 if (LOGGER
[all...]
H A DUpdateSessionPropertiesActionHandler.java49 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:UpdateSessionPropertiesActionHandler
80 LOGGER.message("Unable to set session property due to unreadable SSOToken", e);
83 LOGGER.message("Unable to read session property due to delegation match internal error", e);
109 LOGGER.warning("User {} requested with an empty values.", caller.getPrincipal());
113 LOGGER.warning("User {} requested with no property value pairs", caller.getPrincipal());
120 LOGGER.warning("User {} requested property/ies {} to set on {} which was not whitelisted.",
H A DGetSessionPropertiesActionHandler.java41 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:GetSessionPropertiesActionHandler
60 LOGGER.message("Unable to read session property due to unreadable SSOToken", e);
H A DDeletePropertyActionHandler.java55 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:DeletePropertyActionHandler
95 LOGGER.message("User {} requested property/ies {} on {} to delete which was not whitelisted.",
101 LOGGER.message("Unable to delete session property due to unreadable SSOToken", e);
104 LOGGER.message("Unable to read session property due to delegation match internal error", e);
H A DGetPropertyActionHandler.java55 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:GetPropertyActionHandler
94 LOGGER.warning("User {} requested property {} on {} to get which was not whitelisted or "
103 LOGGER.message("Unable to read session property due to unreadable SSOToken", e);
105 LOGGER.message("Unable to read session property due to delegation match internal error", e);
H A DSetPropertyActionHandler.java52 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SetPropertyActionHandler
90 LOGGER.warning("User {} requested property/ies {} to set on {} which was not whitelisted.",
95 LOGGER.message("Unable to set session property due to unreadable SSOToken", e);
98 LOGGER.message("Unable to read session property due to delegation match internal error", e);
H A DGetPropertyNamesActionHandler.java46 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:GetPropertyNamesActionHandler
68 LOGGER.message("Unable to read all whitelisted session properties.", e);
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/logs/
H A DInstallLog.java37 LOGGER.log(message);
42 public static final Audit LOGGER = Audit.getInstance(LOG_FILENAME); field in class:InstallLog
H A DUninstallLog.java37 LOGGER.log(message);
42 public static final Audit LOGGER = Audit.getInstance(LOG_FILENAME); field in class:UninstallLog
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/logs/
H A DInstallLog.java37 LOGGER.log(message);
42 public static final Audit LOGGER = Audit.getInstance(LOG_FILENAME); field in class:InstallLog
H A DUninstallLog.java37 LOGGER.log(message);
42 public static final Audit LOGGER = Audit.getInstance(LOG_FILENAME); field in class:UninstallLog
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/sandbox/
H A DRhinoSandboxClassShutter.java35 private static final Logger LOGGER = LoggerFactory.getLogger(RhinoSandboxClassShutter.class); field in class:RhinoSandboxClassShutter
66 LOGGER.debug("Checking access to class '{}'", fullClassName);
72 LOGGER.error("Access denied by SecurityManager for class '{}'", fullClassName);
86 LOGGER.warn("Classname failed to match whitelist: '{}'", fullClassName);
92 LOGGER.error("Access to class '{}' denied by blacklist pattern: {}", fullClassName, pattern.pattern());
97 LOGGER.debug("Access allowed for class '{}'", fullClassName);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/sandbox/
H A DRhinoSandboxClassShutter.java35 private static final Logger LOGGER = LoggerFactory.getLogger(RhinoSandboxClassShutter.class); field in class:RhinoSandboxClassShutter
66 LOGGER.debug("Checking access to class '{}'", fullClassName);
72 LOGGER.error("Access denied by SecurityManager for class '{}'", fullClassName);
86 LOGGER.warn("Classname failed to match whitelist: '{}'", fullClassName);
92 LOGGER.error("Access to class '{}' denied by blacklist pattern: {}", fullClassName, pattern.pattern());
97 LOGGER.debug("Access allowed for class '{}'", fullClassName);
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java44 private static final Logger LOGGER = LoggerFactory.getLogger(ThreadPoolScriptEvaluator.class); field in class:ThreadPoolScriptEvaluator
97 LOGGER.error("Script terminated with exception", ex);
100 LOGGER.warn("Script timed out");
105 LOGGER.debug("Interrupted while waiting for script result");
141 LOGGER.warn("Unable to reconfigure script evaluation thread pool - pool is not reconfigurable");
164 if (LOGGER.isDebugEnabled()) {
165 LOGGER.debug("Reconfiguring script evaluation thread pool. " +
181 LOGGER.error("Attempt to configure script evaluation thread pool with invalid parameters", ex);
H A DStandardScriptEvaluator.java47 private static final Logger LOGGER = LoggerFactory.getLogger(StandardScriptEvaluator.class); field in class:StandardScriptEvaluator
86 if (LOGGER.isDebugEnabled()) {
87 LOGGER.debug("Evaluating script: " + script);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DThreadPoolScriptEvaluator.java44 private static final Logger LOGGER = LoggerFactory.getLogger(ThreadPoolScriptEvaluator.class); field in class:ThreadPoolScriptEvaluator
97 LOGGER.error("Script terminated with exception", ex);
100 LOGGER.warn("Script timed out");
105 LOGGER.debug("Interrupted while waiting for script result");
141 LOGGER.warn("Unable to reconfigure script evaluation thread pool - pool is not reconfigurable");
164 if (LOGGER.isDebugEnabled()) {
165 LOGGER.debug("Reconfiguring script evaluation thread pool. " +
181 LOGGER.error("Attempt to configure script evaluation thread pool with invalid parameters", ex);
H A DStandardScriptEvaluator.java47 private static final Logger LOGGER = LoggerFactory.getLogger(StandardScriptEvaluator.class); field in class:StandardScriptEvaluator
86 if (LOGGER.isDebugEnabled()) {
87 LOGGER.debug("Evaluating script: " + script);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResource.java101 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SessionResource
177 LOGGER.error("SessionResource.getAllServerIds() :: WebtopNaming throw irrecoverable error.");
212 LOGGER.message("SessionResource.handleNullSSOToken :: iPlanetDirectoryCookie not set on request", e);
279 if (LOGGER.messageEnabled()) {
280 LOGGER.message("SessionResource.actionInstance :: " + message, e);
354 LOGGER.message("SessionResource.queryCollection() :: Retrieved list of servers for query.");
362 LOGGER.message("SessionResource.queryCollection() :: Retrieved list of sessions for query.");
365 LOGGER.message("SessionResource.queryCollection() :: Retrieved list of specified servers for query.");
401 if (LOGGER.messageEnabled()) {
402 LOGGER
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/
H A DSessionResourceUtil.java46 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SessionResourceUtil
117 LOGGER.error("SessionResource.getAllServerIds() :: WebtopNaming throw irrecoverable error.");
129 if (LOGGER.messageEnabled()) {
130 LOGGER.message("SessionResource.generateNmaedServerSession :: retrieved session list for server, " +
141 if (LOGGER.messageEnabled()) {
142 LOGGER.message("SessionResource.generateNmaedServerSession :: retrieved session list for all servers.");
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/
H A DScriptChoiceValues.java49 protected static final Logger LOGGER = LoggerFactory.getLogger(ScriptConstants.LOGGER_NAME); field in class:ScriptChoiceValues
104 LOGGER.error("Failed to retrieve scripts for " + contextId, e);
119 return new ScriptConfigurationService(LOGGER, admin, realm, new ScriptingDataStoreFactory() {
122 return new ScriptConfigurationDataStore(LOGGER, admin, realm);

Completed in 66 milliseconds

123