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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Is the referenced authenticator a flow?boolean
Deprecated.void
setAuthenticator
(String authenticator) void
setAuthenticatorConfig
(String authenticatorConfig) void
setAuthenticatorFlow
(boolean authenticatorFlow) void
setAutheticatorFlow
(boolean autheticatorFlow) Deprecated.void
setPriority
(Integer priority) void
setRequirement
(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)
-