com.baan.b3.boi1
Interface IUserInfo
- public interface IUserInfo
Contains user context information used to authenticate users.
Transport of user information will always be encrypted using private key
encryption
- Version:
- Build Nr 61, file version \\main\\3, 15:08:57 24-07-2006 UTC
|
Method Summary |
void |
setPassword(java.lang.String p_passWord)
Sets the password. |
void |
setUsername(java.lang.String p_userName)
Sets the user name. |
setUsername
public void setUsername(java.lang.String p_userName)
- Sets the user name.
Postconditions: The previous username will be overwritten
Threading policy: Unsafe
- Parameters:
p_userName - the user name
setPassword
public void setPassword(java.lang.String p_passWord)
- Sets the password.
Postconditions: The previous password is overwritten
Threading policy: Unsafe
- Parameters:
p_passWord - the password
Visit the SSA Global website for more information.