Searched refs:SESSION_DEBUG (Results 1 - 25 of 98) sorted by relevance

1234

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionConstants.java22 public static final String SESSION_DEBUG = "amSession"; field in class:SessionConstants
H A DSessionMaxStatsSetupListener.java31 import static com.iplanet.dpro.session.service.SessionConstants.SESSION_DEBUG;
71 @Named(SESSION_DEBUG) final Debug debug,
H A DSessionTimeoutHandlerExecutor.java31 import static org.forgerock.openam.session.SessionConstants.SESSION_DEBUG;
68 final @Named(SESSION_DEBUG) Debug sessionDebug,
H A DSessionNotificationPublisher.java46 final @Named(SessionConstants.SESSION_DEBUG) Debug sessionDebug,
H A DWebtopNamingSiteUtils.java49 public WebtopNamingSiteUtils(@Named(SessionConstants.SESSION_DEBUG) Debug debug, WebtopNamingQuery query) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionConstants.java22 public static final String SESSION_DEBUG = "amSession"; field in class:SessionConstants
H A DSessionConstraint.java31 import static com.iplanet.dpro.session.service.SessionConstants.SESSION_DEBUG;
84 private static final Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
H A DWebtopNamingSiteUtils.java49 public WebtopNamingSiteUtils(@Named(SessionConstants.SESSION_DEBUG) Debug debug, WebtopNamingQuery query) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionConstants.java23 public static final String SESSION_DEBUG = "amSession"; field in class:SessionConstants
H A DSessionPollerPool.java40 private static Debug debug = Debug.getInstance(SessionConstants.SESSION_DEBUG);
/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);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionConstants.java34 public static final String SESSION_DEBUG = "amSession"; field in class:SessionConstants
H A DSessionPollerPool.java53 private static Debug debug = Debug.getInstance(SessionConstants.SESSION_DEBUG);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDestroyOldestAction.java23 import static org.forgerock.openam.session.SessionConstants.SESSION_DEBUG;
48 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
H A DDestroyAllAction.java51 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
H A DDestroyNextExpiringAction.java42 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DDestroyOldestAction.java23 import static org.forgerock.openam.session.SessionConstants.SESSION_DEBUG;
48 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
H A DDestroyAllAction.java51 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DSMSConfigurationFactory.java37 @Named(SessionConstants.SESSION_DEBUG) Debug debug) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DSMSConfigurationFactory.java37 @Named(SessionConstants.SESSION_DEBUG) Debug debug) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DGetSessionPropertiesActionHandler.java41 private static final Debug LOGGER = Debug.getInstance(SessionConstants.SESSION_DEBUG);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java19 import static org.forgerock.openam.session.SessionConstants.SESSION_DEBUG;
52 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/query/impl/
H A DRemoteSessionQuery.java19 import static org.forgerock.openam.session.SessionConstants.SESSION_DEBUG;
52 private static Debug debug = InjectorHolder.getInstance(Key.get(Debug.class, Names.named(SESSION_DEBUG)));
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DLocalOperations.java48 public LocalOperations(@Named(SessionConstants.SESSION_DEBUG) Debug debug, SessionService service) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/
H A DServerSessionOperationStrategy.java77 final @Named(SessionConstants.SESSION_DEBUG) Debug debug) {

Completed in 93 milliseconds

1234