Package org.keycloak.representations.idm
Class AuthenticationExecutionExportRepresentation
java.lang.Object
org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
org.keycloak.representations.idm.AuthenticationExecutionExportRepresentation
- All Implemented Interfaces:
Serializable
public class AuthenticationExecutionExportRepresentation
extends AbstractAuthenticationExecutionRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIf this execution is a flow, this is the flowId pointing to an AuthenticationFlowModelboolean
void
setFlowAlias
(String flowId) void
setUserSetupAllowed
(boolean userSetupAllowed) Methods inherited from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
getAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAuthenticatorFlow, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAuthenticatorFlow, setAutheticatorFlow, setPriority, setRequirement
-
Constructor Details
-
AuthenticationExecutionExportRepresentation
public AuthenticationExecutionExportRepresentation()
-
-
Method Details
-
isUserSetupAllowed
public boolean isUserSetupAllowed() -
setUserSetupAllowed
public void setUserSetupAllowed(boolean userSetupAllowed) -
getFlowAlias
If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel- Returns:
-
setFlowAlias
-