Class AuthenticationRequest

java.lang.Object
org.keycloak.broker.provider.AuthenticationRequest

public class AuthenticationRequest extends Object
Author:
Pedro Igor
  • Constructor Details

    • AuthenticationRequest

      public AuthenticationRequest(org.keycloak.models.KeycloakSession session, org.keycloak.models.RealmModel realm, org.keycloak.sessions.AuthenticationSessionModel authSession, org.keycloak.http.HttpRequest httpRequest, jakarta.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri)
  • Method Details

    • getSession

      public org.keycloak.models.KeycloakSession getSession()
    • getUriInfo

      public jakarta.ws.rs.core.UriInfo getUriInfo()
    • getState

      public IdentityBrokerState getState()
    • getHttpRequest

      public org.keycloak.http.HttpRequest getHttpRequest()
    • getRealm

      public org.keycloak.models.RealmModel getRealm()
    • getRedirectUri

      public String getRedirectUri()

      Returns the redirect url that must be included in an authentication request in order to process responses from an identity provider.

      Returns:
    • getAuthenticationSession

      public org.keycloak.sessions.AuthenticationSessionModel getAuthenticationSession()