public class IfsGetCurrentUserContext extends IfsCommandContext implements GetCurrentUserContext
| Constructor and Description |
|---|
IfsGetCurrentUserContext()
Deafult Constructor.
|
IfsGetCurrentUserContext(LibrarySession session)
Constructor to set up all required parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
DirectoryUser |
getUser()
Gets the user.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setUser(DirectoryUser user)
Sets the user.
|
public IfsGetCurrentUserContext()
throws IfsException
IfsExceptionpublic IfsGetCurrentUserContext(LibrarySession session) throws IfsException
session - LibrarySession.IfsException - If operation fails.public void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface GetCurrentUserContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface GetCurrentUserContextIfsExceptionpublic DirectoryUser getUser() throws IfsException
getUser in interface GetCurrentUserContextIfsExceptionpublic void setUser(DirectoryUser user) throws IfsException
setUser in interface GetCurrentUserContextIfsExceptionCopyright © 2025. All rights reserved.