|
Class Summary |
| 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. |