public class AuthenticationFactory extends java.lang.Object implements ServerSideServiceProvider.IServerSideServiceFactory<IAuthentication>
| Constructor and Description |
|---|
AuthenticationFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<IAuthentication> |
factoryClass() |
IAuthentication |
instance(BmContext context,
java.lang.String... params) |
public java.lang.Class<IAuthentication> factoryClass()
factoryClass in interface ServerSideServiceProvider.IServerSideServiceFactory<IAuthentication>public IAuthentication instance(BmContext context, java.lang.String... params) throws ServerFault
instance in interface ServerSideServiceProvider.IServerSideServiceFactory<IAuthentication>ServerFaultCopyright © 2024. All Rights Reserved.