com.tensegrity.palowebviewer.server.security
Class AuthenificatorFactory

java.lang.Object
  extended by com.tensegrity.palowebviewer.server.security.AuthenificatorFactory

public class AuthenificatorFactory
extends java.lang.Object

Facotory for create authenificators


Constructor Summary
AuthenificatorFactory()
           
 
Method Summary
static IAuthenificator getAuthenificator(java.lang.String authenificatorClassName, PaloConfiguration cfg)
          Create authenificator by class name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenificatorFactory

public AuthenificatorFactory()
Method Detail

getAuthenificator

public static IAuthenificator getAuthenificator(java.lang.String authenificatorClassName,
                                                PaloConfiguration cfg)
                                         throws PaloWebViewerException
Create authenificator by class name

Parameters:
authenificatorClassName - authenificator class name
Returns:
IAuthenificator implementetion
Throws:
PaloWebViewerException - if authenificator class was not founded