public static interface IAuthEnforcer.IAuthProtocol
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getKind()  | 
void | 
logout(io.vertx.core.http.HttpServerRequest event)  | 
void | 
proceed(AuthRequirements authState,
       IAuthEnforcer.ISessionStore ss,
       IAuthProvider provider,
       io.vertx.core.http.HttpServerRequest req)  | 
void proceed(AuthRequirements authState, IAuthEnforcer.ISessionStore ss, IAuthProvider provider, io.vertx.core.http.HttpServerRequest req)
void logout(io.vertx.core.http.HttpServerRequest event)
java.lang.String getKind()
Copyright © 2023. All Rights Reserved.