Package net.minheur.potoflux.login.perms
Class PermRuns
java.lang.Object
net.minheur.potoflux.login.perms.PermRuns
Runnable called by perms when you run them
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidrmUser()Used by admins to remove an accountstatic voidOpens the dialog to look up all accountsstatic voidUsed when an admin wants to toggle if users are allowed to self-create an account
-
Constructor Details
-
PermRuns
public PermRuns()
-
-
Method Details
-
rmUser
public static void rmUser()Used by admins to remove an account -
setAccountCreationState
public static void setAccountCreationState()Used when an admin wants to toggle if users are allowed to self-create an account -
seeUsersInfos
public static void seeUsersInfos()Opens the dialog to look up all accounts
-