| 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 |
| 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 |
DefaultHttpActionAdapter.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) |
| Modifier and Type | Method and Description |
|---|---|
org.pac4j.core.context.session.SessionStore<PlayWebContext> |
PlayCacheSessionStore.buildFromTrackableSession(PlayWebContext context,
Object trackableSession) |
boolean |
PlayCacheSessionStore.destroySession(PlayWebContext context) |
Object |
PlayCacheSessionStore.get(PlayWebContext context,
String key) |
String |
PlayCacheSessionStore.getOrCreateSessionId(PlayWebContext context) |
Object |
PlayCacheSessionStore.getTrackableSession(PlayWebContext context) |
boolean |
PlayCacheSessionStore.renewSession(PlayWebContext context) |
void |
PlayCacheSessionStore.set(PlayWebContext context,
String key,
Object value) |
Copyright © 2018. All rights reserved.