public interface IAuthEnforcer
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
IAuthEnforcer.IAuthProtocol  | 
static interface  | 
IAuthEnforcer.ISessionStore  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthRequirements | 
enforce(IAuthEnforcer.ISessionStore checker,
       io.vertx.core.http.HttpServerRequest req)  | 
IAuthEnforcer.IAuthProtocol | 
getProtocol()  | 
AuthRequirements enforce(IAuthEnforcer.ISessionStore checker, io.vertx.core.http.HttpServerRequest req)
IAuthEnforcer.IAuthProtocol getProtocol()
Copyright © 2023. All Rights Reserved.