Class JPASelfKeymasterEntityFactory
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.JPASelfKeymasterEntityFactory
-
- All Implemented Interfaces:
SelfKeymasterEntityFactory
public class JPASelfKeymasterEntityFactory extends Object implements SelfKeymasterEntityFactory
-
-
Constructor Summary
Constructors Constructor Description JPASelfKeymasterEntityFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfParamnewConfParam()DomainEntitynewDomainEntity()NetworkServiceEntitynewNetworkService()
-
-
-
Method Detail
-
newConfParam
public ConfParam newConfParam()
- Specified by:
newConfParamin interfaceSelfKeymasterEntityFactory
-
newNetworkService
public NetworkServiceEntity newNetworkService()
- Specified by:
newNetworkServicein interfaceSelfKeymasterEntityFactory
-
newDomainEntity
public DomainEntity newDomainEntity()
- Specified by:
newDomainEntityin interfaceSelfKeymasterEntityFactory
-
-