Uses of Class
eTextReader.authentication.Authenticator.AUTHENTICATION_RESULT

Packages that use Authenticator.AUTHENTICATION_RESULT
eTextReader.authentication This package provides a mechanism for the eTextReader application to support a variety of authentication mechanisms. 
eTextReader.clientInterface   
 

Uses of Authenticator.AUTHENTICATION_RESULT in eTextReader.authentication
 

Methods in eTextReader.authentication that return Authenticator.AUTHENTICATION_RESULT
 Authenticator.AUTHENTICATION_RESULT Authenticator.authenticate(java.lang.Object identity, java.lang.Object secret)
          Attempts to verify the user identified by identity using the supplied secret.
 Authenticator.AUTHENTICATION_RESULT Authenticator.updateSecret(java.lang.Object identity, java.lang.Object oldSecret, java.lang.Object newSecret)
          Provides a mechanism for a user's secret to be updated.
static Authenticator.AUTHENTICATION_RESULT Authenticator.AUTHENTICATION_RESULT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Authenticator.AUTHENTICATION_RESULT[] Authenticator.AUTHENTICATION_RESULT.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Authenticator.AUTHENTICATION_RESULT in eTextReader.clientInterface
 

Methods in eTextReader.clientInterface that return Authenticator.AUTHENTICATION_RESULT
 Authenticator.AUTHENTICATION_RESULT DBAuthenticator.authenticate(java.lang.Object identity, java.lang.Object secret)
           
 Authenticator.AUTHENTICATION_RESULT DBAuthenticator.updateSecret(java.lang.Object identity, java.lang.Object oldSecret, java.lang.Object newSecret)