Package org.keycloak.representations.idm
Class AuthenticationFlowRepresentation
java.lang.Object
org.keycloak.representations.idm.AuthenticationFlowRepresentation
- All Implemented Interfaces:
 Serializable
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAlias()getId()booleanbooleanvoidvoidsetAuthenticationExecutions(List<AuthenticationExecutionExportRepresentation> authenticationExecutions) voidsetBuiltIn(boolean builtIn) voidsetDescription(String description) voidvoidsetProviderId(String providerId) voidsetTopLevel(boolean topLevel)  
- 
Field Details
- 
authenticationExecutions
 
 - 
 - 
Constructor Details
- 
AuthenticationFlowRepresentation
public AuthenticationFlowRepresentation() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getAlias
 - 
setAlias
 - 
getDescription
 - 
setDescription
 - 
getProviderId
 - 
setProviderId
 - 
isTopLevel
public boolean isTopLevel() - 
setTopLevel
public void setTopLevel(boolean topLevel)  - 
isBuiltIn
public boolean isBuiltIn() - 
setBuiltIn
public void setBuiltIn(boolean builtIn)  - 
getAuthenticationExecutions
 - 
setAuthenticationExecutions
public void setAuthenticationExecutions(List<AuthenticationExecutionExportRepresentation> authenticationExecutions)  
 -