Class AbstractOAuth2Base
- java.lang.Object
-
- io.apiman.gateway.engine.vertx.polling.fetchers.auth.AbstractOAuth2Base
-
- Direct Known Subclasses:
KeycloakOAuth2,OAuth2
public abstract class AbstractOAuth2Base extends Object
Common OAuth2 base.- Author:
- Marc Savy <marc@rhymewithgravy.com>
-
-
Constructor Summary
Constructors Constructor Description AbstractOAuth2Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static voidcreateOrDescend(io.vertx.core.json.JsonObject root, Deque<String> keyPath, String value)protected io.vertx.ext.auth.oauth2.OAuth2FlowTypegetFlowType(String flowAsString)protected static io.vertx.core.json.JsonObjectmapToJson(Map<String,String> map)
-