Constructor and Description |
---|
ClientAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
DefaultAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationFlowModel flow) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ActionTokenContext.processFlow(boolean action,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
javax.ws.rs.core.Response |
ActionTokenContext.ProcessAuthenticateFlow.processFlow(boolean action,
String execution,
AuthenticationSessionModel authSession,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
Modifier and Type | Method and Description |
---|---|
static void |
MigrateTo8_0_0.migrateOptionalAuthenticationExecution(RealmModel realm,
AuthenticationFlowModel parentFlow,
AuthenticationExecutionModel optionalExecution,
boolean updateOptionalExecution) |
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) |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
AuthenticationFlowModel |
RealmAdapter.getAuthenticationFlowById(String id) |
AuthenticationFlowModel |
RealmAdapter.getBrowserFlow() |
AuthenticationFlowModel |
RealmAdapter.getClientAuthenticationFlow() |
AuthenticationFlowModel |
RealmAdapter.getDirectGrantFlow() |
AuthenticationFlowModel |
RealmAdapter.getDockerAuthenticationFlow() |
AuthenticationFlowModel |
RealmAdapter.getFlowByAlias(String alias) |
AuthenticationFlowModel |
RealmAdapter.getRegistrationFlow() |
AuthenticationFlowModel |
RealmAdapter.getResetCredentialsFlow() |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationFlowModel> |
RealmAdapter.getAuthenticationFlowsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) |
Modifier and Type | Field and Description |
---|---|
protected AuthenticationFlowModel |
CachedRealm.browserFlow |
protected AuthenticationFlowModel |
CachedRealm.clientAuthenticationFlow |
protected AuthenticationFlowModel |
CachedRealm.directGrantFlow |
protected AuthenticationFlowModel |
CachedRealm.dockerAuthenticationFlow |
protected AuthenticationFlowModel |
CachedRealm.registrationFlow |
protected AuthenticationFlowModel |
CachedRealm.resetCredentialsFlow |
Modifier and Type | Field and Description |
---|---|
protected List<AuthenticationFlowModel> |
CachedRealm.authenticationFlowList |
protected Map<String,AuthenticationFlowModel> |
CachedRealm.authenticationFlows |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
CachedRealm.getBrowserFlow() |
AuthenticationFlowModel |
CachedRealm.getClientAuthenticationFlow() |
AuthenticationFlowModel |
CachedRealm.getDirectGrantFlow() |
AuthenticationFlowModel |
CachedRealm.getDockerAuthenticationFlow() |
AuthenticationFlowModel |
CachedRealm.getRegistrationFlow() |
AuthenticationFlowModel |
CachedRealm.getResetCredentialsFlow() |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationFlowModel> |
CachedRealm.getAuthenticationFlowList() |
Map<String,AuthenticationFlowModel> |
CachedRealm.getAuthenticationFlows() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
protected AuthenticationFlowModel |
RealmAdapter.entityToModel(AuthenticationFlowEntity entity) |
AuthenticationFlowModel |
RealmAdapter.getAuthenticationFlowById(String id) |
AuthenticationFlowModel |
RealmAdapter.getBrowserFlow() |
AuthenticationFlowModel |
RealmAdapter.getClientAuthenticationFlow() |
AuthenticationFlowModel |
RealmAdapter.getDirectGrantFlow() |
AuthenticationFlowModel |
RealmAdapter.getDockerAuthenticationFlow() |
AuthenticationFlowModel |
RealmAdapter.getFlowByAlias(String alias) |
AuthenticationFlowModel |
RealmAdapter.getRegistrationFlow() |
AuthenticationFlowModel |
RealmAdapter.getResetCredentialsFlow() |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationFlowModel> |
RealmAdapter.getAuthenticationFlowsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
RealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) |
void |
RealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
MapRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
AuthenticationFlowModel |
MapRealmAdapter.getAuthenticationFlowById(String flowId) |
AuthenticationFlowModel |
MapRealmAdapter.getBrowserFlow() |
AuthenticationFlowModel |
MapRealmAdapter.getClientAuthenticationFlow() |
AuthenticationFlowModel |
MapRealmAdapter.getDirectGrantFlow() |
AuthenticationFlowModel |
MapRealmAdapter.getDockerAuthenticationFlow() |
AuthenticationFlowModel |
MapRealmAdapter.getFlowByAlias(String alias) |
AuthenticationFlowModel |
MapRealmAdapter.getRegistrationFlow() |
AuthenticationFlowModel |
MapRealmAdapter.getResetCredentialsFlow() |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationFlowModel> |
MapRealmAdapter.getAuthenticationFlowsStream() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
MapRealmAdapter.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
MapRealmAdapter.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
MapRealmAdapter.setBrowserFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.setClientAuthenticationFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.setDirectGrantFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.setDockerAuthenticationFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.setRegistrationFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.setResetCredentialsFlow(AuthenticationFlowModel flow) |
void |
MapRealmAdapter.updateAuthenticationFlow(AuthenticationFlowModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFlowModel |
MapAuthenticationFlowEntity.toModel(MapAuthenticationFlowEntity entity) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticationFlowEntity |
MapAuthenticationFlowEntity.fromModel(AuthenticationFlowModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFlowModel |
AuthenticationFlowResolver.resolveBrowserFlow(AuthenticationSessionModel authSession) |
static AuthenticationFlowModel |
AuthenticationFlowResolver.resolveDirectGrantFlow(AuthenticationSessionModel authSession) |
static AuthenticationFlowModel |
RepresentationToModel.toModel(AuthenticationFlowRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static void |
KeycloakModelUtils.deepFindAuthenticationExecutions(RealmModel realm,
AuthenticationFlowModel flow,
List<AuthenticationExecutionModel> result)
Recursively find all AuthenticationExecutionModel from specified flow or all it's subflows
|
static boolean |
KeycloakModelUtils.isFlowUsed(RealmModel realm,
AuthenticationFlowModel model)
Check to see if a flow is currently in use
|
static AuthenticationFlowRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
AuthenticationFlowModel model) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationFlowModel |
AuthorizationEndpointBase.getAuthenticationFlow(AuthenticationSessionModel authSession) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationFlowModel |
DockerEndpoint.getAuthenticationFlow(AuthenticationSessionModel authSession) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationFlowModel |
SamlEcpProfileService.getAuthenticationFlow(AuthenticationSessionModel authSession) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
LoginActionsService.processFlow(boolean action,
String execution,
AuthenticationSessionModel authSession,
String flowPath,
AuthenticationFlowModel flow,
String errorMessage,
AuthenticationProcessor processor) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFlowModel |
AuthenticationManagementResource.copyFlow(RealmModel realm,
AuthenticationFlowModel flow,
String newName) |
AuthenticationFlowModel |
AuthenticationManagementResource.getParentFlow(AuthenticationExecutionModel model) |
Modifier and Type | Method and Description |
---|---|
static void |
AuthenticationManagementResource.copy(RealmModel realm,
String newName,
AuthenticationFlowModel from,
AuthenticationFlowModel to) |
static AuthenticationFlowModel |
AuthenticationManagementResource.copyFlow(RealmModel realm,
AuthenticationFlowModel flow,
String newName) |
void |
AuthenticationManagementResource.recurseExecutions(AuthenticationFlowModel flow,
List<AuthenticationExecutionInfoRepresentation> result,
int level) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.