| Package | Description |
|---|---|
| org.pac4j.play | |
| org.pac4j.play.http | |
| org.pac4j.play.java | |
| org.pac4j.play.store |
| Modifier and Type | Field and Description |
|---|---|
protected org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayWebContext.sessionStore |
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackController.setCallbackLogic(org.pac4j.core.engine.CallbackLogic<play.mvc.Result,PlayWebContext> callbackLogic)
Please be aware that
Config.getCallbackLogic() of CallbackController.config field is ignored because it uses
raw types instead of generics. |
void |
LogoutController.setLogoutLogic(org.pac4j.core.engine.LogoutLogic<play.mvc.Result,PlayWebContext> logoutLogic)
Please be aware that
Config.getLogoutLogic() ()} of LogoutController.config field is ignored because it uses
raw types instead of generics. |
| Constructor and Description |
|---|
PlayWebContext(play.mvc.Http.Context context,
org.pac4j.core.context.session.SessionStore<PlayWebContext> sessionStore) |
PlayWebContext(play.api.mvc.RequestHeader requestHeader,
Object body,
org.pac4j.core.context.session.SessionStore<PlayWebContext> sessionStore)
We retrieve the body apart from the request.
|
PlayWebContext(play.api.mvc.RequestHeader requestHeader,
org.pac4j.core.context.session.SessionStore<PlayWebContext> sessionStore) |
| Modifier and Type | Method and Description |
|---|---|
play.mvc.Result |
PlayHttpActionAdapter.adapt(int code,
PlayWebContext context) |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.engine.SecurityLogic<CompletionStage<play.mvc.Result>,PlayWebContext> |
SecureAction.getSecurityLogic() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureAction.setSecurityLogic(org.pac4j.core.engine.SecurityLogic<CompletionStage<play.mvc.Result>,PlayWebContext> securityLogic) |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayCacheSessionStore.buildFromTrackableSession(PlayWebContext context,
Object trackableSession) |
org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayCookieSessionStore.buildFromTrackableSession(PlayWebContext playWebContext,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayCacheSessionStore.buildFromTrackableSession(PlayWebContext context,
Object trackableSession) |
org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayCookieSessionStore.buildFromTrackableSession(PlayWebContext playWebContext,
Object o) |
boolean |
PlayCacheSessionStore.destroySession(PlayWebContext context) |
boolean |
PlayCookieSessionStore.destroySession(PlayWebContext playWebContext) |
Object |
PlayCacheSessionStore.get(PlayWebContext context,
String key) |
Object |
PlayCookieSessionStore.get(PlayWebContext context,
String key) |
String |
PlayCacheSessionStore.getOrCreateSessionId(PlayWebContext context) |
String |
PlayCookieSessionStore.getOrCreateSessionId(PlayWebContext context) |
Object |
PlayCacheSessionStore.getTrackableSession(PlayWebContext context) |
Object |
PlayCookieSessionStore.getTrackableSession(PlayWebContext playWebContext) |
boolean |
PlayCacheSessionStore.renewSession(PlayWebContext context) |
boolean |
PlayCookieSessionStore.renewSession(PlayWebContext playWebContext) |
void |
PlayCacheSessionStore.set(PlayWebContext context,
String key,
Object value) |
void |
PlayCookieSessionStore.set(PlayWebContext context,
String key,
Object value) |
Copyright © 2019. All rights reserved.