| Package | Description |
|---|---|
| org.keycloak.models |
| Modifier and Type | Method and Description |
|---|---|
static UserSessionModel.AuthenticatorStatus |
UserSessionModel.AuthenticatorStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSessionModel.AuthenticatorStatus[] |
UserSessionModel.AuthenticatorStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UserSessionModel.AuthenticatorStatus> |
ClientSessionModel.getAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionModel.setAuthenticatorStatus(String authenticator,
UserSessionModel.AuthenticatorStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionModel.setAuthenticatorStatus(Map<String,UserSessionModel.AuthenticatorStatus> status) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.