| Package | Description |
|---|---|
| net.bluemind.hps.auth.cas | |
| net.bluemind.hps.auth.krb | |
| net.bluemind.proxy.http.auth.api | |
| net.bluemind.proxy.http.impl.vertx |
| Modifier and Type | Method and Description |
|---|---|
AuthRequirements |
CasAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
io.vertx.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
CasProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
io.vertx.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
AuthRequirements |
KrbAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
io.vertx.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
KrbProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
io.vertx.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
AuthRequirements |
IAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
io.vertx.core.http.HttpServerRequest req) |
static AuthRequirements |
AuthRequirements.existingSession(IAuthEnforcer.ISessionStore ss,
io.vertx.core.http.HttpServerRequest request) |
static AuthRequirements |
AuthRequirements.needSession(IAuthEnforcer.IAuthProtocol protocol) |
static AuthRequirements |
AuthRequirements.noNeedSession() |
static AuthRequirements |
AuthRequirements.notHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
IAuthEnforcer.IAuthProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider provider,
io.vertx.core.http.HttpServerRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
SudoProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
io.vertx.core.http.HttpServerRequest req) |
Copyright © 2023. All Rights Reserved.