A B C D E F G H I L M N O P R S T U V

A

adminGSMSubscriberID - Variable in class org.nst.pasientlink.authenticator.admin.Controller
 
adminPasswordHash - Variable in class org.nst.pasientlink.authenticator.admin.Controller
 
adminUsername - Variable in class org.nst.pasientlink.authenticator.admin.Controller
 
alphabet - Static variable in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
AUTHENTICATE_SESSION_OK - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
AUTHENTICATE_SESSION_OK - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
AUTHENTICATE_SESSION_TIMED_OUT - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
AUTHENTICATE_SESSION_UNKNOWN_ERROR - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
AUTHENTICATE_TIMED_OUT - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
AUTHENTICATE_UNKNOWN_ERROR - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
AUTHENTICATE_WRONG_SINGLEUSEPASSWORD - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
authenticate(String, byte[]) - Method in class org.nst.pasientlink.authenticator.Authenticator
authenticate performs actual authentication, after an authentication request has been generated for a user (see class documentation for a description of two-phased authentification process).
authenticateSession(String, Request) - Method in class org.nst.pasientlink.authenticator.admin.Controller
 
AuthenticateSessionCommand - class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand.
 
AuthenticateSessionCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
 
AUTHENTICATION_REQUEST - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
authenticationReturnValue - Variable in class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
 
Authenticator - class org.nst.pasientlink.authenticator.Authenticator.
 
AUTHENTICATOR_CONFIGURATION_PROPERTIES - Static variable in class org.nst.pasientlink.authenticator.Utility
 
AUTHENTICATOR_LOGGER_INSTANCe - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
Authenticator() - Constructor for class org.nst.pasientlink.authenticator.Authenticator
Constructor.
AuthenticatorStorage - class org.nst.pasientlink.authenticator.AuthenticatorStorage.
 
AuthenticatorStorage(Properties) - Constructor for class org.nst.pasientlink.authenticator.AuthenticatorStorage
Constructor.

B

byteArrayCompare(byte[], byte[]) - Method in class org.nst.pasientlink.authenticator.Utility
byteArrayCompare compares two byte arrays.

C

changePassword(String, byte[]) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
changePassword updates the password property for a specified userid in the database
changePassword(String, byte[], byte[]) - Method in class org.nst.pasientlink.authenticator.Authenticator
changePassword changes the user specified password.
Command - class org.nst.pasientlink.authenticator.admin.command.Command.
 
