Oracle Content Management SDK

Uses of Class
oracle.ifs.server.S_DirectoryUser

Packages that use S_DirectoryUser
oracle.ifs.server   
 

Uses of S_DirectoryUser in oracle.ifs.server
 

Subclasses of S_DirectoryUser in oracle.ifs.server
 class S_TieDirectoryUser
          An S_TieDirectoryUser allows the Oracle-defined behavior of the DIRECTORYUSER classobject (and its subclasses) to be extended or overridden through the server extensibility API.
 

Fields in oracle.ifs.server declared as S_DirectoryUser
protected  S_DirectoryUser S_UserState.m_User
           
protected  S_DirectoryUser S_LibrarySession.m_User
          The S_DirectoryUser that was authenticated to create this S_LibrarySession.
protected  S_DirectoryUser S_LibrarySession.m_FeignedUser
          The current S_DirectoryUser.
 

Methods in oracle.ifs.server that return S_DirectoryUser
protected  S_DirectoryUser S_PublicObject.getOwner()
          getOwner - gets the owner of this object
 S_DirectoryUser S_UserProfile.getDirectoryUser()
          Gets the user of this profile.
 S_DirectoryUser S_LibrarySession.getAuthenticatedUser()
          Gets the S_DirectoryUser for which this S_LibrarySession was authenticated.
 S_DirectoryUser S_LibrarySession.getUser()
          Gets the current S_DirectoryUser for this S_LibrarySession.
 

Methods in oracle.ifs.server with parameters of type S_DirectoryUser
 AccessLevel S_AccessControlList.getGrantedAccessLevel(S_DirectoryUser user)
          Returns the access level for the specified user.
protected  void S_LibrarySession.setDirectoryUser(S_DirectoryUser user)
          Sets the S_DirectoryUser of this S_LibrarySession.
 

Constructors in oracle.ifs.server with parameters of type S_DirectoryUser
S_UserState(S_LibrarySession session, S_DirectoryUser user)
          Constructs an S_UserState.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.