A B C D E F G H I J L M N O P Q R S T U V W

A

AbstractValidator<T extends javax.servlet.http.HttpServletRequest> - Class in org.apache.oltu.oauth2.common.validators
 
AbstractValidator() - Constructor for class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
ACCESS_DENIED - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The resource owner or authorization server denied the request.
accessToken() - Method in interface org.apache.oltu.oauth2.as.issuer.OAuthIssuer
 
accessToken() - Method in class org.apache.oltu.oauth2.as.issuer.OAuthIssuerImpl
 
accessToken(OAuthClientRequest, Class<T>) - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
accessToken(OAuthClientRequest, String, Class<T>) - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
accessToken(OAuthClientRequest) - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
accessToken(OAuthClientRequest, String) - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
accessToken - Variable in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
addHeader(String, String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
addHeader(String, String) - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
addHeader(String, String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
ApplicationException - Exception in org.apache.oltu.oauth2.client.demo.exception
 
ApplicationException() - Constructor for exception org.apache.oltu.oauth2.client.demo.exception.ApplicationException
 
ApplicationException(String) - Constructor for exception org.apache.oltu.oauth2.client.demo.exception.ApplicationException
 
ApplicationException(String, Throwable) - Constructor for exception org.apache.oltu.oauth2.client.demo.exception.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception org.apache.oltu.oauth2.client.demo.exception.ApplicationException
 
applier - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
applier - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.client.request.ClientHeaderParametersApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.common.parameters.BodyURLEncodedParametersApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.common.parameters.FragmentParametersApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.common.parameters.JSONBodyParametersApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in interface org.apache.oltu.oauth2.common.parameters.OAuthParametersApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.common.parameters.QueryParameterApplier
 
applyOAuthParameters(OAuthMessage, Map<String, Object>) - Method in class org.apache.oltu.oauth2.common.parameters.WWWAuthHeaderParametersApplier
 
AssertionValidator - Class in org.apache.oltu.oauth2.as.validator
 
AssertionValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.AssertionValidator
 
AUTH_SCHEME - Static variable in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
AUTHORIZATION - Static variable in class org.apache.oltu.oauth2.common.OAuth.HeaderType
 
authorizationCode() - Method in interface org.apache.oltu.oauth2.as.issuer.OAuthIssuer
 
authorizationCode() - Method in class org.apache.oltu.oauth2.as.issuer.OAuthIssuerImpl
 
AuthorizationCodeValidator - Class in org.apache.oltu.oauth2.as.validator
 
AuthorizationCodeValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.AuthorizationCodeValidator
 
authorizationLocation(String) - Static method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
authorizationResponse(HttpServletRequest, int) - Static method in class org.apache.oltu.oauth2.as.response.OAuthASResponse
 
authorize(OAuthParams, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oltu.oauth2.client.demo.controller.AuthzController
 
authorize(OAuthParams) - Method in class org.apache.oltu.oauth2.client.demo.controller.MainController
 
authorize(OAuthParams, OAuthRegParams, String, HttpServletResponse) - Method in class org.apache.oltu.oauth2.client.demo.controller.MainController
 
authorize(OAuthRegParams, OAuthParams, HttpServletRequest) - Method in class org.apache.oltu.oauth2.client.demo.controller.RegistrationController
 
authorize(OAuthParams, HttpServletRequest) - Method in class org.apache.oltu.oauth2.client.demo.controller.ResourceController
 
authorize(OAuthParams, HttpServletRequest) - Method in class org.apache.oltu.oauth2.client.demo.controller.TokenController
 
AuthzController - Class in org.apache.oltu.oauth2.client.demo.controller
Handles requests for the application welcome page.
AuthzController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.AuthzController
 

B

BasicClientInfo - Class in org.apache.oltu.oauth2.common.domain.client
 
BasicClientInfo() - Constructor for class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
BasicClientInfoBuilder - Class in org.apache.oltu.oauth2.common.domain.client
 
BasicCredentials - Class in org.apache.oltu.oauth2.common.domain.credentials
 
BasicCredentials(String, String, Long, Long) - Constructor for class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
BasicCredentialsBuilder - Class in org.apache.oltu.oauth2.common.domain.credentials
 
BasicOAuthToken - Class in org.apache.oltu.oauth2.common.token
 
BasicOAuthToken() - Constructor for class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
BasicOAuthToken(String, Long, String, String) - Constructor for class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
BasicOAuthToken(String) - Constructor for class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
BasicOAuthToken(String, Long) - Constructor for class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
BasicOAuthToken(String, Long, String) - Constructor for class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
BearerBodyOAuthValidator - Class in org.apache.oltu.oauth2.rs.validator
 
BearerBodyOAuthValidator() - Constructor for class org.apache.oltu.oauth2.rs.validator.BearerBodyOAuthValidator
 
BearerBodyTokenExtractor - Class in org.apache.oltu.oauth2.rs.extractor
 
BearerBodyTokenExtractor() - Constructor for class org.apache.oltu.oauth2.rs.extractor.BearerBodyTokenExtractor
 
BearerHeaderOAuthValidator - Class in org.apache.oltu.oauth2.rs.validator
 
BearerHeaderOAuthValidator() - Constructor for class org.apache.oltu.oauth2.rs.validator.BearerHeaderOAuthValidator
 
BearerHeaderTokenExtractor - Class in org.apache.oltu.oauth2.rs.extractor
 
BearerHeaderTokenExtractor() - Constructor for class org.apache.oltu.oauth2.rs.extractor.BearerHeaderTokenExtractor
 
BearerQueryOAuthValidator - Class in org.apache.oltu.oauth2.rs.validator
 
BearerQueryOAuthValidator() - Constructor for class org.apache.oltu.oauth2.rs.validator.BearerQueryOAuthValidator
 
BearerQueryTokenExtractor - Class in org.apache.oltu.oauth2.rs.extractor
 
BearerQueryTokenExtractor() - Constructor for class org.apache.oltu.oauth2.rs.extractor.BearerQueryTokenExtractor
 
BearerResourceServer - Class in org.apache.oltu.oauth2.rs
 
BearerResourceServer() - Constructor for class org.apache.oltu.oauth2.rs.BearerResourceServer
 
body - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
body - Variable in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
body - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
BodyURLEncodedParametersApplier - Class in org.apache.oltu.oauth2.common.parameters
 
BodyURLEncodedParametersApplier() - Constructor for class org.apache.oltu.oauth2.common.parameters.BodyURLEncodedParametersApplier
 
build() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
build() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
buildBodyMessage() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
buildBodyMessage() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
buildHeaderMessage() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
buildHeaderMessage() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
buildJSON(Map<String, Object>) - Static method in class org.apache.oltu.oauth2.common.utils.JSONUtils
 
buildJSONMessage() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
buildJSONMessage() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
buildQueryMessage() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
buildQueryMessage() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 

C

CLIENT_DESCRIPTION - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
CLIENT_ICON - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
CLIENT_ID - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Response
 
CLIENT_NAME - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
CLIENT_SECRET - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Response
 
CLIENT_URL - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
ClientCredentialValidator - Class in org.apache.oltu.oauth2.as.validator
 
ClientCredentialValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.ClientCredentialValidator
 
ClientHeaderParametersApplier - Class in org.apache.oltu.oauth2.client.request
 
ClientHeaderParametersApplier() - Constructor for class org.apache.oltu.oauth2.client.request.ClientHeaderParametersApplier
 
clientId - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
clientInfo() - Static method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
ClientInfo - Interface in org.apache.oltu.oauth2.common.domain.client
 
clientInfo(OAuthClientRequest) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.OAuthRegistrationClient
 
clientSecret - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
clientUri - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
CodeTokenValidator - Class in org.apache.oltu.oauth2.as.validator
 
CodeTokenValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.CodeTokenValidator
 
CodeTokenValidator - Class in org.apache.oltu.oauth2.client.validator
 
CodeTokenValidator() - Constructor for class org.apache.oltu.oauth2.client.validator.CodeTokenValidator
 
CodeValidator - Class in org.apache.oltu.oauth2.as.validator
 
CodeValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.CodeValidator
 
CodeValidator - Class in org.apache.oltu.oauth2.client.validator
 
CodeValidator() - Constructor for class org.apache.oltu.oauth2.client.validator.CodeValidator
 
CONTENT_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth.HeaderType
 
contentType - Variable in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
createCustomResponse(String, String, int, Class<T>) - Static method in class org.apache.oltu.oauth2.client.response.OAuthClientResponseFactory
 
createGitHubTokenResponse(String, String, int) - Static method in class org.apache.oltu.oauth2.client.response.OAuthClientResponseFactory
 
createJSONTokenResponse(String, String, int) - Static method in class org.apache.oltu.oauth2.client.response.OAuthClientResponseFactory
 
createObjectFromClassName(Class) - Static method in class org.apache.oltu.oauth2.rsfilter.OAuthUtils
 
credentials - Variable in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
credentials() - Static method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
Credentials - Interface in org.apache.oltu.oauth2.common.domain.credentials
 

D

decodeForm(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Parse a form-urlencoded document.
decodeOAuthHeader(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
decodePercent(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
decodeScopes(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
DEFAULT_PARAMETER_STYLE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
DEFAULT_TOKEN_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
DELETE - Static variable in class org.apache.oltu.oauth2.common.OAuth.HttpMethod
 
description - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
description(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
destroy() - Method in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
discover() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
DISCOVERY_URI - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 

E

encodeAuthorizationBearerHeader(Map<String, Object>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Construct an Authorization Bearer header
encodeOAuthHeader(Map<String, Object>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Construct a WWW-Authenticate header
encodeScopes(Set<String>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
equals(Object) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
equals(Object) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
error(String) - Static method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
error(String, String) - Static method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
error(OAuthProblemException) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
errorResponse(int) - Static method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
execute(OAuthClientRequest, Map<String, String>, String, Class<T>) - Method in interface org.apache.oltu.oauth2.client.HttpClient
 
execute(OAuthClientRequest, Map<String, String>, String, Class<T>) - Method in class org.apache.oltu.oauth2.client.URLConnectionClient
 
execute(OAuthClientRequest, Map<String, String>, String, Class<T>) - Method in class org.apache.oltu.oauth2.httpclient4.HttpClient4
 
EXPIRED_TOKEN - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
 
EXPIRES_IN - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Response
 
expiresIn - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
expiresIn - Variable in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
extractors - Variable in class org.apache.oltu.oauth2.rs.ResourceServer
 

F

FACEBOOK - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
FACEBOOK_AUTHZ - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
FACEBOOK_TOKEN - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
FileUtils - Class in org.apache.oltu.oauth2.utils.test
 
findCookieValue(HttpServletRequest, String) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
format(Collection<? extends Map.Entry<String, Object>>, String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Translates parameters into application/x-www-form-urlencoded String
FragmentParametersApplier - Class in org.apache.oltu.oauth2.common.parameters
 
FragmentParametersApplier() - Constructor for class org.apache.oltu.oauth2.common.parameters.FragmentParametersApplier
 

G

generateValue() - Method in class org.apache.oltu.oauth2.as.issuer.MD5Generator
 
generateValue(String) - Method in class org.apache.oltu.oauth2.as.issuer.MD5Generator
 
generateValue() - Method in class org.apache.oltu.oauth2.as.issuer.UUIDValueGenerator
 
generateValue(String) - Method in class org.apache.oltu.oauth2.as.issuer.UUIDValueGenerator
 
generateValue() - Method in interface org.apache.oltu.oauth2.as.issuer.ValueGenerator
 
generateValue(String) - Method in interface org.apache.oltu.oauth2.as.issuer.ValueGenerator
 
GENERIC - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
get(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
GET - Static variable in class org.apache.oltu.oauth2.common.OAuth.HttpMethod
 
getAccessToken() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getAccessToken() - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
getAccessToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getAccessToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getAccessToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
getAccessToken() - Method in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
getAccessToken() - Method in interface org.apache.oltu.oauth2.common.token.OAuthToken
 
getAccessToken(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerBodyTokenExtractor
 
getAccessToken(HttpServletRequest, String) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerBodyTokenExtractor
 
getAccessToken(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerHeaderTokenExtractor
 
getAccessToken(HttpServletRequest, String) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerHeaderTokenExtractor
 
getAccessToken(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerQueryTokenExtractor
 
getAccessToken(HttpServletRequest, String) - Method in class org.apache.oltu.oauth2.rs.extractor.BearerQueryTokenExtractor
 
getAccessToken(HttpServletRequest) - Method in interface org.apache.oltu.oauth2.rs.extractor.TokenExtractor
 
getAccessToken(HttpServletRequest, String) - Method in interface org.apache.oltu.oauth2.rs.extractor.TokenExtractor
 
getAccessToken() - Method in class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
getApplication() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getAuthHeaderField(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
getAuthzCode() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getAuthzEndpoint() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getAuthzMethod(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
getBody() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
getBody() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getBody() - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
getBody() - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
getBody() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
getClientDescription() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getClientIcon() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getClientId() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
getClientId() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getClientId() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getClientId() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getClientId() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
getClientId() - Method in interface org.apache.oltu.oauth2.common.domain.credentials.Credentials
 
getClientId() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
getClientId() - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthClient
 
getClientName() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getClientSecret() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
getClientSecret() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getClientSecret() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getClientSecret() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getClientSecret() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
getClientSecret() - Method in interface org.apache.oltu.oauth2.common.domain.credentials.Credentials
 
getClientSecret() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
getClientUri() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getClientUri() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getClientUrl() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getCode() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
getCode() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getContentType() - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
getDescription() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getDescription() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getDescription() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getDescription() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getError() - Method in class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
getError() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getErrorDescription() - Method in class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
getErrorMessage() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getErrorUri() - Method in class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getExpiresIn() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
getExpiresIn() - Method in interface org.apache.oltu.oauth2.common.domain.credentials.Credentials
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
getExpiresIn() - Method in interface org.apache.oltu.oauth2.common.token.OAuthToken
 
getExpiresIn() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
getGrantType() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
getHeader(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
getHeader(String) - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
getHeader(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
getHeaders() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
getHeaders() - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
getHeaders() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
getIcon() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getIconUri() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getIconUri() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getIssuedAt() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getIssuedAt() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getIssuedAt() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
getIssuedAt() - Method in interface org.apache.oltu.oauth2.common.domain.credentials.Credentials
 
getIssuedAt() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
getLocationUri() - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
getLocationUri() - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
getLocationUri() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
getMessage() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getName() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getName() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getName() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getOAuthClient() - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthDecision
 
getOAuthToken() - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
getOAuthToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getOAuthToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
getParam(String) - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
getParam(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
getParameter(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.JSONHttpServletRequestWrapper
 
getParameterMap() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.JSONHttpServletRequestWrapper
 
getParameterNames() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.JSONHttpServletRequestWrapper
 
getParameters() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getParameterValues(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.JSONHttpServletRequestWrapper
 
getPassword() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
getPrincipal() - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthDecision
 
getQueryParameterValue(HttpServletRequest, String) - Static method in class org.apache.oltu.oauth2.rs.ResourceServer
 
getQueryParameterValues(HttpServletRequest, String) - Static method in class org.apache.oltu.oauth2.rs.ResourceServer
A replacement for HttpServletRequest.getParameter() as it will mess up with HTTP POST body
getRedirectURI() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
getRedirectUri() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getRedirectUri() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
getRedirectUri() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getRedirectUri() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getRedirectURI() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
getRefreshToken() - Method in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
getRefreshToken() - Method in interface org.apache.oltu.oauth2.common.token.OAuthToken
 
getRegistrationEndpoint() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getRegistrationType() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getRequest() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getRequestMethod() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getRequestType() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getResource() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getResourceUrl() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getResponseCode() - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
getResponseStatus() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getResponseStatus() - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
getResponseType() - Method in class org.apache.oltu.oauth2.as.request.OAuthAuthzRequest
 
getScope() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getScope() - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
getScope() - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
getScope() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getScope() - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
getScope() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getScope() - Method in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
getScope() - Method in interface org.apache.oltu.oauth2.common.token.OAuthToken
 
getScopes() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
getState() - Method in class org.apache.oltu.oauth2.as.request.OAuthAuthzRequest
 
getState() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getState() - Method in class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
getState() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getTokenEndpoint() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
getType() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getUri() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getUrl() - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
getUsername() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
GITHUB - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GITHUB_AUTHZ - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GITHUB_TOKEN - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GitHubTokenResponse - Class in org.apache.oltu.oauth2.client.response
 
GitHubTokenResponse() - Constructor for class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
GOOGLE - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GOOGLE_AUTHZ - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GOOGLE_TOKEN - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GOWALLA - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GOWALLA_AUTHZ - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GOWALLA_TOKEN - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
GrantType - Enum in org.apache.oltu.oauth2.common.message.types
 

H

handleBadContentTypeException(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
handleMissingParameters(Set<String>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Creates OAuthProblemException that contains set of missing oauth parameters
handleNotAllowedParametersOAuthException(List<String>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
handleOAuthProblemException(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Creates invalid_request exception with given message
handleRedirect(OAuthParams, HttpServletRequest, HttpServletResponse) - Method in class org.apache.oltu.oauth2.client.demo.controller.RedirectController
 
hasContentType(String, String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
hasEmptyValues(String[]) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
hashCode() - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
hashCode() - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
headers - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
headers - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
HttpClient - Interface in org.apache.oltu.oauth2.client
 
httpClient - Variable in class org.apache.oltu.oauth2.client.OAuthClient
 
HttpClient4 - Class in org.apache.oltu.oauth2.httpclient4
Exemplar HttpClient4
HttpClient4() - Constructor for class org.apache.oltu.oauth2.httpclient4.HttpClient4
 
HttpClient4(HttpClient) - Constructor for class org.apache.oltu.oauth2.httpclient4.HttpClient4
 

I

iconUri - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
init(String, String, int) - Method in class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
init(String, String, int) - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
init(String, String, int) - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
init(String, String, int) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
init(FilterConfig) - Method in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
initiateServletContext(ServletContext, String, Class<T>) - Static method in class org.apache.oltu.oauth2.rsfilter.OAuthUtils
 
initValidator() - Method in class org.apache.oltu.oauth2.as.request.OAuthAuthzRequest
 
initValidator() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
initValidator() - Method in class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
initValidator() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
instantiateClass(Class<T>) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
instantiateClassWithParameters(Class, Class[], Object[]) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
instantiateExtractor(ParameterStyle) - Method in class org.apache.oltu.oauth2.rs.ResourceServer
 
instantiateResourceServer(TokenType) - Static method in class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
instantiateValidator(ParameterStyle) - Method in class org.apache.oltu.oauth2.rs.ResourceServer
 
INSUFFICIENT_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
The request requires higher privileges than provided by the access token.
INVALID_CLIENT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
Client authentication failed (e.g.
INVALID_GRANT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
The provided authorization grant (e.g.
INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
The request is missing a required parameter, includes an unsupported parameter value, repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.
INVALID_REQUEST - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
The request is missing a required parameter, includes an unsupported parameter value, repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed.
INVALID_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The requested scope is invalid, unknown, or malformed.
INVALID_SCOPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
INVALID_TOKEN - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
The access token provided is expired, revoked, malformed, or invalid for other reasons.
isAuthorized() - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthDecision
 
isDiscovered() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
isEmpty(String) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
isEmpty(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
isEmpty(String) - Static method in class org.apache.oltu.oauth2.rsfilter.OAuthUtils
 
isFormEncoded(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Return true if the given Content-Type header means FORM_ENCODED.
isIssued(String) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
isMultipart(HttpServletRequest) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
ISSUED_AT - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Response
 
issuedAt - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 

J

JSON - Static variable in class org.apache.oltu.oauth2.common.OAuth.ContentType
 
JSONBodyParametersApplier - Class in org.apache.oltu.oauth2.common.parameters
 
JSONBodyParametersApplier() - Constructor for class org.apache.oltu.oauth2.common.parameters.JSONBodyParametersApplier
 
JSONHttpServletRequestWrapper - Class in org.apache.oltu.oauth2.ext.dynamicreg.server.request
 
JSONHttpServletRequestWrapper(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.request.JSONHttpServletRequestWrapper
 
JSONUtils - Class in org.apache.oltu.oauth2.common.utils
 
JSONUtils() - Constructor for class org.apache.oltu.oauth2.common.utils.JSONUtils
 

L

loadObject(ServletContext, String, Class) - Static method in class org.apache.oltu.oauth2.rsfilter.OAuthUtils
 
location(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
location(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
location(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
location - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
location(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
location(String, String) - Static method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest
 
location(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 

M

MainController - Class in org.apache.oltu.oauth2.client.demo.controller
 
MainController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.MainController
 
MD5Generator - Class in org.apache.oltu.oauth2.as.issuer
Exemplar OAuth Token Generator
MD5Generator() - Constructor for class org.apache.oltu.oauth2.as.issuer.MD5Generator
 
MULTIPART - Static variable in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 

N

name - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
notAllowedParams - Variable in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
notAllowedParams - Variable in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 

O

OAuth - Class in org.apache.oltu.oauth2.common
 
OAuth() - Constructor for class org.apache.oltu.oauth2.common.OAuth
 
OAuth.ContentType - Class in org.apache.oltu.oauth2.common
 
OAuth.ContentType() - Constructor for class org.apache.oltu.oauth2.common.OAuth.ContentType
 
OAuth.HeaderType - Class in org.apache.oltu.oauth2.common
 
OAuth.HeaderType() - Constructor for class org.apache.oltu.oauth2.common.OAuth.HeaderType
 
OAuth.HttpMethod - Class in org.apache.oltu.oauth2.common
 
OAuth.HttpMethod() - Constructor for class org.apache.oltu.oauth2.common.OAuth.HttpMethod
 
OAuth.WWWAuthHeader - Class in org.apache.oltu.oauth2.common
 
OAuth.WWWAuthHeader() - Constructor for class org.apache.oltu.oauth2.common.OAuth.WWWAuthHeader
 
OAUTH_ACCESS_TOKEN - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_ASSERTION - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_ASSERTION_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_BEARER_TOKEN - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_CLIENT_ID - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_CLIENT_SECRET - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_CODE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_ERROR - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError
 
OAUTH_ERROR_DESCRIPTION - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError
 
OAUTH_ERROR_URI - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError
 
OAUTH_EXPIRES_IN - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_GRANT_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_HEADER_NAME - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_PASSWORD - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_REDIRECT_URI - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_REFRESH_TOKEN - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_RESPONSE_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_RS_PROVIDER_CLASS - Static variable in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
OAUTH_SCOPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_STATE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_TOKEN - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_TOKEN_DRAFT_0 - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_TOKEN_TYPE - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_USERNAME - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAUTH_VERSION_DIFFER - Static variable in class org.apache.oltu.oauth2.common.OAuth
 
OAuthAccessResourceRequest - Class in org.apache.oltu.oauth2.rs.request
 
OAuthAccessResourceRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
OAuthAccessResourceRequest(HttpServletRequest, ParameterStyle...) - Constructor for class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
OAuthAccessResourceRequest(HttpServletRequest, TokenType...) - Constructor for class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
OAuthAccessResourceRequest(HttpServletRequest, TokenType[], ParameterStyle[]) - Constructor for class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
OAuthAccessTokenResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthAccessTokenResponse() - Constructor for class org.apache.oltu.oauth2.client.response.OAuthAccessTokenResponse
 
OAuthASResponse - Class in org.apache.oltu.oauth2.as.response
 
OAuthASResponse(String, int) - Constructor for class org.apache.oltu.oauth2.as.response.OAuthASResponse
 
OAuthASResponse.OAuthAuthorizationResponseBuilder - Class in org.apache.oltu.oauth2.as.response
 
OAuthASResponse.OAuthAuthorizationResponseBuilder(HttpServletRequest, int) - Constructor for class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
OAuthASResponse.OAuthTokenResponseBuilder - Class in org.apache.oltu.oauth2.as.response
 
OAuthASResponse.OAuthTokenResponseBuilder(int) - Constructor for class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
OAuthAuthzRequest - Class in org.apache.oltu.oauth2.as.request
 
OAuthAuthzRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.OAuthAuthzRequest
 
OAuthAuthzResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthAuthzResponse(HttpServletRequest, OAuthClientValidator) - Constructor for class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
OAuthBearerClientRequest - Class in org.apache.oltu.oauth2.client.request
 
OAuthBearerClientRequest(String) - Constructor for class org.apache.oltu.oauth2.client.request.OAuthBearerClientRequest
 
OAuthClient - Class in org.apache.oltu.oauth2.client
OAuth Client - exposes a high-level API for Client Applications
OAuthClient(HttpClient) - Constructor for class org.apache.oltu.oauth2.client.OAuthClient
 
OAuthClient - Interface in org.apache.oltu.oauth2.rsfilter
 
OAuthClientRegistrationRequest - Class in org.apache.oltu.oauth2.ext.dynamicreg.client.request
OAuth Registration Request
OAuthClientRegistrationRequest(String) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest
 
OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder - Class in org.apache.oltu.oauth2.ext.dynamicreg.client.request
 
OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder(String, String) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
OAuthClientRegistrationResponse - Class in org.apache.oltu.oauth2.ext.dynamicreg.client.response
 
OAuthClientRegistrationResponse() - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
OAuthClientRequest - Class in org.apache.oltu.oauth2.client.request
OAuth Client Request
OAuthClientRequest(String) - Constructor for class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
OAuthClientRequest.AuthenticationRequestBuilder - Class in org.apache.oltu.oauth2.client.request
 
OAuthClientRequest.AuthenticationRequestBuilder(String) - Constructor for class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
OAuthClientRequest.OAuthRequestBuilder - Class in org.apache.oltu.oauth2.client.request
 
OAuthClientRequest.OAuthRequestBuilder(String) - Constructor for class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
OAuthClientRequest.TokenRequestBuilder - Class in org.apache.oltu.oauth2.client.request
 
OAuthClientRequest.TokenRequestBuilder(String) - Constructor for class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
OAuthClientResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthClientResponse() - Constructor for class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
OAuthClientResponseFactory - Class in org.apache.oltu.oauth2.client.response
 
OAuthClientResponseFactory() - Constructor for class org.apache.oltu.oauth2.client.response.OAuthClientResponseFactory
 
OAuthClientValidator - Class in org.apache.oltu.oauth2.client.validator
 
OAuthClientValidator() - Constructor for class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
oAuthCodeAndTokenAuthzResponse(HttpServletRequest) - Static method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
oauthCodeAuthzResponse(HttpServletRequest) - Static method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
OAuthDecision - Interface in org.apache.oltu.oauth2.rsfilter
 
OAuthError - Class in org.apache.oltu.oauth2.common.error
 
OAuthError() - Constructor for class org.apache.oltu.oauth2.common.error.OAuthError
 
OAuthError.CodeResponse - Class in org.apache.oltu.oauth2.common.error
 
OAuthError.CodeResponse() - Constructor for class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
 
OAuthError.ResourceResponse - Class in org.apache.oltu.oauth2.common.error
 
OAuthError.ResourceResponse() - Constructor for class org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
 
OAuthError.TokenResponse - Class in org.apache.oltu.oauth2.common.error
 
OAuthError.TokenResponse() - Constructor for class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
 
OAuthErrorResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthErrorResponse(OAuthProblemException) - Constructor for class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
OAuthFilter - Class in org.apache.oltu.oauth2.rsfilter
 
OAuthFilter() - Constructor for class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
OAuthIssuer - Interface in org.apache.oltu.oauth2.as.issuer
 
OAuthIssuerImpl - Class in org.apache.oltu.oauth2.as.issuer
 
OAuthIssuerImpl(ValueGenerator) - Constructor for class org.apache.oltu.oauth2.as.issuer.OAuthIssuerImpl
 
OAuthJSONAccessTokenResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthJSONAccessTokenResponse() - Constructor for class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
OAuthMessage - Interface in org.apache.oltu.oauth2.common.message
 
OAuthParametersApplier - Interface in org.apache.oltu.oauth2.common.parameters
Applies given parameters to the OAuth message.
OAuthParams - Class in org.apache.oltu.oauth2.client.demo.model
 
OAuthParams() - Constructor for class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
OAuthProblemException - Exception in org.apache.oltu.oauth2.common.exception
 
OAuthRegistration - Class in org.apache.oltu.oauth2.ext.dynamicreg.common
 
OAuthRegistration.Request - Class in org.apache.oltu.oauth2.ext.dynamicreg.common
 
OAuthRegistration.Response - Class in org.apache.oltu.oauth2.ext.dynamicreg.common
 
OAuthRegistration.Type - Class in org.apache.oltu.oauth2.ext.dynamicreg.common
 
OAuthRegistrationClient - Class in org.apache.oltu.oauth2.ext.dynamicreg.client
 
OAuthRegistrationClient(HttpClient) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.client.OAuthRegistrationClient
 
OAuthRegParams - Class in org.apache.oltu.oauth2.client.demo.model
 
OAuthRegParams() - Constructor for class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
OAuthRequest - Class in org.apache.oltu.oauth2.as.request
 
OAuthRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.OAuthRequest
 
OAuthRequest() - Constructor for class org.apache.oltu.oauth2.as.request.OAuthRequest
 
OAuthResourceResponse - Class in org.apache.oltu.oauth2.client.response
 
OAuthResourceResponse() - Constructor for class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
OAuthResponse - Class in org.apache.oltu.oauth2.common.message
 
OAuthResponse(String, int) - Constructor for class org.apache.oltu.oauth2.common.message.OAuthResponse
 
OAuthResponse.OAuthErrorResponseBuilder - Class in org.apache.oltu.oauth2.common.message
 
OAuthResponse.OAuthErrorResponseBuilder(int) - Constructor for class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
OAuthResponse.OAuthResponseBuilder - Class in org.apache.oltu.oauth2.common.message
 
OAuthResponse.OAuthResponseBuilder(int) - Constructor for class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
OAuthRSProvider - Interface in org.apache.oltu.oauth2.rsfilter
 
OAuthRSResponse - Class in org.apache.oltu.oauth2.rs.response
 
OAuthRSResponse(String, int) - Constructor for class org.apache.oltu.oauth2.rs.response.OAuthRSResponse
 
OAuthRSResponse.OAuthRSResponseBuilder - Class in org.apache.oltu.oauth2.rs.response
 
OAuthRSResponse.OAuthRSResponseBuilder(int) - Constructor for class org.apache.oltu.oauth2.rs.response.OAuthRSResponse.OAuthRSResponseBuilder
 
OAuthRuntimeException - Exception in org.apache.oltu.oauth2.common.exception
 
OAuthRuntimeException() - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
 
OAuthRuntimeException(String) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
 
OAuthRuntimeException(String, Throwable) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
 
OAuthRuntimeException(Throwable) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthRuntimeException
 
OAuthServerRegistrationRequest - Class in org.apache.oltu.oauth2.ext.dynamicreg.server.request
 
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
OAuthServerRegistrationRequest(JSONHttpServletRequestWrapper, boolean) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
OAuthServerRegistrationResponse - Class in org.apache.oltu.oauth2.ext.dynamicreg.server.response
 
OAuthServerRegistrationResponse(String, int) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse
 
OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder - Class in org.apache.oltu.oauth2.ext.dynamicreg.server.response
 
OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder(int) - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
OAuthSystemException - Exception in org.apache.oltu.oauth2.common.exception
 
OAuthSystemException() - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthSystemException
 
OAuthSystemException(String) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthSystemException
 
OAuthSystemException(Throwable) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthSystemException
 
OAuthSystemException(String, Throwable) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthSystemException
 
OAuthToken - Interface in org.apache.oltu.oauth2.common.token
 
oauthTokenAuthzResponse(HttpServletRequest) - Static method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
OAuthTokenRequest - Class in org.apache.oltu.oauth2.as.request
 
OAuthTokenRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
 
OAuthUtils - Class in org.apache.oltu.oauth2.common.utils
Common OAuth Utils class.
OAuthUtils() - Constructor for class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
OAuthUtils - Class in org.apache.oltu.oauth2.rsfilter
 
OAuthUtils() - Constructor for class org.apache.oltu.oauth2.rsfilter.OAuthUtils
 
OAuthValidator<T extends javax.servlet.http.HttpServletRequest> - Interface in org.apache.oltu.oauth2.common.validators
 
optionalParams - Variable in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
optionalParams - Variable in class org.apache.oltu.oauth2.ext.dynamicreg.client.validators.RegistrationValidator
 
org.apache.oltu.oauth2.as.issuer - package org.apache.oltu.oauth2.as.issuer
 
org.apache.oltu.oauth2.as.request - package org.apache.oltu.oauth2.as.request
 
org.apache.oltu.oauth2.as.response - package org.apache.oltu.oauth2.as.response
 
org.apache.oltu.oauth2.as.validator - package org.apache.oltu.oauth2.as.validator
 
org.apache.oltu.oauth2.client - package org.apache.oltu.oauth2.client
 
org.apache.oltu.oauth2.client.demo - package org.apache.oltu.oauth2.client.demo
 
org.apache.oltu.oauth2.client.demo.controller - package org.apache.oltu.oauth2.client.demo.controller
 
org.apache.oltu.oauth2.client.demo.exception - package org.apache.oltu.oauth2.client.demo.exception
 
org.apache.oltu.oauth2.client.demo.model - package org.apache.oltu.oauth2.client.demo.model
 
org.apache.oltu.oauth2.client.request - package org.apache.oltu.oauth2.client.request
 
org.apache.oltu.oauth2.client.response - package org.apache.oltu.oauth2.client.response
 
org.apache.oltu.oauth2.client.validator - package org.apache.oltu.oauth2.client.validator
 
org.apache.oltu.oauth2.common - package org.apache.oltu.oauth2.common
 
org.apache.oltu.oauth2.common.domain.client - package org.apache.oltu.oauth2.common.domain.client
 
org.apache.oltu.oauth2.common.domain.credentials - package org.apache.oltu.oauth2.common.domain.credentials
 
org.apache.oltu.oauth2.common.error - package org.apache.oltu.oauth2.common.error
 
org.apache.oltu.oauth2.common.exception - package org.apache.oltu.oauth2.common.exception
 
org.apache.oltu.oauth2.common.message - package org.apache.oltu.oauth2.common.message
 
org.apache.oltu.oauth2.common.message.types - package org.apache.oltu.oauth2.common.message.types
 
org.apache.oltu.oauth2.common.parameters - package org.apache.oltu.oauth2.common.parameters
 
org.apache.oltu.oauth2.common.token - package org.apache.oltu.oauth2.common.token
 
org.apache.oltu.oauth2.common.utils - package org.apache.oltu.oauth2.common.utils
 
org.apache.oltu.oauth2.common.validators - package org.apache.oltu.oauth2.common.validators
 
org.apache.oltu.oauth2.ext.dynamicreg.client - package org.apache.oltu.oauth2.ext.dynamicreg.client
 
org.apache.oltu.oauth2.ext.dynamicreg.client.request - package org.apache.oltu.oauth2.ext.dynamicreg.client.request
 
org.apache.oltu.oauth2.ext.dynamicreg.client.response - package org.apache.oltu.oauth2.ext.dynamicreg.client.response
 
org.apache.oltu.oauth2.ext.dynamicreg.client.validators - package org.apache.oltu.oauth2.ext.dynamicreg.client.validators
 
org.apache.oltu.oauth2.ext.dynamicreg.common - package org.apache.oltu.oauth2.ext.dynamicreg.common
 
org.apache.oltu.oauth2.ext.dynamicreg.server.request - package org.apache.oltu.oauth2.ext.dynamicreg.server.request
 
org.apache.oltu.oauth2.ext.dynamicreg.server.response - package org.apache.oltu.oauth2.ext.dynamicreg.server.response
 
org.apache.oltu.oauth2.ext.dynamicreg.server.validator - package org.apache.oltu.oauth2.ext.dynamicreg.server.validator
 
org.apache.oltu.oauth2.httpclient4 - package org.apache.oltu.oauth2.httpclient4
 
org.apache.oltu.oauth2.rs - package org.apache.oltu.oauth2.rs
 
org.apache.oltu.oauth2.rs.extractor - package org.apache.oltu.oauth2.rs.extractor
 
org.apache.oltu.oauth2.rs.request - package org.apache.oltu.oauth2.rs.request
 
org.apache.oltu.oauth2.rs.response - package org.apache.oltu.oauth2.rs.response
 
org.apache.oltu.oauth2.rs.validator - package org.apache.oltu.oauth2.rs.validator
 
org.apache.oltu.oauth2.rsfilter - package org.apache.oltu.oauth2.rsfilter
 
org.apache.oltu.oauth2.utils.test - package org.apache.oltu.oauth2.utils.test
 

P

parameters - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
parameters - Variable in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
parameters - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
ParameterStyle - Enum in org.apache.oltu.oauth2.common.message.types
 
parseJSON(String) - Static method in class org.apache.oltu.oauth2.common.utils.JSONUtils
 
PasswordValidator - Class in org.apache.oltu.oauth2.as.validator
 
PasswordValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.PasswordValidator
 
percentEncode(Iterable) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Construct a &-separated list of the given values, percentEncoded.
percentEncode(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
performAllValidations(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
performAllValidations(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
POST - Static variable in class org.apache.oltu.oauth2.common.OAuth.HttpMethod
 
PULL - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Type
 
PUSH - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Type
 
PushPullValidator - Class in org.apache.oltu.oauth2.ext.dynamicreg.server.validator
 
PushPullValidator() - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.server.validator.PushPullValidator
 
PUT - Static variable in class org.apache.oltu.oauth2.common.OAuth.HttpMethod
 

Q

QueryParameterApplier - Class in org.apache.oltu.oauth2.common.parameters
 
QueryParameterApplier() - Constructor for class org.apache.oltu.oauth2.common.parameters.QueryParameterApplier
 

R

readTextFileAsString(String) - Static method in class org.apache.oltu.oauth2.utils.test.FileUtils
 
REALM - Static variable in class org.apache.oltu.oauth2.common.OAuth.WWWAuthHeader
 
REDIRECT_URI - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
REDIRECT_URL - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
RedirectController - Class in org.apache.oltu.oauth2.client.demo.controller
 
RedirectController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.RedirectController
 
redirectUri - Variable in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
refreshToken() - Method in interface org.apache.oltu.oauth2.as.issuer.OAuthIssuer
 
refreshToken() - Method in class org.apache.oltu.oauth2.as.issuer.OAuthIssuerImpl
 
refreshToken - Variable in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
RefreshTokenValidator - Class in org.apache.oltu.oauth2.as.validator
 
RefreshTokenValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.RefreshTokenValidator
 
REG_TYPE_PULL - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
REG_TYPE_PUSH - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
RegistrationController - Class in org.apache.oltu.oauth2.client.demo.controller
 
RegistrationController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.RegistrationController
 
RegistrationValidator - Class in org.apache.oltu.oauth2.ext.dynamicreg.client.validators
 
RegistrationValidator() - Constructor for class org.apache.oltu.oauth2.ext.dynamicreg.client.validators.RegistrationValidator
 
request - Variable in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
REQUEST_TYPE_BODY - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
REQUEST_TYPE_HEADER - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
REQUEST_TYPE_QUERY - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
requiredParams - Variable in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
requiredParams - Variable in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
resource(OAuthClientRequest, String, Class<T>) - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
ResourceController - Class in org.apache.oltu.oauth2.client.demo.controller
 
ResourceController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.ResourceController
 
ResourceServer - Class in org.apache.oltu.oauth2.rs
 
ResourceServer() - Constructor for class org.apache.oltu.oauth2.rs.ResourceServer
 
responseCode - Variable in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
responseCode - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
responseStatus(int) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
responseStatus - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
ResponseType - Enum in org.apache.oltu.oauth2.common.message.types
 
RS_REALM - Static variable in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
RS_REALM_DEFAULT - Static variable in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
RS_TOKENS - Static variable in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 
RS_TOKENS_DEFAULT - Static variable in class org.apache.oltu.oauth2.rsfilter.OAuthFilter
 

S

saveStreamAsString(InputStream) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Read data from Input Stream and save it as a String.
scope(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
scope - Variable in class org.apache.oltu.oauth2.common.token.BasicOAuthToken
 
SERVER_ERROR - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
setAccessToken(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
setAccessToken(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
setAccessToken(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setAccessToken(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthBearerClientRequest
 
setApplication(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setAssertion(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setAssertionType(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setAuthzCode(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setAuthzEndpoint(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
setBody(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
setBody(String) - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
setBody(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
setBody(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
setClientId(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setClientId(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setClientId(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setClientId(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setClientId(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setClientId(String) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
setClientId(String) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
setClientId(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
setClientSecret(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setClientUri(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setClientUrl(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setCode(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
setCode(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setContentType(String) - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
setContentType(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
setContentType(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
setContentType(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
setContentType(String) - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
setContentType(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
setDescription(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setDescription(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setDescription(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setDescription(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
setError(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
setErrorDescription(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
setErrorMessage(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setErrorUri(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
setExpiresIn(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
setExpiresIn(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
setExpiresIn(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
setExpiresIn(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setExpiresIn(Long) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setGrantType(GrantType) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setHeader(String, String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
setHeaders(Map<String, String>) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
setHeaders(Map<String, String>) - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
setHeaders(Map<String, String>) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
setIcon(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setIcon(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
setIconUri(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setIconUri(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setIssuedAt(Long) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setIssuedAt(Long) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setIssuedAt(Long) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentials
 
setIssuedAt(Long) - Method in class org.apache.oltu.oauth2.common.domain.credentials.BasicCredentialsBuilder
 
setIssuedAt(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setLocationUri(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
setLocationUri(String) - Method in interface org.apache.oltu.oauth2.common.message.OAuthMessage
 
setLocationUri(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
setName(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setName(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setName(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setName(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
setParam(String, String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthAuthorizationResponseBuilder
 
setParam(String, String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
setParam(String, String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
setParam(String, String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder
 
setParameter(String, String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setParameter(String, String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setParameter(String, String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
setPassword(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setRealm(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
setRedirectUri(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setRedirectURI(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setRedirectURI(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setRedirectUri(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfo
 
setRedirectUri(String) - Method in class org.apache.oltu.oauth2.common.domain.client.BasicClientInfoBuilder
 
setRedirectUri(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
setRedirectURL(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
setRefreshToken(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
setRefreshToken(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setRefreshToken(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setRegistrationEndpoint(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setRegistrationType(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setRequestMethod(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setRequestType(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setResource(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setResourceUrl(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.client.response.OAuthJSONAccessTokenResponse
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
setResponseCode(int) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.response.OAuthClientRegistrationResponse
 
setResponseType(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setScope(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setScope(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setScope(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
setScope(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthResponseBuilder
 
setState(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.AuthenticationRequestBuilder
 
setState(String) - Method in class org.apache.oltu.oauth2.common.message.OAuthResponse.OAuthErrorResponseBuilder
 
setTokenEndpoint(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthParams
 
setTokenType(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
setUrl(String) - Method in class org.apache.oltu.oauth2.client.demo.model.OAuthRegParams
 
setUrl(String) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.request.OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder
 
setUsername(String) - Method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.TokenRequestBuilder
 
shutdown() - Method in interface org.apache.oltu.oauth2.client.HttpClient
Shut down the client and release the resources associated with the HttpClient
shutdown() - Method in class org.apache.oltu.oauth2.client.OAuthClient
 
shutdown() - Method in class org.apache.oltu.oauth2.client.URLConnectionClient
 
shutdown() - Method in class org.apache.oltu.oauth2.httpclient4.HttpClient4
 
SMART_GALLERY - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
SMART_GALLERY_AUTHZ - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
SMART_GALLERY_REGISTER - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
SMART_GALLERY_TOKEN - Static variable in class org.apache.oltu.oauth2.client.demo.Utils
 
state(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
status(int) - Static method in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
status(int) - Static method in class org.apache.oltu.oauth2.ext.dynamicreg.server.response.OAuthServerRegistrationResponse
 

T

TEMPORARILY_UNAVAILABLE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
toHexString(byte[]) - Static method in class org.apache.oltu.oauth2.as.issuer.MD5Generator
 
TokenController - Class in org.apache.oltu.oauth2.client.demo.controller
 
TokenController() - Constructor for class org.apache.oltu.oauth2.client.demo.controller.TokenController
 
TokenExtractor - Interface in org.apache.oltu.oauth2.rs.extractor
 
tokenLocation(String) - Static method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
tokenResponse(int) - Static method in class org.apache.oltu.oauth2.as.response.OAuthASResponse
 
tokens - Static variable in class org.apache.oltu.oauth2.rs.request.OAuthAccessResourceRequest
 
TokenType - Enum in org.apache.oltu.oauth2.common.message.types
 
TokenValidator - Class in org.apache.oltu.oauth2.as.validator
 
TokenValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.TokenValidator
 
TokenValidator - Class in org.apache.oltu.oauth2.client.validator
 
TokenValidator() - Constructor for class org.apache.oltu.oauth2.client.validator.TokenValidator
 
toString() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
toString() - Method in enum org.apache.oltu.oauth2.common.message.types.GrantType
 
toString() - Method in enum org.apache.oltu.oauth2.common.message.types.ParameterStyle
 
toString() - Method in enum org.apache.oltu.oauth2.common.message.types.ResponseType
 
toString() - Method in enum org.apache.oltu.oauth2.common.message.types.TokenType
 
toString(InputStream, String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.
TYPE - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 

U

UNAUTHORIZED_CLIENT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The client is not authorized to request an authorization code using this method.
UNAUTHORIZED_CLIENT - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
The authenticated client is not authorized to use this authorization grant type.
UNSUPPORTED_GRANT_TYPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.TokenResponse
The authorization grant type is not supported by the authorization server.
UNSUPPORTED_RESPONSE_TYPE - Static variable in class org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
The authorization server does not support obtaining an authorization code using this method.
uri(String) - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
uri - Variable in class org.apache.oltu.oauth2.common.message.OAuthResponse
 
url - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest.OAuthRequestBuilder
 
url - Variable in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
URL_ENCODED - Static variable in class org.apache.oltu.oauth2.common.OAuth.ContentType
 
URLConnectionClient - Class in org.apache.oltu.oauth2.client
Implementation of the OAuth HttpClient using URL Connection
URLConnectionClient() - Constructor for class org.apache.oltu.oauth2.client.URLConnectionClient
 
Utils - Class in org.apache.oltu.oauth2.client.demo
 
UUIDValueGenerator - Class in org.apache.oltu.oauth2.as.issuer
Exemplar OAuth Token Generator
UUIDValueGenerator() - Constructor for class org.apache.oltu.oauth2.as.issuer.UUIDValueGenerator
 

V

validate() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
validate() - Method in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
validate(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
validateAuthorizationParams(OAuthParams) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.CodeTokenValidator
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.CodeValidator
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.TokenValidator
 
validateContentType(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateContentType(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
validateContentType(JSONHttpServletRequestWrapper) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.validator.PushPullValidator
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerBodyOAuthValidator
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerHeaderOAuthValidator
 
validateContentType(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerQueryOAuthValidator
 
validateErrorResponse(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.CodeTokenValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.CodeValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.as.validator.TokenValidator
 
validateMethod(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateMethod(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerBodyOAuthValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerHeaderOAuthValidator
 
validateMethod(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerQueryOAuthValidator
 
validateNotAllowedParameters(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
validateNotAllowedParameters(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateNotAllowedParameters(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
validateOptionalParameters(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateOptionalParameters(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
validateParameters(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
validateParameters(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.ext.dynamicreg.client.validators.RegistrationValidator
 
validateRegistrationParams(OAuthRegParams) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
validateRequest(String, String, HttpServletRequest) - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthRSProvider
 
validateRequiredParameters(OAuthClientResponse) - Method in class org.apache.oltu.oauth2.client.validator.OAuthClientValidator
 
validateRequiredParameters(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateRequiredParameters(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
validateRequiredParameters(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerBodyOAuthValidator
 
validateRequiredParameters(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerHeaderOAuthValidator
 
validateRequiredParameters(HttpServletRequest) - Method in class org.apache.oltu.oauth2.rs.validator.BearerQueryOAuthValidator
 
validateTokenParams(OAuthParams) - Static method in class org.apache.oltu.oauth2.client.demo.Utils
 
validator - Variable in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
validator - Variable in class org.apache.oltu.oauth2.client.response.OAuthClientResponse
 
validators - Variable in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
validators - Variable in class org.apache.oltu.oauth2.rs.ResourceServer
 
ValueGenerator - Interface in org.apache.oltu.oauth2.as.issuer
 
valueOf(String) - Static method in enum org.apache.oltu.oauth2.common.message.types.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oltu.oauth2.common.message.types.ParameterStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oltu.oauth2.common.message.types.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.oltu.oauth2.common.message.types.TokenType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.oltu.oauth2.common.message.types.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oltu.oauth2.common.message.types.ParameterStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oltu.oauth2.common.message.types.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.oltu.oauth2.common.message.types.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WWW_AUTHENTICATE - Static variable in class org.apache.oltu.oauth2.common.OAuth.HeaderType
 
WWWAuthHeaderParametersApplier - Class in org.apache.oltu.oauth2.common.parameters
 
WWWAuthHeaderParametersApplier() - Constructor for class org.apache.oltu.oauth2.common.parameters.WWWAuthHeaderParametersApplier
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.