Package org.keycloak.representations.idm
Class AbstractAuthenticationExecutionRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.AbstractAuthenticationExecutionRepresentation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationExecutionExportRepresentation,AuthenticationExecutionRepresentation
public class AbstractAuthenticationExecutionRepresentation extends Object implements Serializable
- Author:
- Marko Strukelj
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthenticationExecutionRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAuthenticator()StringgetAuthenticatorConfig()intgetPriority()StringgetRequirement()booleanisAuthenticatorFlow()Is the referenced authenticator a flow?booleanisAutheticatorFlow()Deprecated.voidsetAuthenticator(String authenticator)voidsetAuthenticatorConfig(String authenticatorConfig)voidsetAuthenticatorFlow(boolean authenticatorFlow)voidsetAutheticatorFlow(boolean autheticatorFlow)Deprecated.voidsetPriority(int priority)voidsetRequirement(String requirement)
-
-
-
Method Detail
-
getAuthenticatorConfig
public String getAuthenticatorConfig()
-
setAuthenticatorConfig
public void setAuthenticatorConfig(String authenticatorConfig)
-
getAuthenticator
public String getAuthenticator()
-
setAuthenticator
public void setAuthenticator(String authenticator)
-
getRequirement
public String getRequirement()
-
setRequirement
public void setRequirement(String requirement)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
isAutheticatorFlow
@Deprecated public boolean isAutheticatorFlow()
Deprecated.
-
setAutheticatorFlow
@Deprecated public void setAutheticatorFlow(boolean autheticatorFlow)
Deprecated.
-
isAuthenticatorFlow
public boolean isAuthenticatorFlow()
Is the referenced authenticator a flow?- Returns:
-
setAuthenticatorFlow
public void setAuthenticatorFlow(boolean authenticatorFlow)
-
-