Package org.keycloak.broker.provider
Class AuthenticationRequest
java.lang.Object
org.keycloak.broker.provider.AuthenticationRequest
- Author:
- Pedro Igor
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationRequest(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 Summary
Modifier and TypeMethodDescriptionorg.keycloak.sessions.AuthenticationSessionModelorg.keycloak.http.HttpRequestorg.keycloak.models.RealmModelgetRealm()Returns the redirect url that must be included in an authentication request in order to process responses from an identity provider.org.keycloak.models.KeycloakSessiongetState()jakarta.ws.rs.core.UriInfo
-
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
-
getHttpRequest
public org.keycloak.http.HttpRequest getHttpRequest() -
getRealm
public org.keycloak.models.RealmModel getRealm() -
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()
-