public class AuthenticationRequest extends Object
Constructor and Description |
---|
AuthenticationRequest(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest httpRequest,
javax.ws.rs.core.UriInfo uriInfo,
String state,
String redirectUri) |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
getClientSession() |
org.jboss.resteasy.spi.HttpRequest |
getHttpRequest() |
RealmModel |
getRealm() |
String |
getRedirectUri()
Returns the redirect url that must be included in an authentication request in order to process responses from an
identity provider.
|
KeycloakSession |
getSession() |
String |
getState() |
javax.ws.rs.core.UriInfo |
getUriInfo() |
public AuthenticationRequest(KeycloakSession session, RealmModel realm, ClientSessionModel clientSession, org.jboss.resteasy.spi.HttpRequest httpRequest, javax.ws.rs.core.UriInfo uriInfo, String state, String redirectUri)
public KeycloakSession getSession()
public javax.ws.rs.core.UriInfo getUriInfo()
public String getState()
public org.jboss.resteasy.spi.HttpRequest getHttpRequest()
public RealmModel getRealm()
public String getRedirectUri()
Returns the redirect url that must be included in an authentication request in order to process responses from an identity provider.
public ClientSessionModel getClientSession()
Copyright © 2015. All rights reserved.