Package | Description |
---|---|
net.bluemind.hps.auth.cas | |
net.bluemind.hps.auth.krb | |
net.bluemind.proxy.http.auth.api | |
net.bluemind.proxy.http.impl | |
net.bluemind.proxy.http.impl.vertx |
Modifier and Type | Method and Description |
---|---|
AuthRequirements |
CasAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
org.vertx.java.core.http.HttpServerRequest req) |
void |
CasProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
org.vertx.java.core.http.HttpServerRequest req) |
Modifier and Type | Method and Description |
---|---|
AuthRequirements |
KrbAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
org.vertx.java.core.http.HttpServerRequest req) |
void |
KrbProtocol.proceed(AuthRequirements authState,
IAuthEnforcer.ISessionStore ss,
IAuthProvider prov,
org.vertx.java.core.http.HttpServerRequest req) |
Modifier and Type | Method and Description |
---|---|
static CookieHelper.CookieStatus |
CookieHelper.check(IAuthEnforcer.ISessionStore ss,
org.vertx.java.core.http.HttpServerRequest event) |
AuthRequirements |
IAuthEnforcer.enforce(IAuthEnforcer.ISessionStore checker,
org.vertx.java.core.http.HttpServerRequest req) |
static AuthRequirements |
AuthRequirements.existingSession(IAuthEnforcer.ISessionStore ss,
org.vertx.java.core.http.HttpServerRequest request) |
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 |
SessionStore
Stores mapping between our cookie and the custom auth session id.
|
Modifier and Type | Field and Description |
---|---|
IAuthEnforcer.ISessionStore |
UserReq.store |
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.