Package org.keycloak.broker.provider
Class AuthenticationRequest
- java.lang.Object
- 
- org.keycloak.broker.provider.AuthenticationRequest
 
- 
 public class AuthenticationRequest extends Object - Author:
- Pedro Igor
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationRequest(KeycloakSession session, RealmModel realm, AuthenticationSessionModel authSession, HttpRequest httpRequest, javax.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationSessionModelgetAuthenticationSession()HttpRequestgetHttpRequest()RealmModelgetRealm()StringgetRedirectUri()Returns the redirect url that must be included in an authentication request in order to process responses from an identity provider.KeycloakSessiongetSession()IdentityBrokerStategetState()javax.ws.rs.core.UriInfogetUriInfo()
 
- 
- 
- 
Constructor Detail- 
AuthenticationRequestpublic AuthenticationRequest(KeycloakSession session, RealmModel realm, AuthenticationSessionModel authSession, HttpRequest httpRequest, javax.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri) 
 
- 
 - 
Method Detail- 
getSessionpublic KeycloakSession getSession() 
 - 
getUriInfopublic javax.ws.rs.core.UriInfo getUriInfo() 
 - 
getStatepublic IdentityBrokerState getState() 
 - 
getHttpRequestpublic HttpRequest getHttpRequest() 
 - 
getRealmpublic RealmModel getRealm() 
 - 
getRedirectUripublic String getRedirectUri() Returns the redirect url that must be included in an authentication request in order to process responses from an identity provider. - Returns:
 
 - 
getAuthenticationSessionpublic AuthenticationSessionModel getAuthenticationSession() 
 
- 
 
-