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 SummaryConstructors Constructor Description AuthenticationExecutionRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFlowId()StringgetId()StringgetParentFlow()voidsetFlowId(String flowId)voidsetId(String id)voidsetParentFlow(String parentFlow)- 
Methods inherited from class org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentationgetAuthenticator, getAuthenticatorConfig, getPriority, getRequirement, isAuthenticatorFlow, isAutheticatorFlow, setAuthenticator, setAuthenticatorConfig, setAuthenticatorFlow, setAutheticatorFlow, setPriority, setRequirement
 
- 
 
-