Class AuthenticationExecutionRepresentation

java.lang.Object
org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
org.keycloak.representations.idm.AuthenticationExecutionRepresentation
All Implemented Interfaces:
Serializable

public class AuthenticationExecutionRepresentation extends AbstractAuthenticationExecutionRepresentation
Author:
Marko Strukelj
See Also:
  • Constructor Details

    • AuthenticationExecutionRepresentation

      public AuthenticationExecutionRepresentation()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getFlowId

      public String getFlowId()
    • setFlowId

      public void setFlowId(String flowId)
    • getParentFlow

      public String getParentFlow()
    • setParentFlow

      public void setParentFlow(String parentFlow)