mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Finalized support for SAML2 logon
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
|
||||
@class NSString;
|
||||
|
||||
@class WOContext;
|
||||
@class WOCookie;
|
||||
|
||||
@class SOGoUser;
|
||||
|
||||
@interface SOGoWebAuthenticator : SoCookieAuthenticator <SOGoAuthenticator>
|
||||
@@ -45,6 +48,10 @@
|
||||
expire: (int *) _expire
|
||||
grace: (int *) _grace;
|
||||
|
||||
- (WOCookie *) cookieWithUsername: (NSString *) username
|
||||
andPassword: (NSString *) password
|
||||
inContext: (WOContext *) context;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* _SOGOWEBAUTHENTICATOR_H_ */
|
||||
|
||||
Reference in New Issue
Block a user