| Modifier and Type | Field and Description |
|---|---|
protected IdentityProvider.AuthenticationCallback |
AbstractOAuth2IdentityProvider.Endpoint.callback |
| Modifier and Type | Method and Description |
|---|---|
Object |
KeycloakOIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
AbstractOAuth2IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
OIDCIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
| Constructor and Description |
|---|
AbstractOAuth2IdentityProvider.Endpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
KeycloakOIDCIdentityProvider.KeycloakEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
OIDCIdentityProvider.OIDCEndpoint(IdentityProvider.AuthenticationCallback callback,
RealmModel realm,
EventBuilder event) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
Object |
IdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event)
JAXRS callback endpoint for when the remote IDP wants to callback to keycloak.
|
| Modifier and Type | Field and Description |
|---|---|
protected IdentityProvider.AuthenticationCallback |
SAMLEndpoint.callback |
| Modifier and Type | Method and Description |
|---|---|
Object |
SAMLIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
| Constructor and Description |
|---|
SAMLEndpoint(RealmModel realm,
SAMLIdentityProviderConfig config,
IdentityProvider.AuthenticationCallback callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityBrokerService |
| Modifier and Type | Field and Description |
|---|---|
protected IdentityProvider.AuthenticationCallback |
TwitterIdentityProvider.Endpoint.callback |
| Modifier and Type | Method and Description |
|---|---|
Object |
TwitterIdentityProvider.callback(RealmModel realm,
IdentityProvider.AuthenticationCallback callback,
EventBuilder event) |
| Constructor and Description |
|---|
TwitterIdentityProvider.Endpoint(RealmModel realm,
IdentityProvider.AuthenticationCallback callback) |
Copyright © 2015. All rights reserved.