public class SessionCodeChecks extends Object
| Constructor and Description |
|---|
SessionCodeChecks(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.keycloak.common.ClientConnection clientConnection,
KeycloakSession session,
EventBuilder event,
String code,
String execution,
String clientId,
String flowPath) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionModel |
getAuthenticationSession() |
ClientSessionCode<AuthenticationSessionModel> |
getClientCode() |
javax.ws.rs.core.Response |
getResponse() |
boolean |
initialVerify() |
AuthenticationSessionModel |
initialVerifyAuthSession() |
boolean |
isActionRequest() |
boolean |
verifyActiveAndValidAction(String expectedAction,
ClientSessionCode.ActionType actionType) |
boolean |
verifyRequiredAction(String executedAction) |
public SessionCodeChecks(RealmModel realm, javax.ws.rs.core.UriInfo uriInfo, org.keycloak.common.ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String code, String execution, String clientId, String flowPath)
public AuthenticationSessionModel getAuthenticationSession()
public javax.ws.rs.core.Response getResponse()
public ClientSessionCode<AuthenticationSessionModel> getClientCode()
public boolean isActionRequest()
public AuthenticationSessionModel initialVerifyAuthSession()
public boolean initialVerify()
public boolean verifyActiveAndValidAction(String expectedAction, ClientSessionCode.ActionType actionType)
public boolean verifyRequiredAction(String executedAction)
Copyright © 2017 JBoss by Red Hat. All rights reserved.