Package org.keycloak.broker.provider
Class AuthenticationRequest
java.lang.Object
org.keycloak.broker.provider.AuthenticationRequest
- Author:
- Pedro Igor
-
Constructor Summary
ConstructorDescriptionAuthenticationRequest
(KeycloakSession session, RealmModel realm, AuthenticationSessionModel authSession, HttpRequest httpRequest, jakarta.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri) -
Method Summary
-
Constructor Details
-
AuthenticationRequest
public AuthenticationRequest(KeycloakSession session, RealmModel realm, AuthenticationSessionModel authSession, HttpRequest httpRequest, jakarta.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri)
-
-
Method Details
-
getSession
-
getUriInfo
public jakarta.ws.rs.core.UriInfo getUriInfo() -
getState
-
getHttpRequest
-
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
-