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