Package org.keycloak.representations.idm
Class AuthenticationFlowRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.AuthenticationFlowRepresentation
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class AuthenticationFlowRepresentation extends Object implements Serializable - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<AuthenticationExecutionExportRepresentation>authenticationExecutions
 - 
Constructor SummaryConstructors Constructor Description AuthenticationFlowRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()List<AuthenticationExecutionExportRepresentation>getAuthenticationExecutions()StringgetDescription()StringgetId()StringgetProviderId()booleanisBuiltIn()booleanisTopLevel()voidsetAlias(String alias)voidsetAuthenticationExecutions(List<AuthenticationExecutionExportRepresentation> authenticationExecutions)voidsetBuiltIn(boolean builtIn)voidsetDescription(String description)voidsetId(String id)voidsetProviderId(String providerId)voidsetTopLevel(boolean topLevel)
 
- 
- 
- 
Field Detail- 
authenticationExecutionsprotected List<AuthenticationExecutionExportRepresentation> authenticationExecutions 
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getAliaspublic String getAlias() 
 - 
setAliaspublic void setAlias(String alias) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
getProviderIdpublic String getProviderId() 
 - 
setProviderIdpublic void setProviderId(String providerId) 
 - 
isTopLevelpublic boolean isTopLevel() 
 - 
setTopLevelpublic void setTopLevel(boolean topLevel) 
 - 
isBuiltInpublic boolean isBuiltIn() 
 - 
setBuiltInpublic void setBuiltIn(boolean builtIn) 
 - 
getAuthenticationExecutionspublic List<AuthenticationExecutionExportRepresentation> getAuthenticationExecutions() 
 - 
setAuthenticationExecutionspublic void setAuthenticationExecutions(List<AuthenticationExecutionExportRepresentation> authenticationExecutions) 
 
- 
 
-