Package io.vertx.up.secure
Class BridgeLee
- java.lang.Object
-
- io.vertx.up.secure.BridgeLee
-
- All Implemented Interfaces:
Lee,LeeBuiltIn
public class BridgeLee extends Object implements LeeBuiltIn
- Author:
- Lang
-
-
Constructor Summary
Constructors Constructor Description BridgeLee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.ext.web.handler.AuthenticationHandlerauthenticate(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)io.vertx.ext.web.handler.AuthorizationHandlerauthorization(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)io.vertx.core.json.JsonObjectdecode(String token, io.vertx.up.atom.secure.AegisItem config)Stringencode(io.vertx.core.json.JsonObject data, io.vertx.up.atom.secure.AegisItem config)
-
-
-
Method Detail
-
authenticate
public io.vertx.ext.web.handler.AuthenticationHandler authenticate(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)- Specified by:
authenticatein interfaceLee
-
authorization
public io.vertx.ext.web.handler.AuthorizationHandler authorization(io.vertx.core.Vertx vertx, io.vertx.up.atom.secure.Aegis config)- Specified by:
authorizationin interfaceLee
-
encode
public String encode(io.vertx.core.json.JsonObject data, io.vertx.up.atom.secure.AegisItem config)
-
-