Interface | Description |
---|---|
OAuthConsumerRegistration |
Registration of OAuth consumers
|
OAuthProvider |
Implement this interface to provide the RESTEasy servlets and filters with the knowledge to
load and store OAuth Consumer, Request and Access Tokens.
|
Class | Description |
---|---|
OAuthConsumer |
Represents an OAuth Consumer.
|
OAuthFilter |
OAuth Servlet Filter that interprets OAuth Authentication messages to set the Principal and roles
for protected resources.
|
OAuthMemoryProvider |
OAuthProvider that keeps all data in memory.
|
OAuthProviderChecker |
Used to make sure the OAuthProvider implementer does not return null values.
|
OAuthRequestToken |
Represents either an OAuth Access or Request Token.
|
OAuthServlet |
OAuth Http Servlet that handles Request Token creation and exchange for Access Tokens.
|
OAuthToken |
Represents either an OAuth Access or Request Token.
|
OAuthUtils | |
OAuthValidator |
OAuth Validator implementation to check OAuth Messages
|
URLUtils |
URL-encoding utility for each URL part according to the RFC specs
|
Exception | Description |
---|---|
OAuthException |
Use this exception to throw exceptions from your OAuthProvider to specify the HTTP status code
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.