Package org.keycloak.models
Class AuthenticationFlowModel
java.lang.Object
org.keycloak.models.AuthenticationFlowModel
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
getId()
boolean
boolean
void
void
setBuiltIn
(boolean builtIn) void
setDescription
(String description) void
void
setProviderId
(String providerId) void
setTopLevel
(boolean topLevel)
-
Constructor Details
-
AuthenticationFlowModel
public AuthenticationFlowModel()
-
-
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)
-