Package | Description |
---|---|
org.pac4j.vertx.handlers |
Modifier and Type | Method and Description |
---|---|
protected AuthHttpServerRequest |
RequiresAuthenticationHandler.saveUserProfile(Object profile,
org.vertx.java.core.http.HttpServerRequest req,
org.vertx.java.core.json.JsonObject sessionAttributes)
Save User Profile in session if stateful.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RequiresAuthenticationHandler.authenticationSuccess(AuthHttpServerRequest req,
String sessionId,
org.vertx.java.core.json.JsonObject sessionAttributes)
Default authentication success strategy; forwards the request to the next handler if the user has a granted access,
sends a 403 forbidden response otherwise.
|
protected void |
CallbackHandler.authenticationSuccess(AuthHttpServerRequest req,
String sessionId,
org.vertx.java.core.json.JsonObject sessionAttributes) |
Copyright © 2015. All rights reserved.