Class AuthModuleDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.AuthModuleDataBinderImpl
-
- All Implemented Interfaces:
AuthModuleDataBinder
public class AuthModuleDataBinderImpl extends Object implements AuthModuleDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactoryentityFactoryprotected static LoggerLOG
-
Constructor Summary
Constructors Constructor Description AuthModuleDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthModulecreate(AuthModuleTO authModuleTO)AuthModuleTOgetAuthModuleTO(AuthModule authModule)protected voidpopulateItems(AuthModuleTO authModuleTO, AuthModule authModule)protected voidpopulateItems(AuthModule authModule, AuthModuleTO authModuleTO)AuthModuleupdate(AuthModule authModule, AuthModuleTO authModuleTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
AuthModuleDataBinderImpl
public AuthModuleDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
populateItems
protected void populateItems(AuthModuleTO authModuleTO, AuthModule authModule)
-
create
public AuthModule create(AuthModuleTO authModuleTO)
- Specified by:
createin interfaceAuthModuleDataBinder
-
update
public AuthModule update(AuthModule authModule, AuthModuleTO authModuleTO)
- Specified by:
updatein interfaceAuthModuleDataBinder
-
populateItems
protected void populateItems(AuthModule authModule, AuthModuleTO authModuleTO)
-
getAuthModuleTO
public AuthModuleTO getAuthModuleTO(AuthModule authModule)
- Specified by:
getAuthModuleTOin interfaceAuthModuleDataBinder
-
-