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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthenticationExecutionExportRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFlowAlias()If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModelbooleanisUserSetupAllowed()voidsetFlowAlias(String flowId)voidsetUserSetupAllowed(boolean userSetupAllowed)- 
Methods inherited from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentationgetAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAuthenticatorFlow, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAuthenticatorFlow, setAutheticatorFlow, setPriority, setRequirement
 
- 
 
- 
- 
- 
Method Detail- 
isUserSetupAllowedpublic boolean isUserSetupAllowed() 
 - 
setUserSetupAllowedpublic void setUserSetupAllowed(boolean userSetupAllowed) 
 - 
getFlowAliaspublic String getFlowAlias() If this execution is a flow, this is the flowId pointing to an AuthenticationFlowModel- Returns:
 
 - 
setFlowAliaspublic void setFlowAlias(String flowId) 
 
- 
 
-