public class AuthSO extends AuthGeneric
Constructor and Description |
---|
AuthSO(java.lang.String pServer,
java.lang.String pUser,
java.lang.String pPassword,
java.lang.String pParam)
Constructor of the Operatice System Authenticator
|
Modifier and Type | Method and Description |
---|---|
void |
Authenticate(java.lang.String User,
java.lang.String Pass)
Checks if the user to authenticate if the same Operative System user running the current proces
|
getProp, setProp, UpdatePass
public AuthSO(java.lang.String pServer, java.lang.String pUser, java.lang.String pPassword, java.lang.String pParam)
pServer
- not used in this authenticatorpUser
- not used in this authenticatorpPassword
- not used in this authenticatorpParam
- not used in this authenticatorpublic void Authenticate(java.lang.String User, java.lang.String Pass) throws PDException
Authenticate
in class AuthGeneric
User
- user to authenticatePass
- not used. delegated to the Operative SystemPDException
- if the authentication fails or in any error