Uses of Class
com.tensegrity.palowebviewer.server.exeptions.PaloWebViewerException

Packages that use PaloWebViewerException
com.tensegrity.palowebviewer.server.exeptions   
com.tensegrity.palowebviewer.server.security   
 

Uses of PaloWebViewerException in com.tensegrity.palowebviewer.server.exeptions
 

Subclasses of PaloWebViewerException in com.tensegrity.palowebviewer.server.exeptions
 class ConfigurationException
          ConfigurationException for using with server
 

Uses of PaloWebViewerException in com.tensegrity.palowebviewer.server.security
 

Methods in com.tensegrity.palowebviewer.server.security that throw PaloWebViewerException
static IAuthenificator AuthenificatorFactory.getAuthenificator(java.lang.String authenificatorClassName, PaloConfiguration cfg)
          Create authenificator by class name
 

Constructors in com.tensegrity.palowebviewer.server.security that throw PaloWebViewerException
BaseMd5Authentificator()
          Create BaseMd5Authentificator, initialize md5 algorithm
TestEnviromentAuthenificator(PaloConfiguration cfg)