Searched refs:INVALID_SESSION_STATE (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java36 public static final String INVALID_SESSION_STATE = "invalidSessionState"; field in class:SessionInfoFactory
83 SessionBundle.getString(INVALID_SESSION_STATE),
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactory.java38 public static final String INVALID_SESSION_STATE = "invalidSessionState"; field in class:SessionInfoFactory
85 SessionBundle.getString(INVALID_SESSION_STATE),
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DRemoteOperations.java46 protected static final String INVALID_SESSION_STATE = "invalidSessionState"; field in class:RemoteOperations
80 INVALID_SESSION_STATE, null);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DClientSdkOperations.java51 protected static final String INVALID_SESSION_STATE = "invalidSessionState"; field in class:ClientSdkOperations
95 INVALID_SESSION_STATE, null);
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/
H A DRemoteOperationsTest.java91 assertThat(e.getErrorCode()).isEqualTo(RemoteOperations.INVALID_SESSION_STATE);
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactoryTest.java59 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.INVALID_SESSION_STATE));
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/operations/strategies/
H A DClientSdkOperationsTest.java105 assertThat(e.getErrorCode()).isEqualTo(ClientSdkOperations.INVALID_SESSION_STATE);
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/utils/
H A DSessionInfoFactoryTest.java61 assertThat(e.getMessage()).containsIgnoringCase(getLocalisedMessage(SessionInfoFactory.INVALID_SESSION_STATE));

Completed in 1296 milliseconds