Class AuthProfileDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.AuthProfileDataBinderImpl
-
- All Implemented Interfaces:
AuthProfileDataBinder
public class AuthProfileDataBinderImpl extends Object implements AuthProfileDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactory
entityFactory
-
Constructor Summary
Constructors Constructor Description AuthProfileDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthProfile
create(AuthProfileTO authProfileTO)
AuthProfileTO
getAuthProfileTO(AuthProfile authProfile)
AuthProfile
update(AuthProfile authProfile, AuthProfileTO authProfileTO)
-
-
-
Field Detail
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
AuthProfileDataBinderImpl
public AuthProfileDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
getAuthProfileTO
public AuthProfileTO getAuthProfileTO(AuthProfile authProfile)
- Specified by:
getAuthProfileTO
in interfaceAuthProfileDataBinder
-
create
public AuthProfile create(AuthProfileTO authProfileTO)
- Specified by:
create
in interfaceAuthProfileDataBinder
-
update
public AuthProfile update(AuthProfile authProfile, AuthProfileTO authProfileTO)
- Specified by:
update
in interfaceAuthProfileDataBinder
-
-