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:

Version:
1.1
Author:
SAS

Fields inherited from interface com.sas.edir.Entity
PROPERTY_CHANGED, SUBPROPERTY_CHANGED
 
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
 
Methods inherited from interface com.sas.edir.Caching
edirUpdateStore, getTimeToLive, isExpired, refreshCache, refreshCachedObjects, releaseCache, setDirty, setTimeToLive, setTimeToLive, updateStore
 
Methods inherited from interface com.sas.edir.TrackedObject
getTrackingId, getUserData, setUserData
 

Method Detail

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.