atg.servlet.pipeline
Interface Authenticator
- All Known Implementing Classes: 
- BasicAuthenticator
- public interface Authenticator 
This interface describes objects that are able to authenticate
 userid/password combinations.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Method Summary | 
|  boolean | authenticate(java.lang.String pUserId,
             java.lang.String pPassword)Returns true if the specified userid and password are an
 authentic combination, false if not.
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
authenticate
boolean authenticate(java.lang.String pUserId,
                     java.lang.String pPassword)
- Returns true if the specified userid and password are an
 authentic combination, false if not.
 
-