public class AuthenticationRequest extends Object
Constructor and Description |
---|
AuthenticationRequest(KeycloakSession session,
RealmModel realm,
AuthenticationSessionModel authSession,
org.jboss.resteasy.spi.HttpRequest httpRequest,
javax.ws.rs.core.UriInfo uriInfo,
IdentityBrokerState state,
String redirectUri) |
Modifier and Type | Method and Description |
---|---|
AuthenticationSessionModel |
getAuthenticationSession() |
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() |
IdentityBrokerState |
getState() |
javax.ws.rs.core.UriInfo |
getUriInfo() |
public AuthenticationRequest(KeycloakSession session, RealmModel realm, AuthenticationSessionModel authSession, org.jboss.resteasy.spi.HttpRequest httpRequest, javax.ws.rs.core.UriInfo uriInfo, IdentityBrokerState state, String redirectUri)
public KeycloakSession getSession()
public javax.ws.rs.core.UriInfo getUriInfo()
public IdentityBrokerState 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 AuthenticationSessionModel getAuthenticationSession()
Copyright © 2021 JBoss by Red Hat. All rights reserved.