Class MapAuthenticationExecutionEntityCloner
java.lang.Object
org.keycloak.models.map.realm.entity.MapAuthenticationExecutionEntityCloner
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticationExecutionEntityCloner
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeepClone
(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target) deepCloneNoId
(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
-
Constructor Details
-
MapAuthenticationExecutionEntityCloner
public MapAuthenticationExecutionEntityCloner()
-
-
Method Details
-
deepClone
public static MapAuthenticationExecutionEntity deepClone(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target) -
deepCloneNoId
public static MapAuthenticationExecutionEntity deepCloneNoId(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
-