COMMAND - Static variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
COMMAND_AUTHENTICATE_SESSION - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
COMMAND_LOGOUT - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
COMMAND_PARAMETER - Static variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
COMMAND_REQUEST_AUTHENTICATION - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
COMMAND_USER_CREATE - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
COMMAND_USER_DELETE - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
COMMAND_USER_EDIT - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
Command(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.Command
Constructor
configuration - Static variable in class org.nst.pasientlink.authenticator.Utility
 
configureLogger() - Method in class org.nst.pasientlink.authenticator.Utility
configureLogger configures the logger
Controller - class org.nst.pasientlink.authenticator.admin.Controller.
 
Controller() - Constructor for class org.nst.pasientlink.authenticator.admin.Controller
 
createUser(String, String, byte[], String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
createUser creates a user entry in storage from the specified input parameters, given that a user with the same userid does not exist.
createUser(String, String, String, String) - Method in class org.nst.pasientlink.authenticator.Utility
createUser creates a user from the specified input parameters, given that a user with the same userid does not exist.
creationDate - Variable in class org.nst.pasientlink.authenticator.Request
 
CRYPTOGRAPHY_PROVIDER - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 

D

data - Static variable in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
DATE_FORMATTER - Static variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
digest - Variable in class org.nst.pasientlink.authenticator.Utility
 

E

ERR_MSG_TAG - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
error(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.nst.pasientlink.authenticator.admin.Controller
Override the method from VelocityServlet to produce an intelligent message to the browser
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.Command
Implemented by classes that extends this class
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.MainMenuCommand
 
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
 
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand
 
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.LogoutCommand
invalidate session and return to login screen!
exec(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 

F

fill(GpwData) - Static method in class org.nst.pasientlink.authenticator.admin.GpwDataInit1
 
fill(GpwData) - Static method in class org.nst.pasientlink.authenticator.admin.GpwDataInit2
 

G

generateSingleUsePassword() - Method in class org.nst.pasientlink.authenticator.Utility
generateSingleUsePassword generates and returns a five digit single-use password encoded as a string, using the secure random generator. this value is used in to be used in the second phase of the authentication process
get(int, int, int) - Method in class org.nst.pasientlink.authenticator.admin.GpwData
 
getAdminGSMSubscriberID() - Method in class org.nst.pasientlink.authenticator.admin.Controller
getAdminGSMSubscriberID returns the administrator GSM subscriber ID, as loaded from the configuration file
getAdminPasswordHash() - Method in class org.nst.pasientlink.authenticator.admin.Controller
getAdminPasswordHash returns the administrator password hash, as constructed from the configuration file
getAdminUsername() - Method in class org.nst.pasientlink.authenticator.admin.Controller
getAdminUsername returns the administrator username, as it has been loaded from the configuration file
getAuthenticatorStorage() - Static method in class org.nst.pasientlink.authenticator.admin.Controller
getAuthenticatorStorage returns the authenticatorstorage
getAuthenticatorStorage() - Static method in class org.nst.pasientlink.authenticator.admin.command.Command
getAuthenticatorStorage returns the authenticatorstorage from the Controller
getConfiguration() - Static method in class org.nst.pasientlink.authenticator.Utility
getConfiguration is called by misc. classes to get the configuration properties for the authenticator
getConnection() - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
getConnection gets a Connection object from the connection pool sets autocommit to false, and returns the object.
getDescription(String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
getDescription retuns the descriptiopn for a specified user.
getGSMSubscriberID(String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
getGSMSubscriberID retuns the GSM subscriber ID for a specified user.
getLogger() - Static method in class org.nst.pasientlink.authenticator.Utility
getLogger returns the logger instance to be used throughout the application
getNextPassword() - Method in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
getNextPassword returns a new generated password
getNextPassword() - Method in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
getNextPassword returns a new generated password
getNextPassword() - Method in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
getNextPassword returns a new generated password
getPasswordGenerator() - Static method in class org.nst.pasientlink.authenticator.admin.Controller
getPasswordGenerator returns the password generator, and is used from the UserCreateCommand chiefly
getPasswordHash(String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
getPasswordHash retuns the password hash for a specified user.
getSigma() - Method in class org.nst.pasientlink.authenticator.admin.GpwData
 
getSingleUsePassword() - Method in class org.nst.pasientlink.authenticator.Request
getSingleUsePassword returns the single use password for this request, or null if none has been set
getUserID() - Method in class org.nst.pasientlink.authenticator.Request
getUserID returns the userID for this request, or null if none has been set
getUtility() - Static method in class org.nst.pasientlink.authenticator.admin.Controller
getUtility returns the utility instance
getUtility() - Static method in class org.nst.pasientlink.authenticator.admin.command.Command
getUtility returns the utility instance from the Controller
GpwData - class org.nst.pasientlink.authenticator.admin.GpwData.
 
GpwData() - Constructor for class org.nst.pasientlink.authenticator.admin.GpwData
 
GpwDataInit1 - class org.nst.pasientlink.authenticator.admin.GpwDataInit1.
 
GpwDataInit1() - Constructor for class org.nst.pasientlink.authenticator.admin.GpwDataInit1
 
GpwDataInit2 - class org.nst.pasientlink.authenticator.admin.GpwDataInit2.
 
GpwDataInit2() - Constructor for class org.nst.pasientlink.authenticator.admin.GpwDataInit2
 
GSMSubscriberID - Variable in class org.nst.pasientlink.authenticator.SendSMSThread
 

H

handleRequest(Context) - Method in class org.nst.pasientlink.authenticator.admin.Controller
handleRequest processes all requests and directs them to the correct template.
hashString(String) - Method in class org.nst.pasientlink.authenticator.Utility
hashString returns a hash of the input String

I

isFailed - Variable in class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand
 
isTimedOut() - Method in class org.nst.pasientlink.authenticator.Request
isTimedOut returns true if the request has timed out, according to the timeout policy.

L

loadConfiguration() - Method in class org.nst.pasientlink.authenticator.Utility
loadConfiguration loads configuration properties from file using the getResourceAsStream method.
loadConfiguration(ServletConfig) - Method in class org.nst.pasientlink.authenticator.admin.Controller
loadConfiguration sets up Velocity & the logger
logger - Variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
logger - Static variable in class org.nst.pasientlink.authenticator.Utility
 
logger - Variable in class org.nst.pasientlink.authenticator.Authenticator
 
logger - Variable in class org.nst.pasientlink.authenticator.AuthenticatorStorage
 
logger - Variable in class org.nst.pasientlink.authenticator.admin.Controller
 
LogoutCommand - class org.nst.pasientlink.authenticator.admin.command.LogoutCommand.
 
LogoutCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.LogoutCommand
 

M

main(String[]) - Static method in class org.nst.pasientlink.authenticator.Utility
Main.
main(String[]) - Static method in class org.nst.pasientlink.authenticator.Authenticator
Main method.
main(String[]) - Static method in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
MainMenuCommand - class org.nst.pasientlink.authenticator.admin.command.MainMenuCommand.
 
MainMenuCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.MainMenuCommand
constructor
myDbBroker - Static variable in class org.nst.pasientlink.authenticator.AuthenticatorStorage
 
myDescription - Variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
myDescription - Variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
myDescription - Variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
myGSMSubscriberID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
myGSMSubscriberID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
myGSMSubscriberID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
myOption - Variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
myOption - Variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
myOption - Variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
myPassword - Variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
myPassword - Variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
myPassword - Variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
mySession - Variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
myStore - Variable in class org.nst.pasientlink.authenticator.Utility
 
myStore - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
myStore - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
myUserID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
myUserID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
myUserID - Variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
myUtility - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
myUtility - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 

N

nextPassword() - Method in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 

O

org.nst.pasientlink.authenticator - package org.nst.pasientlink.authenticator
 
org.nst.pasientlink.authenticator.admin - package org.nst.pasientlink.authenticator.admin
 
org.nst.pasientlink.authenticator.admin.command - package org.nst.pasientlink.authenticator.admin.command
 

P

PARAMETER_DESCRIPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_DESCRIPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_DESCRIPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_GSMSUBSCRIBER_ID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_GSMSUBSCRIBER_ID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_GSMSUBSCRIBER_ID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_OPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_OPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_OPTION - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_OPTION_CREATE_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_OPTION_NEW_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_OPTION_NEW_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_OPTION_USER_DELETE - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_OPTION_USER_LOOKUP - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_OPTION_USER_LOOKUP - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_OPTION_USER_UPDATE - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PARAMETER_SHOW_USER_CONFIRMATION_FORM - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_SHOW_USER_EDIT_FORM - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_USERID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PARAMETER_USERID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
PARAMETER_USERID - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
PASSWORD_GENERATOR - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
PASSWORD_HASH_ALGORITHM - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
PASSWORD_MASK - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
PASSWORD_MASK - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
passwordGenerator - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
processRequest(HttpServletRequest, HttpServletResponse, Context) - Method in class org.nst.pasientlink.authenticator.admin.Controller
Process the request and execute the command.
PronouncablePassword - class org.nst.pasientlink.authenticator.admin.PronouncablePassword.
 
PronouncablePassword() - Constructor for class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
putUserParameters(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
putUserParameters puts common user parameters into the context.
putUserParameters(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
putUserParameters puts common user parameters into the context.
putUserParameters(Context) - Method in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
putUserParameters puts common user parameters into the context.

R

randomizer - Variable in class org.nst.pasientlink.authenticator.Utility
 
randomizer - Variable in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
removeUser(String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
removeUser removes a specified userid from the database
request - Variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
Request - class org.nst.pasientlink.authenticator.Request.
 
REQUEST_AUTHENTICATION_WRONG_USERNAME_OR_PASSWORD - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
Request(int, String, String) - Constructor for class org.nst.pasientlink.authenticator.Request
Constructor.
requestAuthentication(String, byte[]) - Method in class org.nst.pasientlink.authenticator.Authenticator
requestAuthentication performs the first phase of authentication (see class documentation for further details of the two-phase authentification process).
requestAuthentication(String, String) - Method in class org.nst.pasientlink.authenticator.admin.Controller
requestAuthentication verifies that admin username and password matches.
RequestAuthenticationCommand - class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand.
 
RequestAuthenticationCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand
 
requests - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
requestTimeoutMinutes - Variable in class org.nst.pasientlink.authenticator.Request
 
response - Variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
RETURN_VALUE - Static variable in class org.nst.pasientlink.authenticator.admin.command.Command
 
RETURN_VALUE_ERROR_CREATING_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
RETURN_VALUE_ERROR_DELETING_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
RETURN_VALUE_ERROR_UPDATING_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
RETURN_VALUE_MISSING_PARAMETERS - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
RETURN_VALUE_MISSING_PARAMETERS - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
RETURN_VALUE_NONEXISTANT_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
RETURN_VALUE_NONEXISTANT_USER - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
RETURN_VALUE_USER_DELETED - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
RETURN_VALUE_USER_EXISTS - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
run() - Method in class org.nst.pasientlink.authenticator.SendSMSThread
run synchronizes on the input semaphore object, and sends an SMS using the configured device.

S

SECURE_RANDOM_ALGORITHM - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
SECURE_RANDOM_ALGORITHM - Static variable in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
SECURE_RANDOM_PROVIDER - Static variable in class org.nst.pasientlink.authenticator.admin.PronouncablePassword
 
semaphore - Variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SENDSMS_COMMAND_SH - Static variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SENDSMS_COMMAND_SH_PARAMETER - Static variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SENDSMS_EXTERNAL_COMMAND - Static variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SENDSMS_MESSAGE_FOOTER - Static variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SENDSMS_MESSAGE_HEADER - Static variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
sendSMSNotification(Request, String) - Method in class org.nst.pasientlink.authenticator.Utility
sendSMSNotification spawns a thread to send a GSM SMS single use password notification.
SendSMSThread - class org.nst.pasientlink.authenticator.SendSMSThread.
 
SendSMSThread(Object, Request, String) - Constructor for class org.nst.pasientlink.authenticator.SendSMSThread
Constructor.
SESSION_AUTHENTICATED - Static variable in class org.nst.pasientlink.authenticator.admin.Controller
 
set(int, int, int, short) - Method in class org.nst.pasientlink.authenticator.admin.GpwData
 
setAuthenticationReturnValue(int) - Method in class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
setAuthenticationReturnValue sets the return value from the actual authenticateSession call, performed by the Controller before generating this command object.
setAuthenticatorStorage(AuthenticatorStorage) - Method in class org.nst.pasientlink.authenticator.Utility
setAuthenticatorStorage configures the storage class used by utility
setCommonResponseHeaders() - Method in class org.nst.pasientlink.authenticator.admin.command.Command
setCommonReponseHeaders sets response headers common to all response generated by commands (and subclasses)
setFailed(boolean) - Method in class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand
setFailed is set by the Controller when a log in attemt fails, and is used in exec() to indicate a failed authentication request.
sigma - Static variable in class org.nst.pasientlink.authenticator.admin.GpwData
 
singleUsePassword - Variable in class org.nst.pasientlink.authenticator.Request
 
singleUsePassword - Variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
SINGLEUSEPASSWORD_LENGTH - Static variable in class org.nst.pasientlink.authenticator.Utility
 
SMSsemaphore - Static variable in class org.nst.pasientlink.authenticator.Utility
 

T

TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.MainMenuCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.AuthenticateSessionCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.RequestAuthenticationCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.LogoutCommand
 
TEMPLATE_NAME - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
TEMPLATE_NAME_RECEIPT - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
TEMPLATE_NAME_RECEIPT - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
TEMPLATE_NAME_RECEIPT - Static variable in class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
timeoutMinutes - Static variable in class org.nst.pasientlink.authenticator.Authenticator
 
tris - Static variable in class org.nst.pasientlink.authenticator.admin.GpwData
 
tris1 - Static variable in class org.nst.pasientlink.authenticator.admin.GpwDataInit1
 
tris2 - Static variable in class org.nst.pasientlink.authenticator.admin.GpwDataInit2
 

U

updateUserInfo(String, String, String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
updateUserInfo updates GSM subscriber ID and description for a specified user
UserCreateCommand - class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand.
 
UserCreateCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.UserCreateCommand
 
UserDeleteCommand - class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand.
 
UserDeleteCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.UserDeleteCommand
 
UserEditCommand - class org.nst.pasientlink.authenticator.admin.command.UserEditCommand.
 
UserEditCommand(HttpServletRequest, HttpServletResponse) - Constructor for class org.nst.pasientlink.authenticator.admin.command.UserEditCommand
 
userExists(String) - Method in class org.nst.pasientlink.authenticator.AuthenticatorStorage
getUserExists verifies the existence of a specified user in the database
userID - Variable in class org.nst.pasientlink.authenticator.Request
 
userID - Variable in class org.nst.pasientlink.authenticator.SendSMSThread
 
Utility - class org.nst.pasientlink.authenticator.Utility.
 
Utility() - Constructor for class org.nst.pasientlink.authenticator.Utility
constructor.

V

verifyPasswordHash(String, byte[]) - Method in class org.nst.pasientlink.authenticator.Utility
verify that the specified password hash compares successfully with the stored password hash, for the specified user. we assume that the user id exists in the system, i.e. that this has been verified before this method is invoked (but we won't crash horribly if this verification has not been done).

A B C D E F G H I L M N O P R S T U V

Copyright © 2002 Norwegian Centre for Telemedicine. All Rights Reserved.