| Package | Description |
|---|---|
| org.keycloak.forms.login | |
| org.keycloak.models | |
| org.keycloak.models.session | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
LoginFormsProvider.createResponse(UserModel.RequiredAction action) |
| Modifier and Type | Method and Description |
|---|---|
static UserModel.RequiredAction |
UserModel.RequiredAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserModel.RequiredAction[] |
UserModel.RequiredAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.addRequiredAction(UserModel.RequiredAction action) |
void |
ClientSessionModel.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModel.removeRequiredAction(UserModel.RequiredAction action) |
void |
ClientSessionModel.removeRequiredAction(UserModel.RequiredAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistentClientSessionAdapter.addRequiredAction(UserModel.RequiredAction action) |
void |
PersistentClientSessionAdapter.removeRequiredAction(UserModel.RequiredAction action) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModelDelegate.addRequiredAction(UserModel.RequiredAction action) |
void |
UserModelDelegate.removeRequiredAction(UserModel.RequiredAction action) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.