|
@@ -106,6 +106,10 @@ func (s *mockSession) Destory(c *Context) error {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (s *mockSession) RegenerateId(c *Context) error {
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
type mockLdapAuthenticator struct {
|
|
type mockLdapAuthenticator struct {
|
|
|
syncSignedInUserCalled bool
|
|
syncSignedInUserCalled bool
|
|
|
}
|
|
}
|