Package org.keycloak.representations.idm
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationExecutionRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFlowId()
String
getId()
String
getParentFlow()
void
setFlowId(String flowId)
void
setId(String id)
void
setParentFlow(String parentFlow)
-
Methods inherited from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
getAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAuthenticatorFlow, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAuthenticatorFlow, setAutheticatorFlow, setPriority, setRequirement
-
-