IApacheBackend
in
Interface IApacheBackend
Tags
Table of Contents
Methods
- getCurrentUserId() : string
- Return the id of the current user
- getLogoutUrl() : string
- Gets the current logout URL
- isSessionActive() : bool
- In case the user has been authenticated by a module true is returned.
Methods
getCurrentUserId()
Return the id of the current user
public
getCurrentUserId() : string
Tags
Return values
stringgetLogoutUrl()
Gets the current logout URL
public
getLogoutUrl() : string
Tags
Return values
stringisSessionActive()
In case the user has been authenticated by a module true is returned.
public
isSessionActive() : bool
Tags
Return values
bool —whether the module reports a user as currently logged in.