| Modifier and Type | Method and Description |
|---|---|
void |
CasProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
org.vertx.java.core.http.HttpServerRequest req) |
| Modifier and Type | Class and Description |
|---|---|
class |
C2Provider |
| Modifier and Type | Method and Description |
|---|---|
IAuthProvider |
C2ProviderFactory.get(org.vertx.java.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
org.vertx.java.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
IAuthProvider |
IAuthProviderFactory.get(org.vertx.java.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
IAuthEnforcer.IAuthProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider provider,
org.vertx.java.core.http.HttpServerRequest req) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoneAuthProviderFactory |
| Modifier and Type | Field and Description |
|---|---|
IAuthProvider |
UserReq.provider |
| Modifier and Type | Method and Description |
|---|---|
IAuthProvider |
NoneAuthProviderFactory.get(org.vertx.java.core.Vertx vertx) |
| Modifier and Type | Method and Description |
|---|---|
void |
SudoProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
org.vertx.java.core.http.HttpServerRequest req) |
| Constructor and Description |
|---|
UserReq(java.lang.String sessionId,
org.vertx.java.core.http.HttpServerRequest event,
IAuthProvider provider,
IAuthEnforcer.ISessionStore store) |
Copyright © 2021. All Rights Reserved.