Skip navigation links
aQute SARL
A B C D E F G H I J L O P R S T U V _ 

A

access_token - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
AccessTokenResponse - Class in aQute.openapi.oauth2.provider
 
AccessTokenResponse() - Constructor for class aQute.openapi.oauth2.provider.AccessTokenResponse
 
activate(OAuth2Configuration) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
aQute.openapi.oauth2.gogo - package aQute.openapi.oauth2.gogo
 
aQute.openapi.oauth2.provider - package aQute.openapi.oauth2.provider
 
authenticate(AccessTokenResponse, OpenAPISecurityEnvironment) - Method in class aQute.openapi.oauth2.provider.FacebookHandler
 
authenticate(AccessTokenResponse, OpenAPISecurityEnvironment) - Method in class aQute.openapi.oauth2.provider.GithubHandler
 
authenticate(AccessTokenResponse, OpenAPISecurityEnvironment) - Method in class aQute.openapi.oauth2.provider.Handler
 
authenticate(HttpServletRequest, HttpServletResponse, OpenAPISecurityDefinition) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
authenticate(AccessTokenResponse, OpenAPISecurityEnvironment) - Method in class aQute.openapi.oauth2.provider.OpenIdHandler
 
authorization_endpoint - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
authorize(String, String) - Method in class aQute.openapi.oauth2.provider.Handler
 

B

body - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 

C

claims_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
code_challenge_methods_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

D

def - Variable in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
 

E

email - Variable in class aQute.openapi.oauth2.provider.GithubHandler.GithubEmail
 
error - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
ErrorEnum - Enum in aQute.openapi.oauth2.provider
 
expires_in - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 

F

facebook - Static variable in class aQute.openapi.oauth2.provider.FacebookHandler
 
FacebookHandler - Class in aQute.openapi.oauth2.provider
See https://developers.facebook.com/docs/facebook-login/manually-build-a-login-flow#checktoken TODO

G

getAccessToken(String, String) - Method in class aQute.openapi.oauth2.provider.Handler
 
getInfo(HttpServletRequest) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
getProviderDefinition() - Method in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
 
github - Static variable in class aQute.openapi.oauth2.provider.GithubHandler
 
GithubEmail() - Constructor for class aQute.openapi.oauth2.provider.GithubHandler.GithubEmail
 
GithubHandler - Class in aQute.openapi.oauth2.provider
To create a Github authentication you eed to create OAuth app in Github: https://github.com/settings/developers This should give you a client_id and client_secret.
GithubHandler.GithubEmail - Class in aQute.openapi.oauth2.provider
 
google - Static variable in class aQute.openapi.oauth2.provider.GoogleHandler
 
GoogleHandler - Class in aQute.openapi.oauth2.provider
Place to set data: https://console.developers.google.com/apis/credentials/oauthclient

H

Handler - Class in aQute.openapi.oauth2.provider
 
handler(Logger, OAuth2Configuration, ProviderDefinition) - Method in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
 

I

id_token - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
id_token_signing_alg_values_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
issuer - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

J

json - Static variable in class aQute.openapi.oauth2.provider.Handler
 
jwks_uri - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

L

login(HttpServletRequest, HttpServletResponse) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
logout(HttpServletRequest, HttpServletResponse) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 

O

oauth2(String, String, String) - Method in class aQute.openapi.oauth2.gogo.OAuth2Command
 
oauth2(String, String) - Method in class aQute.openapi.oauth2.gogo.OAuth2Command
 
OAUTH2 - Static variable in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
OAuth2AuthenticationProvider - Class in aQute.openapi.oauth2.provider
 
OAuth2AuthenticationProvider() - Constructor for class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
OAuth2Command - Class in aQute.openapi.oauth2.gogo
 
OAuth2Command() - Constructor for class aQute.openapi.oauth2.gogo.OAuth2Command
 
OAuth2Configuration - Annotation Type in aQute.openapi.oauth2.provider
 
OAuth2ProviderEnum - Enum in aQute.openapi.oauth2.provider
 
openid - Variable in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
 
OpenIdHandler - Class in aQute.openapi.oauth2.provider
 
other(String, HttpServletRequest, HttpServletResponse) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 

P

PID - Static variable in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
primary - Variable in class aQute.openapi.oauth2.provider.GithubHandler.GithubEmail
 
ProviderDefinition - Class in aQute.openapi.oauth2.provider
 
ProviderDefinition() - Constructor for class aQute.openapi.oauth2.provider.ProviderDefinition
 

R

refresh_token - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
response_types_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
revocation_endpoint - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

S

scopes_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
setEmail(String, String) - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 
subject_types_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

T

toAccessToken(String) - Method in class aQute.openapi.oauth2.provider.Handler
 
toEnum(String) - Static method in enum aQute.openapi.oauth2.provider.ErrorEnum
 
token_endpoint - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
token_endpoint_auth_methods_supported - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 
token_type - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
toString() - Method in class aQute.openapi.oauth2.provider.OAuth2AuthenticationProvider
 

U

userinfo_endpoint - Variable in class aQute.openapi.oauth2.provider.ProviderDefinition
 

V

valueOf(String) - Static method in enum aQute.openapi.oauth2.provider.ErrorEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum aQute.openapi.oauth2.provider.ErrorEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum aQute.openapi.oauth2.provider.OAuth2ProviderEnum
Returns an array containing the constants of this enum type, in the order they are declared.
verified - Variable in class aQute.openapi.oauth2.provider.GithubHandler.GithubEmail
 
visibility - Variable in class aQute.openapi.oauth2.provider.GithubHandler.GithubEmail
 

_

__extra - Variable in class aQute.openapi.oauth2.provider.AccessTokenResponse
 
A B C D E F G H I J L O P R S T U V _ 
Skip navigation links
aQute SARL

aQute SARL