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
Modifier and TypeFieldDescriptionprotected String
protected boolean
protected String
protected String
protected String
protected RealmEntity
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
getId()
getRealm()
int
hashCode()
boolean
boolean
void
void
setBuiltIn
(boolean builtIn) void
setDescription
(String description) void
setExecutions
(Collection<AuthenticationExecutionEntity> executions) void
void
setProviderId
(String providerId) void
setRealm
(RealmEntity realm) void
setTopLevel
(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()
-