Lines Matching defs:mockAuthSession

49     private InternalSession mockAuthSession;
70 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
73 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
82 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
85 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
95 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(sessionProperties));
96 given(mockAuthSession.getProperty("one")).willReturn("a");
97 given(mockAuthSession.getProperty("two")).willReturn("b");
98 given(mockAuthSession.getProperty("three")).willReturn("c");
101 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
114 given(mockAuthSession.getID()).willReturn(authSessionID);
115 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
118 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
127 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
130 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
139 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
142 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, null);
154 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
157 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, subject, null);
168 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
172 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, loginContext);
182 given(mockAuthSession.getPropertyNames()).willReturn(Collections.enumeration(Collections.emptyList()));
186 DefaultSessionActivator.INSTANCE.activateSession(mockState, mockSessionService, mockAuthSession, null, loginContext);