Uses of Class
org.keycloak.broker.provider.AuthenticationRequest
Package
Description
-
Uses of AuthenticationRequest in org.keycloak.broker.oidc
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.UriBuilder
AbstractOAuth2IdentityProvider.createAuthorizationUrl
(AuthenticationRequest request) protected jakarta.ws.rs.core.UriBuilder
OIDCIdentityProvider.createAuthorizationUrl
(AuthenticationRequest request) jakarta.ws.rs.core.Response
AbstractOAuth2IdentityProvider.performLogin
(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.keycloak.broker.provider
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
AbstractIdentityProvider.performLogin
(AuthenticationRequest request) jakarta.ws.rs.core.Response
IdentityProvider.performLogin
(AuthenticationRequest request) Initiates the authentication process by sending an authentication request to an identity provider. -
Uses of AuthenticationRequest in org.keycloak.broker.saml
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
SAMLIdentityProvider.performLogin
(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.keycloak.social.google
Modifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.UriBuilder
GoogleIdentityProvider.createAuthorizationUrl
(AuthenticationRequest request) -
Uses of AuthenticationRequest in org.keycloak.social.twitter
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
TwitterIdentityProvider.performLogin
(AuthenticationRequest request)