Class MapAuthenticatorConfigEntityCloner
- java.lang.Object
- 
- org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntityCloner
 
- 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthenticatorConfigEntityCloner extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MapAuthenticatorConfigEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapAuthenticatorConfigEntitydeepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)static MapAuthenticatorConfigEntitydeepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapAuthenticatorConfigEntity deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) 
 - 
deepCloneNoIdpublic static MapAuthenticatorConfigEntity deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) 
 
- 
 
-