public class AuthenticatorUtil extends Object
Constructor and Description |
---|
AuthenticatorUtil() |
Modifier and Type | Method and Description |
---|---|
static AuthenticationExecutionModel |
findExecutionByAuthenticator(RealmModel realm,
String flowId,
String authProviderId) |
static List<AuthenticationExecutionModel> |
getEnabledExecutionsRecursively(RealmModel realm,
String flowId) |
static boolean |
isEnabled(RealmModel realm,
String flowId,
String authProviderId) |
static boolean |
isRequired(RealmModel realm,
String flowId,
String authProviderId) |
static void |
recurseExecutions(RealmModel realm,
String flowId,
List<AuthenticationExecutionModel> executions) |
public static List<AuthenticationExecutionModel> getEnabledExecutionsRecursively(RealmModel realm, String flowId)
public static void recurseExecutions(RealmModel realm, String flowId, List<AuthenticationExecutionModel> executions)
public static AuthenticationExecutionModel findExecutionByAuthenticator(RealmModel realm, String flowId, String authProviderId)
public static boolean isEnabled(RealmModel realm, String flowId, String authProviderId)
public static boolean isRequired(RealmModel realm, String flowId, String authProviderId)
Copyright © 2020 JBoss by Red Hat. All rights reserved.