com.sas.edir
Interface Login
- All Superinterfaces:
- Caching, Entity, TrackedObject
- public interface Login
- extends Entity
A login is an enterprise entity that is a description of a login. A
login provides:
- Access to SAS/EIS Credentials: Username, password.
- Version:
- 1.1
- Author:
- SAS
Method Summary |
java.lang.String |
getEisPassword()
Returns the SAS/EIS password. |
java.lang.String |
getEisUsername()
Returns the SAS/EIS user name. |
void |
setEisPassword(java.lang.String password)
Sets the SAS/EIS password. |
void |
setEisUsername(java.lang.String userame)
Sets the SAS/EIS user name. |
Methods inherited from interface com.sas.edir.Entity |
addPropertyChangeListener, getContext, getCreateTime, getCreatorsName, getDescription, getEnterpriseDirectory, getGuid, getModifiersName, getModifyTime, getName, getObjectclass, removeModificationItems, removePropertyChangeListener, setDescription, setGuid, setName, setObjectclass |
getEisUsername
public java.lang.String getEisUsername()
- Returns the SAS/EIS user name.
- Returns:
- The SAS/EIS user name.
setEisUsername
public void setEisUsername(java.lang.String userame)
- Sets the SAS/EIS user name.
- Parameters:
username
- The SAS/EIS user name.
getEisPassword
public java.lang.String getEisPassword()
- Returns the SAS/EIS password.
- Returns:
- The SAS/EIS password.
setEisPassword
public void setEisPassword(java.lang.String password)
- Sets the SAS/EIS password.
- Parameters:
password
- The SAS/EIS password.