Uses of Interface
org.owasp.esapi.Authenticator

Packages that use Authenticator
org.owasp.esapi The ESAPI interfaces and Exception classes model the most important security functions to enterprise web applications. 
org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. 
 

Uses of Authenticator in org.owasp.esapi
 

Methods in org.owasp.esapi that return Authenticator
static Authenticator ESAPI.authenticator()
           
 

Uses of Authenticator in org.owasp.esapi.reference
 

Classes in org.owasp.esapi.reference that implement Authenticator
 class AbstractAuthenticator
          A partial implementation of the Authenticator interface.
 class FileBasedAuthenticator
          Reference implementation of the Authenticator interface.
 

Methods in org.owasp.esapi.reference that return Authenticator
static Authenticator FileBasedAuthenticator.getInstance()
           
 



Copyright © 2011 The Open Web Application Security Project (OWASP). All Rights Reserved.