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 |
---|---|
default List<AuthenticationFlowModel> |
RealmModel.getAuthenticationFlows()
Deprecated.
Use
getAuthenticationFlowsStream instead. |
Stream<AuthenticationFlowModel> |
RealmModel.getAuthenticationFlowsStream()
Returns authentications flows as a stream.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
int |
AuthenticationFlowModel.AuthenticationFlowComparator.compare(AuthenticationFlowModel left,
AuthenticationFlowModel right) |
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 © 2021 JBoss by Red Hat. All rights reserved.