Index

B C D E F G I J N O P R S 
All Classes and Interfaces|All Packages

B

BasicPasswordManager - Class in net.strokkur.passwordwhitelist.data
 
BasicPasswordManager(Path) - Constructor for class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
BlockedDialog - Class in net.strokkur.passwordwhitelist.logic
 
BlockedDialog(MainConfig) - Constructor for class net.strokkur.passwordwhitelist.logic.BlockedDialog
 
bootstrap(BootstrapContext) - Method in class net.strokkur.passwordwhitelist.PasswordWhitelistBootstrap
 

C

checkPassword(String) - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
checkPassword(String) - Method in interface net.strokkur.passwordwhitelist.data.PasswordStore
Check whether the input password is correct.
classloader(PluginClasspathBuilder) - Method in class net.strokkur.passwordwhitelist.PasswordWhitelistLoader
 

D

disablePassword() - Method in interface net.strokkur.passwordwhitelist.data.PasswordManager
Disable the password requirement for joining the server.

E

enablePassword() - Method in interface net.strokkur.passwordwhitelist.data.PasswordManager
Enable the password requirement for joining the server.

F

FailedAttemptsStore - Interface in net.strokkur.passwordwhitelist.data
Represent a class which holds the amount of failed password attempts since the last login.

G

getBlockedDialog() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getCurrentPassword() - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
getCurrentPassword() - Method in interface net.strokkur.passwordwhitelist.data.PasswordStore
Get the current password.
getFailedAttempts() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getFailedAttempts(UUID) - Method in interface net.strokkur.passwordwhitelist.data.FailedAttemptsStore
Get the number of failed attempts
getFailedAttempts(UUID) - Method in class net.strokkur.passwordwhitelist.data.JsonFailedAttemptsStore
 
getInstance() - Static method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getLuckPerms() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getMainConfig() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getMessagesConfig() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getPasswordDialog() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getPasswordManager() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
getPasswordStore() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 

I

incrementFailedAttempts(UUID) - Method in interface net.strokkur.passwordwhitelist.data.FailedAttemptsStore
Increment the number of failed attempts by one.
isPasswordEnabled() - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
isPasswordEnabled() - Method in interface net.strokkur.passwordwhitelist.data.PasswordManager
Get whether a password is required to join the server.

J

JsonFailedAttemptsStore - Class in net.strokkur.passwordwhitelist.data
 
JsonFailedAttemptsStore(Path) - Constructor for class net.strokkur.passwordwhitelist.data.JsonFailedAttemptsStore
 

N

net.strokkur.passwordwhitelist - package net.strokkur.passwordwhitelist
 
net.strokkur.passwordwhitelist.data - package net.strokkur.passwordwhitelist.data
 
net.strokkur.passwordwhitelist.logic - package net.strokkur.passwordwhitelist.logic
 

O

onEnable() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
onLoad() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 
OpenableDialog - Interface in net.strokkur.passwordwhitelist.logic
Simple abstraction layer to mark a class which can open one, and only one, dialog to an audience.

P

PasswordDialog - Class in net.strokkur.passwordwhitelist.logic
 
PasswordDialog(MainConfig, FailedAttemptsStore) - Constructor for class net.strokkur.passwordwhitelist.logic.PasswordDialog
 
PasswordManager - Interface in net.strokkur.passwordwhitelist.data
Represents a class for enabling/disabling the password feature.
PasswordStore - Interface in net.strokkur.passwordwhitelist.data
Represents a class which can manage a password value.
PasswordWhitelist - Class in net.strokkur.passwordwhitelist
 
PasswordWhitelist() - Constructor for class net.strokkur.passwordwhitelist.PasswordWhitelist
 
PasswordWhitelistBootstrap - Class in net.strokkur.passwordwhitelist
 
PasswordWhitelistBootstrap() - Constructor for class net.strokkur.passwordwhitelist.PasswordWhitelistBootstrap
 
PasswordWhitelistLoader - Class in net.strokkur.passwordwhitelist
 
PasswordWhitelistLoader() - Constructor for class net.strokkur.passwordwhitelist.PasswordWhitelistLoader
 

R

reload() - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
reload() - Method in interface net.strokkur.passwordwhitelist.data.FailedAttemptsStore
Reload the failed attempts from disk.
reload() - Method in class net.strokkur.passwordwhitelist.data.JsonFailedAttemptsStore
 
reload() - Method in interface net.strokkur.passwordwhitelist.data.PasswordManager
Reload the enabled status from disk.
reload() - Method in interface net.strokkur.passwordwhitelist.data.PasswordStore
Reload the password from disk.
reloadDialogs() - Method in class net.strokkur.passwordwhitelist.PasswordWhitelist
 

S

ServerJoinListener - Class in net.strokkur.passwordwhitelist.logic
Yes, this is taken from the PaperMC docs.
ServerJoinListener() - Constructor for class net.strokkur.passwordwhitelist.logic.ServerJoinListener
 
setFailedAttempts(UUID, int) - Method in interface net.strokkur.passwordwhitelist.data.FailedAttemptsStore
Set the number of failed attempts
setFailedAttempts(UUID, int) - Method in class net.strokkur.passwordwhitelist.data.JsonFailedAttemptsStore
 
setNewPassword(String) - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
setNewPassword(String) - Method in interface net.strokkur.passwordwhitelist.data.PasswordStore
Set a new password and write it to disk.
setPasswordEnabled(boolean) - Method in class net.strokkur.passwordwhitelist.data.BasicPasswordManager
 
setPasswordEnabled(boolean) - Method in interface net.strokkur.passwordwhitelist.data.PasswordManager
Set the password requirement.
show(Audience) - Method in class net.strokkur.passwordwhitelist.logic.BlockedDialog
 
show(Audience) - Method in interface net.strokkur.passwordwhitelist.logic.OpenableDialog
Show the stored dialog to an audience.
show(Audience) - Method in class net.strokkur.passwordwhitelist.logic.PasswordDialog
 
B C D E F G I J N O P R S 
All Classes and Interfaces|All Packages