Finalized support for SAML2 logon

This commit is contained in:
Wolfgang Sourdeau
2012-11-02 15:31:49 -04:00
parent 695fc5fff9
commit aeabd85c90
11 changed files with 616 additions and 83 deletions
+7
View File
@@ -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_ */