public class OIDCCallbackRouteBuilder extends AbstractRouterBuilderImpl
| Constructor and Description |
|---|
OIDCCallbackRouteBuilder() |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.reactivex.ext.auth.AuthProvider |
getAuthProvider() |
String |
getCallbackURI() |
String |
getFailPath() |
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 |
setAuthProvider(io.vertx.reactivex.ext.auth.AuthProvider pAuthProvider) |
void |
setCallbackURI(String pCallbackURI) |
void |
setEnableProxy(boolean pEnableProxy) |
void |
setFailPath(String pFailPath) |
void |
setQueryParamAuthCode(String pQueryParamAuthCode) |
void |
setSuccessPath(String pSuccessPath) |
public void handle(io.vertx.reactivex.ext.web.RoutingContext pRoutingCoutext)
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)
public io.vertx.reactivex.ext.auth.AuthProvider getAuthProvider()
public void setAuthProvider(io.vertx.reactivex.ext.auth.AuthProvider pAuthProvider)
Copyright © 2019. All rights reserved.