An auth handler that provides OAuth2 Authentication support. This handler is suitable for AuthCode flows.
AnythingOAuth2AuthHandlerBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
OAuth2AuthHandler(OAuth2AuthHandler unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
addAuthorities | shared actual default AuthHandler addAuthorities(Set<String> authorities)Add a set of required authorities for this auth handler Parameters:
Refines AuthHandler.addAuthorities |
addAuthority | shared actual default AuthHandler addAuthority(String authority)Add a required authority for this auth handler Parameters:
Refines AuthHandler.addAuthority |
authorize | shared actual default void authorize(User user, Anything(Throwable?) handler)Authorizes the given user against all added authorities. Parameters:
Refines AuthHandler.authorize |
extraParams | shared default OAuth2AuthHandler extraParams(Object extraParams)Extra parameters needed to be passed while requesting a token. Parameters:
|
handle | shared actual default void handle(RoutingContext arg0)Refines AuthHandler.handle |
parseCredentials | shared actual default void parseCredentials(RoutingContext context, Anything(Throwable|Object) handler)Parses the credentials from the request into a JsonObject. The implementation should be able to extract the required info for the auth provider in the format the provider expects. Parameters:
Refines AuthHandler.parseCredentials |
setupCallback | shared default OAuth2AuthHandler setupCallback(Route route)add the callback handler to a given route. Parameters:
|
| Inherited Methods |
Methods inherited from: Objectequals |
Methods inherited from: AuthHandler |