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_VERSION
          Class 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.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

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.