public interface GetCurrentUserContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
DirectoryUser |
getUser()
Gets the current user.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setUser(DirectoryUser user)
Sets the current user.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
DirectoryUser getUser() throws IfsException
IfsException
void setUser(DirectoryUser user) throws IfsException
IfsException
Copyright © 2023. All rights reserved.