|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectoryUser | |
oracle.ifs.adk.filesystem | |
oracle.ifs.adk.user | |
oracle.ifs.beans |
Uses of DirectoryUser in oracle.ifs.adk.filesystem |
Methods in oracle.ifs.adk.filesystem that return DirectoryUser | |
DirectoryUser |
FileSystem.checkedOutBy(PublicObject po)
Return the DirectoryUser who currently has PublicObject po checked out, or null if po is not checked out. |
DirectoryUser |
FileSystem.getCurrentUser()
Display the current user in the session. |
DirectoryUser |
IfsFileSystem.checkedOutBy(PublicObject po)
Return the DirectoryUser who currently has PublicObject po checked out, or null if po is not checked out. |
DirectoryUser |
IfsFileSystem.getCurrentUser()
Display the current user in the session. |
Uses of DirectoryUser in oracle.ifs.adk.user |
Fields in oracle.ifs.adk.user declared as DirectoryUser | |
protected DirectoryUser |
UserManager.m_CreatedDirectoryUser
|
Methods in oracle.ifs.adk.user that return DirectoryUser | |
DirectoryUser |
UserManager.createUser(java.lang.String username,
java.lang.String password,
java.util.Hashtable options)
Creates a new iFS user. |
protected DirectoryUser |
UserManager.lookupUser(java.lang.String username)
Looks up an iFS DirectoryUser. |
Uses of DirectoryUser in oracle.ifs.beans |
Subclasses of DirectoryUser in oracle.ifs.beans | |
class |
TieDirectoryUser
A TieDirectoryUser allows the Oracle-defined behavior of the DIRECTORYUSER classobject (and its subclasses) to be extended or overridden. |
Fields in oracle.ifs.beans declared as DirectoryUser | |
protected DirectoryUser |
LibrarySession.m_User
the authenticated user. |
protected DirectoryUser |
LibrarySession.m_FeignedUser
the current impersonated user. |
Methods in oracle.ifs.beans that return DirectoryUser | |
DirectoryUser |
PublicObject.getCreator()
returns the user that created this object. |
DirectoryUser |
PublicObject.getDeletor()
Returns the user that deleted this object, or null if the object is not marked for deletion. |
DirectoryUser |
PublicObject.getLastModifier()
Returns the user that last modified this object. |
DirectoryUser |
PublicObject.getOwner()
Returns the user that owns the object. |
DirectoryUser |
PublicObject.getReservor()
returns the user that has reserved the primaryVersionSeries for this object. |
DirectoryUser[] |
DirectoryObject.getAllUserMembers()
Gets all DirectoryUser members belonging to this DirectoryObject. |
DirectoryUser |
DirectoryObject.getAllUserMembers(int index)
Gets a specific DirectoryUser Member at the specified index in array of DirectoryObject. |
DirectoryUser |
VersionSeries.getReservor()
Returns the User that reserved this VersionSeries, null if not reserved |
DirectoryUser[] |
DirectoryGroup.getAllUserMembers()
Gets the array of DirectoryUser that define the list of all DirectoryUser members for this instance. |
DirectoryUser |
DirectoryGroup.getAllUserMembers(int index)
Gets the member DirectoryUser at the specified index of this group. |
DirectoryUser |
UserProfile.getDirectoryUser()
Gets the DirectoryUser associated with this UserProfile. |
DirectoryUser |
LockObject.getLockHolder()
Returns the directory user who holds the lock on the PublicObject(s) (that refer to this lockobject) |
DirectoryUser[] |
DirectoryUser.getAllUserMembers()
Gets this DirectoryUser. |
DirectoryUser |
DirectoryUser.getAllUserMembers(int index)
Gets this DirectoryUser at specified index. |
protected static DirectoryUser[] |
DirectoryUser.vectorToDirectoryUserArray(java.util.Vector vector)
Converts a Vector of DirectoryUser to an array of DirectoryUser. |
protected static DirectoryUser |
DirectoryUser.vectorDirectoryUserElement(java.util.Vector vector,
int index)
Returns a specific DirectoryUser element from the Vector of DirectoryUser at the specified index. |
protected static DirectoryUser |
DirectoryUser.constructDirectoryUser(LibrarySession sess,
S_LibraryObjectData data)
Constructs a DirectoryUser from a S_LibraryObjectData. |
DirectoryUser |
LockObjectDefinition.getLockHolder()
get the value for the lockholder on this lock. |
DirectoryUser |
LibrarySession.getUser()
Return the user associated with the current session. |
DirectoryUser |
LibrarySession.getDirectoryUser()
Return the user associated with the current session. |
DirectoryUser |
LibrarySession.getSystemDirectoryUser()
Gets the DirectoryUser who is the permanent admin user. |
Methods in oracle.ifs.beans with parameters of type DirectoryUser | |
void |
PublicObject.setOwner(DirectoryUser owner)
Updates the owner of this object. |
void |
SystemLockObject.setLockHolder(DirectoryUser du)
set the lockholder. |
void |
FolderPathResolver.setHomeFolder(DirectoryUser user)
Set current folder to the home folder of a specified directory user |
void |
LockObjectDefinition.setLockHolder(DirectoryUser du)
Set the lock holder for lock |
PrimaryUserProfile |
LibrarySession.getPrimaryUserProfile(DirectoryUser user)
Return the a specified user's primary UserProfile. |
void |
LibrarySession.impersonateUser(DirectoryUser newuser)
Assume the identity of another user. |
void |
LibrarySession.grantAdministration(DirectoryUser user)
Grant the Administrator Mode state for the specified Directory User. |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |