public class OIDCCallbackRouteBuilder extends AbstractRouterBuilderImpl
| Constructor and Description |
|---|
OIDCCallbackRouteBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackURI() |
String |
getFailPath() |
io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth |
getOAuth2Auth() |
String |
getQueryParamAuthCode() |
io.vertx.reactivex.ext.web.Router |
getRouter(io.vertx.reactivex.ext.web.Router pRouter) |
String |
getSuccessPath() |
void |
handle(io.vertx.reactivex.ext.web.RoutingContext pRoutingCoutext) |
boolean |
isEnableProxy() |
void |
setCallbackURI(String pCallbackURI) |
void |
setEnableProxy(boolean pEnableProxy) |
void |
setFailPath(String pFailPath) |
void |
setOAuth2Auth(io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth pOAuth2Auth) |
void |
setQueryParamAuthCode(String pQueryParamAuthCode) |
void |
setSuccessPath(String pSuccessPath) |
public void handle(io.vertx.reactivex.ext.web.RoutingContext pRoutingCoutext)
public io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth getOAuth2Auth()
public void setOAuth2Auth(io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth pOAuth2Auth)
public String getQueryParamAuthCode()
public void setQueryParamAuthCode(String pQueryParamAuthCode)
public String getCallbackURI()
public void setCallbackURI(String pCallbackURI)
public io.vertx.reactivex.ext.web.Router getRouter(io.vertx.reactivex.ext.web.Router pRouter)
getRouter in class AbstractRouterBuilderImplpublic boolean isEnableProxy()
public void setEnableProxy(boolean pEnableProxy)
public String getSuccessPath()
public void setSuccessPath(String pSuccessPath)
public String getFailPath()
public void setFailPath(String pFailPath)
Copyright © 2018. All rights reserved.