UserManWebAdminInterface

private

@requiresAuth
@translationContext!TranslationContext
class UserManWebAdminInterface {}

Constructors

this
this(UserManAPI api)
Undocumented in source.

Members

Functions

authenticate
AuthInfo authenticate(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
get
void get(AuthInfo auth)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroup
void getGroup(AuthInfo auth, string _group, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroupMembers
void getGroupMembers(AuthInfo auth, string _group, long page, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getGroups
void getGroups(AuthInfo auth, long page, string _error)
getLogin
void getLogin(string redirect, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getLogout
void getLogout()
Undocumented in source. Be warned that the author may not have intended to support it.
getSettings
void getSettings(AuthInfo auth, string _error)
getUser
void getUser(AuthInfo auth, User.ID _user, string _error)
Undocumented in source. Be warned that the author may not have intended to support it.
getUsers
void getUsers(AuthInfo auth, int page, string _error)
postAddMember
void postAddMember(AuthInfo auth, string _group, string username)
Undocumented in source. Be warned that the author may not have intended to support it.
postGroup
void postGroup(AuthInfo auth, string _group, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
postGroups
void postGroups(AuthInfo auth, ValidGroupName name, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
postInitialRegister
void postInitialRegister(string username, ValidEmail email, string full_name, ValidPassword password, Confirm!"password" password_confirmation, string redirect)
Undocumented in source. Be warned that the author may not have intended to support it.
postLogin
void postLogin(string name, string password, string redirect)
Undocumented in source. Be warned that the author may not have intended to support it.
postMultiGroupUpdate
void postMultiGroupUpdate(AuthInfo auth, string action, HTTPServerRequest req, int page)
Undocumented in source. Be warned that the author may not have intended to support it.
postMultiUserUpdate
void postMultiUserUpdate(AuthInfo auth, string action, HTTPServerRequest req, int page)
Undocumented in source. Be warned that the author may not have intended to support it.
postRemoveMember
void postRemoveMember(AuthInfo auth, string _group, User.ID _user)
Undocumented in source. Be warned that the author may not have intended to support it.
postSetUserProperty
void postSetUserProperty(AuthInfo auth, User.ID _user, Nullable!string old_name, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
postUser
void postUser(AuthInfo auth, User.ID _user, string username, ValidEmail email, string full_name, bool active, bool banned)
Undocumented in source. Be warned that the author may not have intended to support it.
postUserPassword
void postUserPassword(AuthInfo auth, User.ID _user, ValidPassword password, Confirm!"password" password_confirmation)
Undocumented in source. Be warned that the author may not have intended to support it.
postUsers
void postUsers(AuthInfo auth, string name, ValidEmail email, string full_name, ValidPassword password, Confirm!"password" password_confirmation)
Undocumented in source. Be warned that the author may not have intended to support it.
posttSettings
void posttSettings(AuthInfo auth)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

adminGroupName
enum adminGroupName;
Undocumented in source.

Meta