| Class | Description |
|---|---|
| OAuthFilter |
This filter retrieves OAuth credential after user authenticates at the OAuth provider to create an OAuthToken to finish the OAuth
authentication process and retrieve the user profile.
|
| OAuthRealm |
This realm implementation is dedicated to OAuth authentication.
|
| OAuthToken |
This class represents a token for an OAuth authentication process (OAuth credential + user identifier after authentication).
|
| ShiroUserSession |
This implementation uses the Shiro session for the user session.
|
| Exception | Description |
|---|---|
| OAuthAuthenticationException |
This class is the exception that is thrown when OAuth authentication process fails in OAuthRealm.
|
Copyright © 2013. All Rights Reserved.