public class SessionCodeChecks extends Object
Constructor and Description |
---|
SessionCodeChecks(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.spi.HttpRequest request,
ClientConnection clientConnection,
KeycloakSession session,
EventBuilder event,
String authSessionId,
String code,
String execution,
String clientId,
String tabId,
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.jboss.resteasy.spi.HttpRequest request, ClientConnection clientConnection, KeycloakSession session, EventBuilder event, String authSessionId, String code, String execution, String clientId, String tabId, 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 © 2020 JBoss by Red Hat. All rights reserved.