Package de.xima.fc.auth
Class MsUserAuthenticationServiceFactory
- java.lang.Object
-
- de.xima.fc.auth.MsUserAuthenticationServiceFactory
-
public class MsUserAuthenticationServiceFactory extends Object
- Since:
- 8.4.0
- Author:
- Norman Lorenz
-
-
Constructor Summary
Constructors Constructor Description MsUserAuthenticationServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMsUserAuthenticationService
newInstance()
Creates a new instance ofIMsUserAuthenticationService
.
-
-
-
Method Detail
-
newInstance
public IMsUserAuthenticationService newInstance()
Creates a new instance ofIMsUserAuthenticationService
.- Returns:
- a new instance of
IMsUserAuthenticationService
-
-