Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MODE-1273 Added built-in authentication using Seam Security #199

Merged
merged 1 commit into from Sep 22, 2011

Commits on Sep 22, 2011

  1. MODE-1273 Added built-in authentication using Seam Security

    Added a built-in authentication/authorization provider to be enabled if and only if the "org.jboss.seam.security.Identity" class is on the classpath. The provider works when no Credentials are passed in, and creates an authenticated session based upon the current Identity instance if that Identity instance is already logged in.
    
    All unit and integration tests pass with these changes, although none of our tests actually run with Seam Security. Therefore, additional testing will have to be done with system-level tests.
    rhauch committed Sep 22, 2011
    Configuration menu
    Copy the full SHA
    276b2ed View commit details
    Browse the repository at this point in the history