Package org.keycloak.models.jpa.entities
Class AuthenticationFlowEntity
java.lang.Object
org.keycloak.models.jpa.entities.AuthenticationFlowEntity
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected booleanprotected Stringprotected Stringprotected Stringprotected RealmEntityprotected boolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()getId()getRealm()inthashCode()booleanbooleanvoidvoidsetBuiltIn(boolean builtIn) voidsetDescription(String description) voidsetExecutions(Collection<AuthenticationExecutionEntity> executions) voidvoidsetProviderId(String providerId) voidsetRealm(RealmEntity realm) voidsetTopLevel(boolean topLevel)  
- 
Field Details
- 
id
 - 
realm
 - 
alias
 - 
providerId
 - 
description
 - 
topLevel
protected boolean topLevel - 
builtIn
protected boolean builtIn 
 - 
 - 
Constructor Details
- 
AuthenticationFlowEntity
public AuthenticationFlowEntity() 
 - 
 - 
Method Details
- 
getId
 - 
setId
 - 
getRealm
 - 
setRealm
 - 
getAlias
 - 
setAlias
 - 
getDescription
 - 
setDescription
 - 
getExecutions
 - 
setExecutions
 - 
getProviderId
 - 
setProviderId
 - 
isTopLevel
public boolean isTopLevel() - 
setTopLevel
public void setTopLevel(boolean topLevel)  - 
isBuiltIn
public boolean isBuiltIn() - 
setBuiltIn
public void setBuiltIn(boolean builtIn)  - 
equals
 - 
hashCode
public int hashCode() 
 -