| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
| H A D | HttpConnectionFactory.java | 62 private final Debug sessionDebug; field in class:HttpConnectionFactory 69 @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 73 this.sessionDebug = sessionDebug; 131 if (sessionDebug.messageEnabled()) { 132 sessionDebug.message("created cookie value: " + cookie.toString()); 140 sessionDebug.message("Failed contacting " + url, ex); 68 HttpConnectionFactory( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig, SessionCookies sessionCookies) argument
|
| H A D | GetHttpSession.java | 106 private final Debug sessionDebug; field in class:GetHttpSession 114 this.sessionDebug = debug; 122 sessionDebug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG))); 133 sessionDebug.error("GetHttpSession.validateRequest: no Security Cookie in the request"); 142 sessionDebug.error("GetHttpSession.validateRequest: Max time elapsed for the Request"); 148 sessionDebug.error("GetHttpSession.validateRequest: request host :" + serverURL 154 sessionDebug.error("GetHttpSession.validateRequest: Exception while validating the request ", e); 171 if (sessionDebug.messageEnabled()) { 172 sessionDebug.message("GetHttpSession.recover: Old HttpSession is obtained"); 179 sessionDebug [all...] |
| H A D | InternalSessionFactory.java | 70 private final Debug sessionDebug; field in class:InternalSessionFactory 78 @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 84 this.sessionDebug = sessionDebug; 102 sessionDebug.error("Error creating new session", e); 194 sessionDebug.error("Failed to retrieve new session", ex); 77 InternalSessionFactory( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig, HttpConnectionFactory httpConnectionFactory, InternalSessionCache cache) argument
|
| H A D | SessionNotificationSender.java | 71 private final Debug sessionDebug; field in class:SessionNotificationSender 84 final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 90 this.sessionDebug = sessionDebug; 96 serviceConfig.getNotificationThreadPoolThreshold(), true, sessionDebug); 130 sessionDebug.message("Running sendEvent, type = " + eventType); 141 sessionDebug.error("Sending Notification Error: ", e); 186 sessionDebug.error("Local Global notification to " + globalUrl, e); 210 sessionDebug.error("Local Individual notification to " + url, e); 243 sessionDebug 83 SessionNotificationSender( final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, final SessionServiceConfig serviceConfig, final SessionServerConfig serverConfig, final SessionInfoFactory sessionInfoFactory, final ShutdownManager shutdownManager) argument [all...] |
| H A D | SessionLogging.java | 72 private final Debug sessionDebug; field in class:SessionLogging 81 @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 85 this.sessionDebug = sessionDebug; 121 sessionDebug.error("SessionService.logIt(): Cannot write to the session log file: ", ex); 137 sessionDebug.error("SessionService.logSystemMessage(): Cannot write to the session error log file: ", ex); 80 SessionLogging( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServiceConfig serviceConfig, PrivilegedAction<SSOToken> adminTokenAction) argument
|
| H A D | SessionRequestHandler.java | 72 private final Debug sessionDebug; field in class:SessionRequestHandler 91 sessionDebug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG))); 128 sessionDebug.error("SessionRequestHandler encounterd exception", ex); 150 if (sessionDebug.warningEnabled()) { 151 sessionDebug.warning( 169 sessionDebug.error("SessionRequestHandler encounterd exception", ex); 269 if (sessionDebug.warningEnabled()) { 270 sessionDebug.warning( 443 sessionDebug.message("processSessionRequest caught exception: {}", se.getMessage(), se);
|
| H A D | SessionServerConfig.java | 73 private final Debug sessionDebug; field in class:SessionServerConfig 81 public SessionServerConfig(@Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, argument 84 this.sessionDebug = sessionDebug; 103 sessionDebug.error("Failed to load Session Server configuration", ex); 165 sessionDebug.error("Failed to check if local server {0} is part of site", getLocalServerID(), e);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | ClientSdkSessionRequests.java | 47 private final Debug sessionDebug; field in class:ClientSdkSessionRequests 53 this.sessionDebug = debug; 107 sessionDebug.message("Session. processSessionResponseException: exception received from server:{}", 114 sessionDebug.message("Requests.processSessionResponseException: AppTokenInvalid = TRUE"); 116 sessionDebug.message("Requests.processSessionResponseException: Destroying AppToken"); 121 sessionDebug.warning("Requests.processSessionResponseException: server responded with app " + 125 sessionDebug.message("Requests.processSessionResponseException: creating New AppToken TokenID = {}",
|
| H A D | SessionNotificationHandler.java | 51 public static Debug sessionDebug = null; field in class:SessionNotificationHandler 60 sessionDebug = Debug.getInstance("amSession"); 83 sessionDebug.message("SESSION NOTIFICATION : " + info.toXMLString()); 99 sessionDebug.error(
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/ |
| H A D | SessionNotificationPublisher.java | 40 private final Debug sessionDebug; field in class:SessionNotificationPublisher 46 final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 49 this.sessionDebug = sessionDebug; 71 sessionDebug.message("Publishing session notification, type = {}", event.getType().toString()); 45 SessionNotificationPublisher( final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, final NotificationsConfig notificationsConfig, final NotificationBroker broker) argument
|
| H A D | SessionTimeoutHandlerExecutor.java | 61 private final Debug sessionDebug; field in class:SessionTimeoutHandlerExecutor 68 final @Named(SESSION_DEBUG) Debug sessionDebug, 72 this.sessionDebug = sessionDebug; 123 sessionDebug.warning("Timeout Handler was interrupted"); 125 sessionDebug.error("Error while executing the following session timeout handler: " + clazz, ex); 150 sessionDebug.warning("Unable to construct SSOToken for executing timeout handlers", ssoe); 67 SessionTimeoutHandlerExecutor( final @Named(SESSION_DEBUG) Debug sessionDebug, final @Named(EXECUTOR_BINDING_NAME) ExecutorService executorService, final SSOTokenManager ssoTokenManager, final SessionServiceConfig serviceConfig) argument
|
| H A D | InternalSessionFactory.java | 66 private final Debug sessionDebug; field in class:InternalSessionFactory 73 @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 78 this.sessionDebug = sessionDebug; 95 sessionDebug.error("Error creating new session", e); 72 InternalSessionFactory( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServerConfig serverConfig, AuthenticationSessionStore authenticationSessionStore, SessionAccessManager sessionAccessManager) argument
|
| H A D | SessionLogging.java | 68 private final Debug sessionDebug; field in class:SessionLogging 77 @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 81 this.sessionDebug = sessionDebug; 151 sessionDebug.error("SessionService.logIt(): Cannot write to the session log file: ", ex); 76 SessionLogging( @amedSessionConstants.SESSION_DEBUG) Debug sessionDebug, SessionServiceConfig serviceConfig, PrivilegedAction<SSOToken> adminTokenAction) argument
|
| H A D | SessionNotificationSender.java | 67 private final Debug sessionDebug; field in class:SessionNotificationSender 74 final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, 80 this.sessionDebug = sessionDebug; 85 serviceConfig.getNotificationThreadPoolThreshold(), true, sessionDebug); 118 sessionDebug.message("Running sendEvent, type = " + event.getType().getCode()); 130 sessionDebug.error("Sending Notification Error: ", e); 172 sessionDebug.error("Local Individual notification to " + url, e); 209 sessionDebug.error("Remote Individual notification to " + url, e); 73 SessionNotificationSender( final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, final SessionServiceConfig serviceConfig, final SessionServerConfig serverConfig, final SessionInfoFactory sessionInfoFactory, final ShutdownManager shutdownManager) argument
|
| H A D | SessionRequestHandler.java | 101 private final Debug sessionDebug; field in class:SessionRequestHandler 112 sessionDebug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG))); 169 sessionDebug.error("SessionRequestHandler encountered exception", ex); 191 if (sessionDebug.warningEnabled()) { 192 sessionDebug.warning( 209 sessionDebug.message("processSessionRequest caught exception: {}", se.getMessage(), se); 212 sessionDebug.message("processSessionRequest caught exception: {}", se.getResponseMessage(), se); 218 sessionDebug.error("SessionRequestHandler encountered exception", ex); 275 if (sessionDebug.warningEnabled()) { 276 sessionDebug [all...] |
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/ |
| H A D | AuthSessionFactory.java | 50 private final Debug sessionDebug; field in class:AuthSessionFactory 56 public AuthSessionFactory(final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, argument 60 this.sessionDebug = sessionDebug; 83 sessionDebug.error("Error creating service session", e);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/ |
| H A D | SessionNotificationHandler.java | 52 public static Debug sessionDebug = null; field in class:SessionNotificationHandler 66 sessionDebug = Debug.getInstance("amSession"); 109 sessionDebug.message("SESSION NOTIFICATION : " + info.toXMLString()); 129 sessionDebug.error(
|
| /forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/ |
| H A D | SessionCookies.java | 46 private static Debug sessionDebug = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SessionCookies 121 if (sessionDebug.messageEnabled()){ 122 sessionDebug.message("Session.getLBCookie()" + "lbCookieName is:" + lbCookieName); 169 if (sessionDebug.messageEnabled()) { 170 sessionDebug.message("CookieNameStr is :" + cookieNameInStr); 171 sessionDebug.message("cookieName is :" + cookieName);
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/ |
| H A D | SessionCookies.java | 60 private static Debug sessionDebug = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SessionCookies 135 if (sessionDebug.messageEnabled()){ 136 sessionDebug.message("Session.getLBCookie()" + "lbCookieName is:" + lbCookieName); 184 if (sessionDebug.messageEnabled()) { 185 sessionDebug.message("CookieNameStr is :" + cookieNameInStr); 186 sessionDebug.message("cookieName is :" + cookieName);
|
| H A D | SessionCuller.java | 48 private static Debug sessionDebug = Debug.getInstance(SessionConstants.SESSION_DEBUG); field in class:SessionCuller 171 sessionDebug.error("Send Polling Error: ", e); 179 sessionDebug.message("session is not in timeout state so clean it", se); 181 sessionDebug.error("Exception encountered while polling", ex); 195 if (sessionDebug.messageEnabled()) { 196 sessionDebug.message("Session Destroyed, Caching time exceeded the Max Session Time"); 199 sessionDebug.error("Exception occurred while cleaning up Session Cache", ex);
|
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/ |
| H A D | ServicesClusterMonitorHandler.java | 53 private final Debug sessionDebug; field in class:ServicesClusterMonitorHandler 58 private ServicesClusterMonitorHandler(final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, argument 61 this.sessionDebug = sessionDebug; 92 sessionDebug.error("Failed to check Server Up for {0}", serverID, e); 107 sessionDebug.error("Failed to check isSiteUp for {0}", siteId, e); 130 sessionDebug.message("Previous ClusterMonitor shutdown: {}", previous.getClass().getSimpleName()); 133 sessionDebug.message("ClusterMonitor initialised: {}", clusterMonitor.get().getClass().getSimpleName()); 135 sessionDebug.error("Failed to initialise ClusterMonitor", e); 172 return new MultiServerClusterMonitor(sessionDebug, serviceConfi [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/ |
| H A D | MultiServerClusterMonitor.java | 61 private final Debug sessionDebug; field in class:MultiServerClusterMonitor 71 * @param sessionDebug 78 Debug sessionDebug, 82 this(sessionService, sessionDebug, serviceConfig, serverConfig, new ClusterStateServiceFactory()); 91 Debug sessionDebug, 101 this.sessionDebug = sessionDebug; 170 if (sessionDebug.messageEnabled()) { 171 sessionDebug.message( 260 sessionDebug 76 MultiServerClusterMonitor( SessionService sessionService, Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig) argument 89 MultiServerClusterMonitor( SessionService sessionService, Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig, ClusterStateServiceFactory clusterStateServiceFactory) argument [all...] |
| H A D | ClusterStateService.java | 122 public static Debug sessionDebug = null; field in class:ClusterStateService 174 sessionDebug = Debug.getInstance("amSession"); 241 sessionDebug.error(message); 288 if (sessionDebug.messageEnabled()) { 289 sessionDebug.error("Added Server to ClusterStateService: " + info.toString()); 465 sessionDebug.error("cleanRemoteSessions Background thread has encountered an Exception: " + ex.getMessage(), ex);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/cluster/ |
| H A D | MultiServerClusterMonitor.java | 60 private final Debug sessionDebug; field in class:MultiServerClusterMonitor 69 * @param sessionDebug The session debug instance. 75 Debug sessionDebug, 79 this(sessionDebug, serviceConfig, serverConfig, new ClusterStateServiceFactory()); 87 Debug sessionDebug, 92 this.sessionDebug = sessionDebug; 157 if (sessionDebug.messageEnabled()) { 158 sessionDebug.message( 247 sessionDebug 74 MultiServerClusterMonitor( Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig) argument 86 MultiServerClusterMonitor( Debug sessionDebug, SessionServiceConfig serviceConfig, SessionServerConfig serverConfig, ClusterStateServiceFactory clusterStateServiceFactory) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/access/persistence/watchers/ |
| H A D | SessionModificationWatcher.java | 82 public SessionModificationContinuousQueryListener(@Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug, argument 84 this.debug = sessionDebug;
|