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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
getId()
boolean
boolean
void
void
setAuthenticationExecutions
(List<AuthenticationExecutionExportRepresentation> authenticationExecutions) void
setBuiltIn
(boolean builtIn) void
setDescription
(String description) void
void
setProviderId
(String providerId) void
setTopLevel
(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)
-