var NAVTREE_DATA = [ [ "org.apache.oltu.oauth2.as.issuer", "org/apache/oltu/oauth2/as/issuer/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthIssuer", "org/apache/oltu/oauth2/as/issuer/OAuthIssuer.html", null, "" ], [ "ValueGenerator", "org/apache/oltu/oauth2/as/issuer/ValueGenerator.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "MD5Generator", "org/apache/oltu/oauth2/as/issuer/MD5Generator.html", null, "" ], [ "OAuthIssuerImpl", "org/apache/oltu/oauth2/as/issuer/OAuthIssuerImpl.html", null, "" ], [ "UUIDValueGenerator", "org/apache/oltu/oauth2/as/issuer/UUIDValueGenerator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.as.request", "org/apache/oltu/oauth2/as/request/package-summary.html", [ [ "Classes", null, [ [ "AbstractOAuthTokenRequest", "org/apache/oltu/oauth2/as/request/AbstractOAuthTokenRequest.html", null, "" ], [ "OAuthAuthzRequest", "org/apache/oltu/oauth2/as/request/OAuthAuthzRequest.html", null, "" ], [ "OAuthRequest", "org/apache/oltu/oauth2/as/request/OAuthRequest.html", null, "" ], [ "OAuthTokenRequest", "org/apache/oltu/oauth2/as/request/OAuthTokenRequest.html", null, "" ], [ "OAuthUnauthenticatedTokenRequest", "org/apache/oltu/oauth2/as/request/OAuthUnauthenticatedTokenRequest.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.as.response", "org/apache/oltu/oauth2/as/response/package-summary.html", [ [ "Classes", null, [ [ "OAuthASResponse", "org/apache/oltu/oauth2/as/response/OAuthASResponse.html", null, "" ], [ "OAuthASResponse.OAuthAuthorizationResponseBuilder", "org/apache/oltu/oauth2/as/response/OAuthASResponse.OAuthAuthorizationResponseBuilder.html", null, "" ], [ "OAuthASResponse.OAuthTokenResponseBuilder", "org/apache/oltu/oauth2/as/response/OAuthASResponse.OAuthTokenResponseBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.as.validator", "org/apache/oltu/oauth2/as/validator/package-summary.html", [ [ "Classes", null, [ [ "AssertionValidator", "org/apache/oltu/oauth2/as/validator/AssertionValidator.html", null, "" ], [ "AuthorizationCodeValidator", "org/apache/oltu/oauth2/as/validator/AuthorizationCodeValidator.html", null, "" ], [ "ClientCredentialValidator", "org/apache/oltu/oauth2/as/validator/ClientCredentialValidator.html", null, "" ], [ "CodeTokenValidator", "org/apache/oltu/oauth2/as/validator/CodeTokenValidator.html", null, "" ], [ "CodeValidator", "org/apache/oltu/oauth2/as/validator/CodeValidator.html", null, "" ], [ "PasswordValidator", "org/apache/oltu/oauth2/as/validator/PasswordValidator.html", null, "" ], [ "RefreshTokenValidator", "org/apache/oltu/oauth2/as/validator/RefreshTokenValidator.html", null, "" ], [ "TokenValidator", "org/apache/oltu/oauth2/as/validator/TokenValidator.html", null, "" ], [ "UnauthenticatedAuthorizationCodeValidator", "org/apache/oltu/oauth2/as/validator/UnauthenticatedAuthorizationCodeValidator.html", null, "" ], [ "UnauthenticatedPasswordValidator", "org/apache/oltu/oauth2/as/validator/UnauthenticatedPasswordValidator.html", null, "" ], [ "UnauthenticatedRefreshTokenValidator", "org/apache/oltu/oauth2/as/validator/UnauthenticatedRefreshTokenValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.client", "org/apache/oltu/oauth2/client/package-summary.html", [ [ "Interfaces", null, [ [ "HttpClient", "org/apache/oltu/oauth2/client/HttpClient.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "OAuthClient", "org/apache/oltu/oauth2/client/OAuthClient.html", null, "" ], [ "URLConnectionClient", "org/apache/oltu/oauth2/client/URLConnectionClient.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.client.request", "org/apache/oltu/oauth2/client/request/package-summary.html", [ [ "Classes", null, [ [ "ClientHeaderParametersApplier", "org/apache/oltu/oauth2/client/request/ClientHeaderParametersApplier.html", null, "" ], [ "OAuthBearerClientRequest", "org/apache/oltu/oauth2/client/request/OAuthBearerClientRequest.html", null, "" ], [ "OAuthClientRequest", "org/apache/oltu/oauth2/client/request/OAuthClientRequest.html", null, "" ], [ "OAuthClientRequest.AuthenticationRequestBuilder", "org/apache/oltu/oauth2/client/request/OAuthClientRequest.AuthenticationRequestBuilder.html", null, "" ], [ "OAuthClientRequest.OAuthRequestBuilder", "org/apache/oltu/oauth2/client/request/OAuthClientRequest.OAuthRequestBuilder.html", null, "" ], [ "OAuthClientRequest.TokenRequestBuilder", "org/apache/oltu/oauth2/client/request/OAuthClientRequest.TokenRequestBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.client.response", "org/apache/oltu/oauth2/client/response/package-summary.html", [ [ "Classes", null, [ [ "GitHubTokenResponse", "org/apache/oltu/oauth2/client/response/GitHubTokenResponse.html", null, "" ], [ "OAuthAccessTokenResponse", "org/apache/oltu/oauth2/client/response/OAuthAccessTokenResponse.html", null, "" ], [ "OAuthAuthzResponse", "org/apache/oltu/oauth2/client/response/OAuthAuthzResponse.html", null, "" ], [ "OAuthClientResponse", "org/apache/oltu/oauth2/client/response/OAuthClientResponse.html", null, "" ], [ "OAuthClientResponseFactory", "org/apache/oltu/oauth2/client/response/OAuthClientResponseFactory.html", null, "" ], [ "OAuthErrorResponse", "org/apache/oltu/oauth2/client/response/OAuthErrorResponse.html", null, "" ], [ "OAuthJSONAccessTokenResponse", "org/apache/oltu/oauth2/client/response/OAuthJSONAccessTokenResponse.html", null, "" ], [ "OAuthResourceResponse", "org/apache/oltu/oauth2/client/response/OAuthResourceResponse.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.client.validator", "org/apache/oltu/oauth2/client/validator/package-summary.html", [ [ "Classes", null, [ [ "CodeTokenValidator", "org/apache/oltu/oauth2/client/validator/CodeTokenValidator.html", null, "" ], [ "CodeValidator", "org/apache/oltu/oauth2/client/validator/CodeValidator.html", null, "" ], [ "OAuthClientValidator", "org/apache/oltu/oauth2/client/validator/OAuthClientValidator.html", null, "" ], [ "TokenValidator", "org/apache/oltu/oauth2/client/validator/TokenValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common", "org/apache/oltu/oauth2/common/package-summary.html", [ [ "Classes", null, [ [ "OAuth", "org/apache/oltu/oauth2/common/OAuth.html", null, "" ], [ "OAuth.ContentType", "org/apache/oltu/oauth2/common/OAuth.ContentType.html", null, "" ], [ "OAuth.HeaderType", "org/apache/oltu/oauth2/common/OAuth.HeaderType.html", null, "" ], [ "OAuth.HttpMethod", "org/apache/oltu/oauth2/common/OAuth.HttpMethod.html", null, "" ], [ "OAuth.WWWAuthHeader", "org/apache/oltu/oauth2/common/OAuth.WWWAuthHeader.html", null, "" ] ] , "" ], [ "Enums", null, [ [ "OAuthProviderType", "org/apache/oltu/oauth2/common/OAuthProviderType.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.domain.client", "org/apache/oltu/oauth2/common/domain/client/package-summary.html", [ [ "Interfaces", null, [ [ "ClientInfo", "org/apache/oltu/oauth2/common/domain/client/ClientInfo.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "BasicClientInfo", "org/apache/oltu/oauth2/common/domain/client/BasicClientInfo.html", null, "" ], [ "BasicClientInfoBuilder", "org/apache/oltu/oauth2/common/domain/client/BasicClientInfoBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.domain.credentials", "org/apache/oltu/oauth2/common/domain/credentials/package-summary.html", [ [ "Interfaces", null, [ [ "Credentials", "org/apache/oltu/oauth2/common/domain/credentials/Credentials.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "BasicCredentials", "org/apache/oltu/oauth2/common/domain/credentials/BasicCredentials.html", null, "" ], [ "BasicCredentialsBuilder", "org/apache/oltu/oauth2/common/domain/credentials/BasicCredentialsBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.error", "org/apache/oltu/oauth2/common/error/package-summary.html", [ [ "Classes", null, [ [ "OAuthError", "org/apache/oltu/oauth2/common/error/OAuthError.html", null, "" ], [ "OAuthError.CodeResponse", "org/apache/oltu/oauth2/common/error/OAuthError.CodeResponse.html", null, "" ], [ "OAuthError.ResourceResponse", "org/apache/oltu/oauth2/common/error/OAuthError.ResourceResponse.html", null, "" ], [ "OAuthError.TokenResponse", "org/apache/oltu/oauth2/common/error/OAuthError.TokenResponse.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.exception", "org/apache/oltu/oauth2/common/exception/package-summary.html", [ [ "Exceptions", null, [ [ "OAuthProblemException", "org/apache/oltu/oauth2/common/exception/OAuthProblemException.html", null, "" ], [ "OAuthRuntimeException", "org/apache/oltu/oauth2/common/exception/OAuthRuntimeException.html", null, "" ], [ "OAuthSystemException", "org/apache/oltu/oauth2/common/exception/OAuthSystemException.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.message", "org/apache/oltu/oauth2/common/message/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthMessage", "org/apache/oltu/oauth2/common/message/OAuthMessage.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "OAuthResponse", "org/apache/oltu/oauth2/common/message/OAuthResponse.html", null, "" ], [ "OAuthResponse.OAuthErrorResponseBuilder", "org/apache/oltu/oauth2/common/message/OAuthResponse.OAuthErrorResponseBuilder.html", null, "" ], [ "OAuthResponse.OAuthResponseBuilder", "org/apache/oltu/oauth2/common/message/OAuthResponse.OAuthResponseBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.message.types", "org/apache/oltu/oauth2/common/message/types/package-summary.html", [ [ "Enums", null, [ [ "GrantType", "org/apache/oltu/oauth2/common/message/types/GrantType.html", null, "" ], [ "ParameterStyle", "org/apache/oltu/oauth2/common/message/types/ParameterStyle.html", null, "" ], [ "ResponseType", "org/apache/oltu/oauth2/common/message/types/ResponseType.html", null, "" ], [ "TokenType", "org/apache/oltu/oauth2/common/message/types/TokenType.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.parameters", "org/apache/oltu/oauth2/common/parameters/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthParametersApplier", "org/apache/oltu/oauth2/common/parameters/OAuthParametersApplier.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "BodyURLEncodedParametersApplier", "org/apache/oltu/oauth2/common/parameters/BodyURLEncodedParametersApplier.html", null, "" ], [ "FragmentParametersApplier", "org/apache/oltu/oauth2/common/parameters/FragmentParametersApplier.html", null, "" ], [ "JSONBodyParametersApplier", "org/apache/oltu/oauth2/common/parameters/JSONBodyParametersApplier.html", null, "" ], [ "QueryParameterApplier", "org/apache/oltu/oauth2/common/parameters/QueryParameterApplier.html", null, "" ], [ "WWWAuthHeaderParametersApplier", "org/apache/oltu/oauth2/common/parameters/WWWAuthHeaderParametersApplier.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.token", "org/apache/oltu/oauth2/common/token/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthToken", "org/apache/oltu/oauth2/common/token/OAuthToken.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "BasicOAuthToken", "org/apache/oltu/oauth2/common/token/BasicOAuthToken.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.utils", "org/apache/oltu/oauth2/common/utils/package-summary.html", [ [ "Classes", null, [ [ "JSONUtils", "org/apache/oltu/oauth2/common/utils/JSONUtils.html", null, "" ], [ "OAuthUtils", "org/apache/oltu/oauth2/common/utils/OAuthUtils.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.common.validators", "org/apache/oltu/oauth2/common/validators/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthValidator", "org/apache/oltu/oauth2/common/validators/OAuthValidator.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "AbstractValidator", "org/apache/oltu/oauth2/common/validators/AbstractValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.client", "org/apache/oltu/oauth2/ext/dynamicreg/client/package-summary.html", [ [ "Classes", null, [ [ "OAuthRegistrationClient", "org/apache/oltu/oauth2/ext/dynamicreg/client/OAuthRegistrationClient.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.client.request", "org/apache/oltu/oauth2/ext/dynamicreg/client/request/package-summary.html", [ [ "Classes", null, [ [ "OAuthClientRegistrationRequest", "org/apache/oltu/oauth2/ext/dynamicreg/client/request/OAuthClientRegistrationRequest.html", null, "" ], [ "OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder", "org/apache/oltu/oauth2/ext/dynamicreg/client/request/OAuthClientRegistrationRequest.OAuthRegistrationRequestBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.client.response", "org/apache/oltu/oauth2/ext/dynamicreg/client/response/package-summary.html", [ [ "Classes", null, [ [ "OAuthClientRegistrationResponse", "org/apache/oltu/oauth2/ext/dynamicreg/client/response/OAuthClientRegistrationResponse.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.client.validators", "org/apache/oltu/oauth2/ext/dynamicreg/client/validators/package-summary.html", [ [ "Classes", null, [ [ "RegistrationValidator", "org/apache/oltu/oauth2/ext/dynamicreg/client/validators/RegistrationValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.common", "org/apache/oltu/oauth2/ext/dynamicreg/common/package-summary.html", [ [ "Classes", null, [ [ "OAuthRegistration", "org/apache/oltu/oauth2/ext/dynamicreg/common/OAuthRegistration.html", null, "" ], [ "OAuthRegistration.Request", "org/apache/oltu/oauth2/ext/dynamicreg/common/OAuthRegistration.Request.html", null, "" ], [ "OAuthRegistration.Response", "org/apache/oltu/oauth2/ext/dynamicreg/common/OAuthRegistration.Response.html", null, "" ], [ "OAuthRegistration.Type", "org/apache/oltu/oauth2/ext/dynamicreg/common/OAuthRegistration.Type.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.server.request", "org/apache/oltu/oauth2/ext/dynamicreg/server/request/package-summary.html", [ [ "Classes", null, [ [ "JSONHttpServletRequestWrapper", "org/apache/oltu/oauth2/ext/dynamicreg/server/request/JSONHttpServletRequestWrapper.html", null, "" ], [ "OAuthServerRegistrationRequest", "org/apache/oltu/oauth2/ext/dynamicreg/server/request/OAuthServerRegistrationRequest.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.server.response", "org/apache/oltu/oauth2/ext/dynamicreg/server/response/package-summary.html", [ [ "Classes", null, [ [ "OAuthServerRegistrationResponse", "org/apache/oltu/oauth2/ext/dynamicreg/server/response/OAuthServerRegistrationResponse.html", null, "" ], [ "OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder", "org/apache/oltu/oauth2/ext/dynamicreg/server/response/OAuthServerRegistrationResponse.OAuthRegistrationResponseBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.ext.dynamicreg.server.validator", "org/apache/oltu/oauth2/ext/dynamicreg/server/validator/package-summary.html", [ [ "Classes", null, [ [ "PushPullValidator", "org/apache/oltu/oauth2/ext/dynamicreg/server/validator/PushPullValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.httpclient4", "org/apache/oltu/oauth2/httpclient4/package-summary.html", [ [ "Classes", null, [ [ "HttpClient4", "org/apache/oltu/oauth2/httpclient4/HttpClient4.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.jwt", "org/apache/oltu/oauth2/jwt/package-summary.html", [ [ "Classes", null, [ [ "ClaimsSet", "org/apache/oltu/oauth2/jwt/ClaimsSet.html", null, "" ], [ "Header", "org/apache/oltu/oauth2/jwt/Header.html", null, "" ], [ "JWT", "org/apache/oltu/oauth2/jwt/JWT.html", null, "" ], [ "JWT.Builder", "org/apache/oltu/oauth2/jwt/JWT.Builder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.jwt.io", "org/apache/oltu/oauth2/jwt/io/package-summary.html", [ [ "Classes", null, [ [ "JWTClaimsSetWriter", "org/apache/oltu/oauth2/jwt/io/JWTClaimsSetWriter.html", null, "" ], [ "JWTHeaderWriter", "org/apache/oltu/oauth2/jwt/io/JWTHeaderWriter.html", null, "" ], [ "JWTReader", "org/apache/oltu/oauth2/jwt/io/JWTReader.html", null, "" ], [ "JWTWriter", "org/apache/oltu/oauth2/jwt/io/JWTWriter.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rs", "org/apache/oltu/oauth2/rs/package-summary.html", [ [ "Classes", null, [ [ "BearerResourceServer", "org/apache/oltu/oauth2/rs/BearerResourceServer.html", null, "" ], [ "ResourceServer", "org/apache/oltu/oauth2/rs/ResourceServer.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rs.extractor", "org/apache/oltu/oauth2/rs/extractor/package-summary.html", [ [ "Interfaces", null, [ [ "TokenExtractor", "org/apache/oltu/oauth2/rs/extractor/TokenExtractor.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "BearerBodyTokenExtractor", "org/apache/oltu/oauth2/rs/extractor/BearerBodyTokenExtractor.html", null, "" ], [ "BearerHeaderTokenExtractor", "org/apache/oltu/oauth2/rs/extractor/BearerHeaderTokenExtractor.html", null, "" ], [ "BearerQueryTokenExtractor", "org/apache/oltu/oauth2/rs/extractor/BearerQueryTokenExtractor.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rs.request", "org/apache/oltu/oauth2/rs/request/package-summary.html", [ [ "Classes", null, [ [ "OAuthAccessResourceRequest", "org/apache/oltu/oauth2/rs/request/OAuthAccessResourceRequest.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rs.response", "org/apache/oltu/oauth2/rs/response/package-summary.html", [ [ "Classes", null, [ [ "OAuthRSResponse", "org/apache/oltu/oauth2/rs/response/OAuthRSResponse.html", null, "" ], [ "OAuthRSResponse.OAuthRSResponseBuilder", "org/apache/oltu/oauth2/rs/response/OAuthRSResponse.OAuthRSResponseBuilder.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rs.validator", "org/apache/oltu/oauth2/rs/validator/package-summary.html", [ [ "Classes", null, [ [ "BearerBodyOAuthValidator", "org/apache/oltu/oauth2/rs/validator/BearerBodyOAuthValidator.html", null, "" ], [ "BearerHeaderOAuthValidator", "org/apache/oltu/oauth2/rs/validator/BearerHeaderOAuthValidator.html", null, "" ], [ "BearerQueryOAuthValidator", "org/apache/oltu/oauth2/rs/validator/BearerQueryOAuthValidator.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.rsfilter", "org/apache/oltu/oauth2/rsfilter/package-summary.html", [ [ "Interfaces", null, [ [ "OAuthClient", "org/apache/oltu/oauth2/rsfilter/OAuthClient.html", null, "" ], [ "OAuthDecision", "org/apache/oltu/oauth2/rsfilter/OAuthDecision.html", null, "" ], [ "OAuthRSProvider", "org/apache/oltu/oauth2/rsfilter/OAuthRSProvider.html", null, "" ] ] , "" ], [ "Classes", null, [ [ "OAuthFilter", "org/apache/oltu/oauth2/rsfilter/OAuthFilter.html", null, "" ], [ "OAuthUtils", "org/apache/oltu/oauth2/rsfilter/OAuthUtils.html", null, "" ] ] , "" ] ] , "" ], [ "org.apache.oltu.oauth2.utils.test", "org/apache/oltu/oauth2/utils/test/package-summary.html", [ [ "Classes", null, [ [ "FileUtils", "org/apache/oltu/oauth2/utils/test/FileUtils.html", null, "" ] ] , "" ] ] , "" ] ] ;