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 SummaryConstructors Constructor Description MapAuthenticationExecutionEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapAuthenticationExecutionEntitydeepClone(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)static MapAuthenticationExecutionEntitydeepCloneNoId(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapAuthenticationExecutionEntity deepClone(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target) 
 - 
deepCloneNoIdpublic static MapAuthenticationExecutionEntity deepCloneNoId(MapAuthenticationExecutionEntity original, MapAuthenticationExecutionEntity target) 
 
- 
 
-