- GEN_DELIMS - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
-
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
- getAccessToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
-
- getAccessToken(String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
-
Returns the OAuth Access Token for the given Consumer key and Access Token.
- getAccessToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
-
- getAuthorizationConfirmURI(HttpServletRequest, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthServlet
-
- getCallback() - Method in class org.jboss.resteasy.auth.oauth.OAuthRequestToken
-
Returns this Token's callback.
- getConnectURI() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
Returns the OAuth Consumer's connect URI.
- getConsumer(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
-
- getConsumer(String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
-
Returns the OAuth Consumer for the given Consumer key.
- getConsumer(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
-
- getConsumer() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's Consumer.
- getDisplayName() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
Returns the OAuth Consumer's display name.
- getHttpCode() - Method in exception org.jboss.resteasy.auth.oauth.OAuthException
-
Returns the HTTP status code to return to the OAuth Client
- getHttpCode(OAuthProblemException) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
-
Finds the HTTP status code from the given exception.
- getKey() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
Returns the OAuth Consumer's key.
- getLoggingLocale() - Method in class org.jboss.resteasy.auth.oauth.i18n.LogMessages_$logger
-
- getLoggingLocale() - Method in class org.jboss.resteasy.auth.oauth.i18n.Messages_$bundle
-
- getOAuthProvider(ServletContext) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
-
Loads the OAuthProvider as specified in the Servlet Context parameters, and caches it in the Servlet Context attributes for reuse.
- getPermissions() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
- getPermissions() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's permissions.
- getProvider() - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
-
- getRealm() - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
-
- getRealm() - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
-
Returns the Realm of this provider.
- getRealm() - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
-
- getRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
-
- getRequestToken(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
-
- getRequestToken(String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
-
Returns the OAuth Request Token for the given Consumer key and Request Token.
- getRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
-
- getScopes() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
Returns the OAuth Consumer's scopes.
- getScopes() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's Scopes.
- getSecret() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
-
Returns the OAuth Consumer's private secret.
- getSecret() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's Secret.
- getTimestamp() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's timestamp.
- getTimeToLive() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's timeToLive.
- getToken() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
-
Returns this Token's Token.
- getValidator(ServletContext, OAuthProvider) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
-
Creates an OAuthValidator, and caches it in the Servlet Context attributes for reuse.
- getVerifier() - Method in class org.jboss.resteasy.auth.oauth.OAuthRequestToken
-
Returns this Token's verifier.