Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.representations.idm |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowRepresentation |
AuthenticationManagementResource.getFlow(String id) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationFlowRepresentation> |
AuthenticationManagementResource.getFlows() |
Modifier and Type | Method and Description |
---|---|
Response |
AuthenticationManagementResource.createFlow(AuthenticationFlowRepresentation model) |
Modifier and Type | Field and Description |
---|---|
protected List<AuthenticationFlowRepresentation> |
RealmRepresentation.authenticationFlows |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationFlowRepresentation> |
RealmRepresentation.getAuthenticationFlows() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setAuthenticationFlows(List<AuthenticationFlowRepresentation> authenticationFlows) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.