Package | Description |
---|---|
org.keycloak.protocol | |
org.keycloak.protocol.oidc | |
org.keycloak.protocol.saml | |
org.keycloak.services.managers | |
org.keycloak.services.resources |
Modifier and Type | Method and Description |
---|---|
Object |
LoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationManager |
OpenIDConnectService.authManager |
Modifier and Type | Method and Description |
---|---|
Object |
OpenIDConnectFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Constructor and Description |
---|
OpenIDConnectService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationManager |
SamlService.authManager |
Modifier and Type | Method and Description |
---|---|
Object |
SamlProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Constructor and Description |
---|
SamlService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
Modifier and Type | Class and Description |
---|---|
class |
AppAuthManager |
Constructor and Description |
---|
LoginActionsService(RealmModel realm,
AuthenticationManager authManager,
EventBuilder event) |
Copyright © 2015. All Rights Reserved.