com.ontimize.locator
Class DefaultUserDelegationsInfo
java.lang.Object
com.ontimize.locator.DefaultUserDelegationsInfo
- All Implemented Interfaces:
- java.io.Serializable, UserDelegationsInfo
- public class DefaultUserDelegationsInfo
- extends java.lang.Object
- implements UserDelegationsInfo
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
users
protected java.util.Vector users
descriptions
protected java.util.Vector descriptions
currentUser
protected java.lang.String currentUser
currentDescription
protected java.lang.String currentDescription
DefaultUserDelegationsInfo
public DefaultUserDelegationsInfo(java.lang.String currentUser,
java.lang.String currentDescription)
getCurrentUserDescription
public java.lang.String getCurrentUserDescription()
- Specified by:
getCurrentUserDescription in interface UserDelegationsInfo
getCurrentUser
public java.lang.String getCurrentUser()
- Specified by:
getCurrentUser in interface UserDelegationsInfo
add
public void add(java.lang.String user,
java.lang.String description)
getUsers
public java.lang.String[] getUsers()
- Specified by:
getUsers in interface UserDelegationsInfo
getDescriptions
public java.lang.String[] getDescriptions()
- Specified by:
getDescriptions in interface UserDelegationsInfo