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

A

AbstractOAuthTokenRequest - Class in org.apache.oltu.oauth2.as.request
Abstract OAuth Token request class
AbstractOAuthTokenRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest
 
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
 
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
Validator that checks for the required fields in an OAuth Token request with the Authorization Code grant type.
AuthorizationCodeValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.AuthorizationCodeValidator
 
authorizationLocation(String) - Static method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
authorizationProvider(OAuthProviderType) - 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
 

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
 
build(String, String, String, String) - Method in class org.apache.oltu.oauth2.jwt.io.JWTReader
 
build() - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Creates a new JWT instance.
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

ClaimsSet - Class in org.apache.oltu.oauth2.jwt
Represents the Claims Set as defined in the 6.1 section of the JWT specification.
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

decodeClientAuthenticationHeader(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
Decodes the Basic Authentication header into a username and password
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
 
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
 
enforceClientAuthentication - Variable in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
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

FileUtils - Class in org.apache.oltu.oauth2.utils.test
 
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
 
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.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
 
getAlgorithm() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the alg JWT Header parameter.
getAudience() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the aud JWT Claims Set parameter.
getAuthHeaderField(String) - Static method in class org.apache.oltu.oauth2.common.utils.OAuthUtils
 
getAuthzEndpoint() - Method in enum org.apache.oltu.oauth2.common.OAuthProviderType
Get the authorization endpoint
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
 
getClaimsSet() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Claims Set as defined in the 6.1 section of the JWT specification.
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.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.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.AbstractOAuthTokenRequest
 
getCode() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
getContentType() - Method in class org.apache.oltu.oauth2.client.response.OAuthResourceResponse
 
getContentType() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the cty JWT Header parameter.
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
 
getErrorUri() - Method in class org.apache.oltu.oauth2.client.response.OAuthErrorResponse
 
getExpirationTime() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the exp JWT Claims Set parameter.
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.AbstractOAuthTokenRequest
 
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
 
getHeader() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Header as defined in the 6.1 section of the JWT specification.
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
 
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
 
getIssuedAt() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the iat JWT Claims Set parameter.
getIssuer() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the iss JWT Claims Set parameter.
getJwdId() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the jti JWT Claims Set parameter.
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.common.domain.client.BasicClientInfo
 
getName() - Method in interface org.apache.oltu.oauth2.common.domain.client.ClientInfo
 
getNotBefore() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the nbf JWT Claims Set parameter.
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.AbstractOAuthTokenRequest
 
getPrincipal() - Method in interface org.apache.oltu.oauth2.rsfilter.OAuthDecision
 
getProviderName() - Method in enum org.apache.oltu.oauth2.common.OAuthProviderType
Get the provider name
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
getRawString() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT raw string.
getRedirectURI() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
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.AbstractOAuthTokenRequest
 
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
 
getRequest() - Method in class org.apache.oltu.oauth2.client.response.OAuthAuthzResponse
 
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.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
 
getSignature() - Method in class org.apache.oltu.oauth2.jwt.JWT
Get the JWT Signature.
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
 
getSubject() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the sub JWT Claims Set parameter.
getTokenEndpoint() - Method in enum org.apache.oltu.oauth2.common.OAuthProviderType
Get the access token endpoint
getType() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
getType() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
Returns the typ JWT Claims Set parameter.
getType() - Method in class org.apache.oltu.oauth2.jwt.Header
Returns the typ JWT Header parameter.
getUri() - Method in exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
getUsername() - Method in class org.apache.oltu.oauth2.as.request.AbstractOAuthTokenRequest
 
GitHubTokenResponse - Class in org.apache.oltu.oauth2.client.response
 
GitHubTokenResponse() - Constructor for class org.apache.oltu.oauth2.client.response.GitHubTokenResponse
 
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
handleProperties(ClaimsSet) - Method in class org.apache.oltu.oauth2.jwt.io.JWTClaimsSetWriter
 
handleProperties(Header) - Method in class org.apache.oltu.oauth2.jwt.io.JWTHeaderWriter
 
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
 
Header - Class in org.apache.oltu.oauth2.jwt
Represents the Header as defined in the 6.1 section of the JWT specification.
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.AbstractOAuthTokenRequest
 
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.as.request.OAuthUnauthenticatedTokenRequest
 
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<T>, 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
 
isClientAuthHeaderUsed() - Method in class org.apache.oltu.oauth2.as.request.OAuthRequest
 
isDiscovered() - Method in class org.apache.oltu.oauth2.ext.dynamicreg.server.request.OAuthServerRegistrationRequest
 
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.
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
 
JWT - Class in org.apache.oltu.oauth2.jwt
This class contains constants used in the JWT implementation.
JWT.Builder - Class in org.apache.oltu.oauth2.jwt
A simple JWT builder.
JWT.Builder() - Constructor for class org.apache.oltu.oauth2.jwt.JWT.Builder
 
JWT.Builder(String) - Constructor for class org.apache.oltu.oauth2.jwt.JWT.Builder
 
JWTClaimsSetWriter - Class in org.apache.oltu.oauth2.jwt.io
 
JWTClaimsSetWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTClaimsSetWriter
 
JWTHeaderWriter - Class in org.apache.oltu.oauth2.jwt.io
 
JWTHeaderWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTHeaderWriter
 
JWTReader - Class in org.apache.oltu.oauth2.jwt.io
A JWT reader.
JWTReader() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTReader
 
JWTWriter - Class in org.apache.oltu.oauth2.jwt.io
A JWT writer.
JWTWriter() - Constructor for class org.apache.oltu.oauth2.jwt.io.JWTWriter
 

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

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.
OAuthProblemException - Exception in org.apache.oltu.oauth2.common.exception
 
OAuthProblemException(String) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
OAuthProblemException(String, String) - Constructor for exception org.apache.oltu.oauth2.common.exception.OAuthProblemException
 
OAuthProviderType - Enum in org.apache.oltu.oauth2.common
An enumeration of pre-identified and well known OAuth 2 providers, along with their authorization and token endpoints.
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
 
OAuthRequest - Class in org.apache.oltu.oauth2.as.request
The Abstract OAuth request for the Authorization server.
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
The Default OAuth Authorization Server class that validates whether a given HttpServletRequest is a valid OAuth Token request.
OAuthTokenRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.OAuthTokenRequest
Create an OAuth Token request from a given HttpSerlvetRequest
OAuthUnauthenticatedTokenRequest - Class in org.apache.oltu.oauth2.as.request
The Unauthenticated OAuth Authorization Server class that validates whether a given HttpServletRequest is a valid OAuth Token request.
OAuthUnauthenticatedTokenRequest(HttpServletRequest) - Constructor for class org.apache.oltu.oauth2.as.request.OAuthUnauthenticatedTokenRequest
 
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.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.jwt - package org.apache.oltu.oauth2.jwt
Basic JSON Web Token implementation.
org.apache.oltu.oauth2.jwt.io - package org.apache.oltu.oauth2.jwt.io
JWT I/O manipulators implementation.
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_URL - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 
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
Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type.
RefreshTokenValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.RefreshTokenValidator
 
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
 
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
 
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.request.OAuthBearerClientRequest
 
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
 
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
 
setClaimsSetAudience(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set aud.
setClaimsSetCustomField(String, Object) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Set the JWT Claims Set custom field.
setClaimsSetExpirationTime(long) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set exp.
setClaimsSetIssuedAt(long) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set issuedAt.
setClaimsSetIssuer(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set iss.
setClaimsSetJwdId(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set jti.
setClaimsSetNotBefore(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set nbf.
setClaimsSetSubject(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set sub.
setClaimsSetType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Claims Set typ.
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.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.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
 
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(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
 
setHeaderAlgorithm(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header alg.
setHeaderContentType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header cty.
setHeaderCustomField(String, Object) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Set the JWT Header custom field.
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
 
setHeaderType(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT Header typ.
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.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.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.request.OAuthClientRequest.TokenRequestBuilder
 
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.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
 
setSignature(String) - Method in class org.apache.oltu.oauth2.jwt.JWT.Builder
Sets the JWT signature.
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
 
setTokenType(String) - Method in class org.apache.oltu.oauth2.as.response.OAuthASResponse.OAuthTokenResponseBuilder
 
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
 
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
 
TokenExtractor - Interface in org.apache.oltu.oauth2.rs.extractor
 
tokenLocation(String) - Static method in class org.apache.oltu.oauth2.client.request.OAuthClientRequest
 
tokenProvider(OAuthProviderType) - 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.
toString() - Method in class org.apache.oltu.oauth2.jwt.ClaimsSet
 
toString() - Method in class org.apache.oltu.oauth2.jwt.Header
 
toString() - Method in class org.apache.oltu.oauth2.jwt.JWT
 
TYPE - Static variable in class org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Request
 

U

UnauthenticatedAuthorizationCodeValidator - Class in org.apache.oltu.oauth2.as.validator
Validator that checks for the required fields for an OAuth Token request with the Authorization Code grant type.
UnauthenticatedAuthorizationCodeValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.UnauthenticatedAuthorizationCodeValidator
 
UnauthenticatedPasswordValidator - Class in org.apache.oltu.oauth2.as.validator
 
UnauthenticatedPasswordValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.UnauthenticatedPasswordValidator
 
UnauthenticatedRefreshTokenValidator - Class in org.apache.oltu.oauth2.as.validator
Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type.
UnauthenticatedRefreshTokenValidator() - Constructor for class org.apache.oltu.oauth2.as.validator.UnauthenticatedRefreshTokenValidator
 
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
 
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
 
validateClientAuthenticationCredentials(T) - Method in class org.apache.oltu.oauth2.common.validators.AbstractValidator
 
validateClientAuthenticationCredentials(T) - Method in interface org.apache.oltu.oauth2.common.validators.OAuthValidator
 
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
 
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
 
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.
valueOf(String) - Static method in enum org.apache.oltu.oauth2.common.OAuthProviderType
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.
values() - Static method in enum org.apache.oltu.oauth2.common.OAuthProviderType
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeBody(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
writeHeader(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
writeSignature(JWT) - Method in class org.apache.oltu.oauth2.jwt.io.JWTWriter
 
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–2014 The Apache Software Foundation. All rights reserved.