Merge "Add OpenID SSO support."

This commit is contained in:
Martin Fick
2012-07-10 16:34:22 -07:00
committed by gerrit code review
9 changed files with 128 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ public enum AuthType {
/** Login relies upon the OpenID standard: {@link "http://openid.net/"} */
OPENID,
/** Login relies upon the OpenID standard: {@link "http://openid.net/"} in Single Sign On mode */
OPENID_SSO,
/**
* Login relies upon the container/web server security.
* <p>