| Package | Description |
|---|---|
| org.keycloak.protocol | |
| org.keycloak.protocol.oidc | |
| org.keycloak.protocol.oidc.endpoints | |
| org.keycloak.services.managers | |
| org.keycloak.services.resources |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationManager |
AuthorizationEndpointBase.authManager |
| Modifier and Type | Method and Description |
|---|---|
Object |
LoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
| Constructor and Description |
|---|
AuthorizationEndpointBase(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
| Modifier and Type | Method and Description |
|---|---|
Object |
OIDCLoginProtocolFactory.createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
| Constructor and Description |
|---|
OIDCLoginProtocolService(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
| Constructor and Description |
|---|
AuthorizationEndpoint(AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
LogoutEndpoint(TokenManager tokenManager,
AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
TokenEndpoint(TokenManager tokenManager,
AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppAuthManager |
| Constructor and Description |
|---|
LoginActionsService(RealmModel realm,
AuthenticationManager authManager,
EventBuilder event) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.