Package | Description |
---|---|
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
AuthenticationFlowModel |
RealmModel.getAuthenticationFlowById(String id) |
AuthenticationFlowModel |
RealmModel.getBrowserFlow() |
AuthenticationFlowModel |
RealmModel.getClientAuthenticationFlow() |
AuthenticationFlowModel |
RealmModel.getDirectGrantFlow() |
AuthenticationFlowModel |
RealmModel.getDockerAuthenticationFlow() |
AuthenticationFlowModel |
RealmModel.getFlowByAlias(String alias) |
AuthenticationFlowModel |
RealmModel.getRegistrationFlow() |
AuthenticationFlowModel |
RealmModel.getResetCredentialsFlow() |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationFlowModel> |
RealmModel.getAuthenticationFlows() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.setBrowserFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setClientAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setDirectGrantFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setDockerAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setRegistrationFlow(AuthenticationFlowModel flow) |
void |
RealmModel.setResetCredentialsFlow(AuthenticationFlowModel flow) |
void |
RealmModel.updateAuthenticationFlow(AuthenticationFlowModel model) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.