Package org.keycloak.representations.idm
Class AbstractAuthenticationExecutionRepresentation
java.lang.Object
org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 AuthenticationExecutionExportRepresentation,AuthenticationExecutionRepresentation
- Author:
 - Marko Strukelj
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanIs the referenced authenticator a flow?booleanDeprecated.voidsetAuthenticator(String authenticator) voidsetAuthenticatorConfig(String authenticatorConfig) voidsetAuthenticatorFlow(boolean authenticatorFlow) voidsetAutheticatorFlow(boolean autheticatorFlow) Deprecated.voidsetPriority(Integer priority) voidsetRequirement(String requirement)  
- 
Constructor Details
- 
AbstractAuthenticationExecutionRepresentation
public AbstractAuthenticationExecutionRepresentation() 
 - 
 - 
Method Details
- 
getAuthenticatorConfig
 - 
setAuthenticatorConfig
 - 
getAuthenticator
 - 
setAuthenticator
 - 
getRequirement
 - 
setRequirement
 - 
getPriority
 - 
setPriority
 - 
isAutheticatorFlow
Deprecated. - 
setAutheticatorFlow
Deprecated. - 
isAuthenticatorFlow
public boolean isAuthenticatorFlow()Is the referenced authenticator a flow?- Returns:
 
 - 
setAuthenticatorFlow
public void setAuthenticatorFlow(boolean authenticatorFlow)  
 -