Index
A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Account - Class in eu.getmangos.entities
- Account() - Constructor for class eu.getmangos.entities.Account
- AccountBanned - Class in eu.getmangos.entities
- AccountBanned() - Constructor for class eu.getmangos.entities.AccountBanned
- AccountBannedController - Class in eu.getmangos.controllers
- AccountBannedController() - Constructor for class eu.getmangos.controllers.AccountBannedController
- AccountBannedId - Class in eu.getmangos.entities
-
Composite Primary Key for AccountBanned.
- AccountBannedId() - Constructor for class eu.getmangos.entities.AccountBannedId
- AccountController - Class in eu.getmangos.controllers
- AccountController() - Constructor for class eu.getmangos.controllers.AccountController
- AccountDTO - Class in eu.getmangos.dto
- AccountDTO() - Constructor for class eu.getmangos.dto.AccountDTO
- AccountEventDTO - Class in eu.getmangos.dto
- AccountEventDTO() - Constructor for class eu.getmangos.dto.AccountEventDTO
- AccountEventDTO.Event - Enum in eu.getmangos.dto
- AccountEventSerializer - Class in eu.getmangos.serializers
- AccountEventSerializer() - Constructor for class eu.getmangos.serializers.AccountEventSerializer
- AccountMapper - Interface in eu.getmangos.mapper
- AccountResource - Interface in eu.getmangos.rest
- AccountResourceService - Class in eu.getmangos.rest.impl
- AccountResourceService() - Constructor for class eu.getmangos.rest.impl.AccountResourceService
- accountToDTO(Account) - Method in interface eu.getmangos.mapper.AccountMapper
- add(BigNumber) - Method in class eu.getmangos.utils.BigNumber
- ADD - eu.getmangos.dto.AccountEventDTO.Event
- addBan(BansDTO) - Method in interface eu.getmangos.rest.AccountResource
- addBan(BansDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- addIpBan(IpBannedDTO) - Method in interface eu.getmangos.rest.AccountResource
- addIpBan(IpBannedDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- ADMINISTRATOR - eu.getmangos.dto.SecurityLevel
- asByteArray() - Method in class eu.getmangos.utils.BigNumber
- asByteArray(int) - Method in class eu.getmangos.utils.BigNumber
- asByteArray(int, boolean) - Method in class eu.getmangos.utils.BigNumber
B
- BAN - eu.getmangos.dto.WardenActions
- BanMapper - Interface in eu.getmangos.mapper
- BansDTO - Class in eu.getmangos.dto
- BansDTO() - Constructor for class eu.getmangos.dto.BansDTO
- banToDTO(AccountBanned) - Method in interface eu.getmangos.mapper.BanMapper
- banToDTO(IpBanned) - Method in interface eu.getmangos.mapper.IpBannedMapper
- BFA - eu.getmangos.dto.Expansion
- BigNumber - Class in eu.getmangos.utils
-
BigInteger wrapper used for the authentication (SRP6 protocol)
- BigNumber() - Constructor for class eu.getmangos.utils.BigNumber
- BigNumber(byte[]) - Constructor for class eu.getmangos.utils.BigNumber
- BigNumber(String) - Constructor for class eu.getmangos.utils.BigNumber
- BigNumber(String, int) - Constructor for class eu.getmangos.utils.BigNumber
- BigNumber(BigInteger) - Constructor for class eu.getmangos.utils.BigNumber
- BURNING_CRUSADE - eu.getmangos.dto.Expansion
C
- call() - Method in class eu.getmangos.rest.health.ServiceLivenessCheck
- call() - Method in class eu.getmangos.rest.health.ServiceReadinessCheck
- CATACLYSM - eu.getmangos.dto.Expansion
- challenge(String) - Method in interface eu.getmangos.rest.AccountResource
- challenge(String) - Method in class eu.getmangos.rest.impl.AccountResourceService
- CHINESE - eu.getmangos.dto.Locale
- cleanupDeadLinks() - Method in class eu.getmangos.controllers.AccountBannedController
-
Delete all bans logs from the database which have dead links.
- cleanupDeadLinks() - Method in class eu.getmangos.controllers.WardenController
-
Delete all warden logs from the database which have dead links.
- CleanupResultDTO - Class in eu.getmangos.dto
- CleanupResultDTO() - Constructor for class eu.getmangos.dto.CleanupResultDTO
- cleanupWardenLogs() - Method in interface eu.getmangos.rest.AccountResource
- cleanupWardenLogs() - Method in class eu.getmangos.rest.impl.AccountResourceService
- ClientCredentialsDTO - Class in eu.getmangos.dto.srp
- ClientCredentialsDTO() - Constructor for class eu.getmangos.dto.srp.ClientCredentialsDTO
- code - Variable in enum eu.getmangos.dto.WardenActions
- CONSOLE_ONLY - eu.getmangos.dto.SecurityLevel
- convert(int) - Static method in enum eu.getmangos.dto.Expansion
- convert(int) - Static method in enum eu.getmangos.dto.Locale
- convert(int) - Static method in enum eu.getmangos.dto.SecurityLevel
- convert(int) - Static method in enum eu.getmangos.dto.WardenActions
- create(AccountBanned) - Method in class eu.getmangos.controllers.AccountBannedController
- create(IpBanned) - Method in class eu.getmangos.controllers.IpBannedController
D
- DAOException - Exception in eu.getmangos.controllers
- DAOException(String) - Constructor for exception eu.getmangos.controllers.DAOException
- delete(AccountBannedId) - Method in class eu.getmangos.controllers.AccountBannedController
- delete(IpBannedId) - Method in class eu.getmangos.controllers.IpBannedController
- delete(Integer) - Method in class eu.getmangos.controllers.AccountController
-
Delete an account in the database.
- delete(Integer) - Method in class eu.getmangos.controllers.WardenController
-
Delete warden logs for the given id.
- DELETE - eu.getmangos.dto.AccountEventDTO.Event
- deleteAccount(Integer) - Method in interface eu.getmangos.rest.AccountResource
- deleteAccount(Integer) - Method in class eu.getmangos.rest.impl.AccountResourceService
- deleteBan(Integer, Date) - Method in interface eu.getmangos.rest.AccountResource
- deleteBan(Integer, Date) - Method in class eu.getmangos.rest.impl.AccountResourceService
- deleteForAccount(Integer) - Method in class eu.getmangos.controllers.AccountBannedController
-
Delete all ban records for a given account.
- deleteIpBan(String, Date) - Method in interface eu.getmangos.rest.AccountResource
- deleteIpBan(String, Date) - Method in class eu.getmangos.rest.impl.AccountResourceService
- deleteLogsForAccount(Integer) - Method in class eu.getmangos.controllers.WardenController
-
Delete warden logs for the given account id.
- dtoToEntity(AccountDTO) - Method in interface eu.getmangos.mapper.AccountMapper
- dtoToEntity(BansDTO) - Method in interface eu.getmangos.mapper.BanMapper
- dtoToEntity(IpBannedDTO) - Method in interface eu.getmangos.mapper.IpBannedMapper
- dtoToEntity(RegistrationDTO) - Method in interface eu.getmangos.mapper.AccountMapper
- dtoToEntity(WardenLogDTO) - Method in interface eu.getmangos.mapper.WardenLogMapper
E
- editAccount(Integer, AccountDTO) - Method in interface eu.getmangos.rest.AccountResource
- editAccount(Integer, AccountDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- editBan(Integer, Date, BansDTO) - Method in interface eu.getmangos.rest.AccountResource
- editBan(Integer, Date, BansDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- editIpBan(String, Date, IpBannedDTO) - Method in interface eu.getmangos.rest.AccountResource
- editIpBan(String, Date, IpBannedDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- ENGLISH - eu.getmangos.dto.Locale
- equals(BigNumber) - Method in class eu.getmangos.utils.BigNumber
- eu.getmangos.cdi - package eu.getmangos.cdi
- eu.getmangos.controllers - package eu.getmangos.controllers
- eu.getmangos.dto - package eu.getmangos.dto
- eu.getmangos.dto.srp - package eu.getmangos.dto.srp
- eu.getmangos.entities - package eu.getmangos.entities
- eu.getmangos.mapper - package eu.getmangos.mapper
- eu.getmangos.rest - package eu.getmangos.rest
- eu.getmangos.rest.health - package eu.getmangos.rest.health
- eu.getmangos.rest.impl - package eu.getmangos.rest.impl
- eu.getmangos.serializers - package eu.getmangos.serializers
- eu.getmangos.utils - package eu.getmangos.utils
- exp - Variable in enum eu.getmangos.dto.Expansion
- Expansion - Enum in eu.getmangos.dto
F
- find(AccountBannedId) - Method in class eu.getmangos.controllers.AccountBannedController
-
Retrieves a ban by its ID.
- find(IpBannedId) - Method in class eu.getmangos.controllers.IpBannedController
-
Retrieves a ban by its ID.
- find(Integer) - Method in class eu.getmangos.controllers.AccountController
-
Retrieves an account by its ID.
- findAccount(Integer) - Method in interface eu.getmangos.rest.AccountResource
- findAccount(Integer) - Method in class eu.getmangos.rest.impl.AccountResourceService
- findAll() - Method in class eu.getmangos.controllers.AccountBannedController
-
Retrieves all bans from the database.
- findAll() - Method in class eu.getmangos.controllers.AccountController
-
Retrieves all accounts from the database.
- findAll() - Method in class eu.getmangos.controllers.IpBannedController
-
Retrieves all ban ip from the database.
- findAllAccounts() - Method in interface eu.getmangos.rest.AccountResource
- findAllAccounts() - Method in class eu.getmangos.rest.impl.AccountResourceService
- findAllBans() - Method in interface eu.getmangos.rest.AccountResource
- findAllBans() - Method in class eu.getmangos.rest.impl.AccountResourceService
- findAllIpBans() - Method in interface eu.getmangos.rest.AccountResource
- findAllIpBans() - Method in class eu.getmangos.rest.impl.AccountResourceService
- findBan(Integer, Date) - Method in interface eu.getmangos.rest.AccountResource
- findBan(Integer, Date) - Method in class eu.getmangos.rest.impl.AccountResourceService
- findDeadLinks() - Method in class eu.getmangos.controllers.AccountBannedController
-
Retrieves all bans from the database which are not linked to an account.
- findDeadLinks() - Method in class eu.getmangos.controllers.WardenController
-
Retrieves all warden logs from the database which have dead links.
- findIpBan(String, Date) - Method in interface eu.getmangos.rest.AccountResource
- findIpBan(String, Date) - Method in class eu.getmangos.rest.impl.AccountResourceService
- FLAG_1 - eu.getmangos.utils.FlagsHelper
- FLAG_10 - eu.getmangos.utils.FlagsHelper
- FLAG_11 - eu.getmangos.utils.FlagsHelper
- FLAG_12 - eu.getmangos.utils.FlagsHelper
- FLAG_13 - eu.getmangos.utils.FlagsHelper
- FLAG_14 - eu.getmangos.utils.FlagsHelper
- FLAG_15 - eu.getmangos.utils.FlagsHelper
- FLAG_16 - eu.getmangos.utils.FlagsHelper
- FLAG_17 - eu.getmangos.utils.FlagsHelper
- FLAG_18 - eu.getmangos.utils.FlagsHelper
- FLAG_19 - eu.getmangos.utils.FlagsHelper
- FLAG_2 - eu.getmangos.utils.FlagsHelper
- FLAG_20 - eu.getmangos.utils.FlagsHelper
- FLAG_21 - eu.getmangos.utils.FlagsHelper
- FLAG_22 - eu.getmangos.utils.FlagsHelper
- FLAG_23 - eu.getmangos.utils.FlagsHelper
- FLAG_24 - eu.getmangos.utils.FlagsHelper
- FLAG_25 - eu.getmangos.utils.FlagsHelper
- FLAG_26 - eu.getmangos.utils.FlagsHelper
- FLAG_27 - eu.getmangos.utils.FlagsHelper
- FLAG_28 - eu.getmangos.utils.FlagsHelper
- FLAG_29 - eu.getmangos.utils.FlagsHelper
- FLAG_3 - eu.getmangos.utils.FlagsHelper
- FLAG_30 - eu.getmangos.utils.FlagsHelper
- FLAG_31 - eu.getmangos.utils.FlagsHelper
- FLAG_32 - eu.getmangos.utils.FlagsHelper
- FLAG_33 - eu.getmangos.utils.FlagsHelper
- FLAG_34 - eu.getmangos.utils.FlagsHelper
- FLAG_35 - eu.getmangos.utils.FlagsHelper
- FLAG_36 - eu.getmangos.utils.FlagsHelper
- FLAG_37 - eu.getmangos.utils.FlagsHelper
- FLAG_38 - eu.getmangos.utils.FlagsHelper
- FLAG_39 - eu.getmangos.utils.FlagsHelper
- FLAG_4 - eu.getmangos.utils.FlagsHelper
- FLAG_40 - eu.getmangos.utils.FlagsHelper
- FLAG_41 - eu.getmangos.utils.FlagsHelper
- FLAG_42 - eu.getmangos.utils.FlagsHelper
- FLAG_43 - eu.getmangos.utils.FlagsHelper
- FLAG_44 - eu.getmangos.utils.FlagsHelper
- FLAG_45 - eu.getmangos.utils.FlagsHelper
- FLAG_46 - eu.getmangos.utils.FlagsHelper
- FLAG_47 - eu.getmangos.utils.FlagsHelper
- FLAG_48 - eu.getmangos.utils.FlagsHelper
- FLAG_49 - eu.getmangos.utils.FlagsHelper
- FLAG_5 - eu.getmangos.utils.FlagsHelper
- FLAG_50 - eu.getmangos.utils.FlagsHelper
- FLAG_51 - eu.getmangos.utils.FlagsHelper
- FLAG_52 - eu.getmangos.utils.FlagsHelper
- FLAG_53 - eu.getmangos.utils.FlagsHelper
- FLAG_54 - eu.getmangos.utils.FlagsHelper
- FLAG_55 - eu.getmangos.utils.FlagsHelper
- FLAG_56 - eu.getmangos.utils.FlagsHelper
- FLAG_57 - eu.getmangos.utils.FlagsHelper
- FLAG_58 - eu.getmangos.utils.FlagsHelper
- FLAG_59 - eu.getmangos.utils.FlagsHelper
- FLAG_6 - eu.getmangos.utils.FlagsHelper
- FLAG_60 - eu.getmangos.utils.FlagsHelper
- FLAG_61 - eu.getmangos.utils.FlagsHelper
- FLAG_62 - eu.getmangos.utils.FlagsHelper
- FLAG_63 - eu.getmangos.utils.FlagsHelper
- FLAG_64 - eu.getmangos.utils.FlagsHelper
- FLAG_7 - eu.getmangos.utils.FlagsHelper
- FLAG_8 - eu.getmangos.utils.FlagsHelper
- FLAG_9 - eu.getmangos.utils.FlagsHelper
- FlagsHelper - Enum in eu.getmangos.utils
-
FlagsHelper is nothing more than an enum of flags positions.
- FlagUtils - Class in eu.getmangos.utils
-
This class must help to manage flags that are using bits inside integer E.g: 2 = 0010, meaning that the second flag is set and all the others are not.
- FlagUtils() - Constructor for class eu.getmangos.utils.FlagUtils
- FRENCH - eu.getmangos.dto.Locale
G
- GAMEMASTER - eu.getmangos.dto.SecurityLevel
- generateHashLogonProof(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
-
Generates the hash logon proof from A and M1.
- generateHashReconnectProof(BigNumber, BigNumber, BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- generateS() - Method in class eu.getmangos.controllers.SRPServerController
-
Generates a new random 32-bytes Salt.
- generateV() - Method in class eu.getmangos.controllers.SRPServerController
-
Generates a new Password Verifier based on known parameters as in SRP6 implementation.
- GERMAN - eu.getmangos.dto.Locale
- getAllLogs() - Method in class eu.getmangos.controllers.WardenController
-
Retrieves all warden logs from the database.
- getAllWardenLogs() - Method in interface eu.getmangos.rest.AccountResource
- getAllWardenLogs() - Method in class eu.getmangos.rest.impl.AccountResourceService
- getB() - Method in class eu.getmangos.controllers.SRPServerController
- getBanDate() - Method in class eu.getmangos.dto.IpBannedDTO
- getBannedBy() - Method in class eu.getmangos.dto.BansDTO
- getBannedBy() - Method in class eu.getmangos.dto.IpBannedDTO
- getBanReason() - Method in class eu.getmangos.dto.BansDTO
- getBanReason() - Method in class eu.getmangos.dto.IpBannedDTO
- getByte(int, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Provides the byte value at the position X, starting from the right.
- getByte(long, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Provides the byte value at the position X, starting from the right.
- getByte(short, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Provides the byte value at the position X, starting from the right.
- getBytes() - Method in class eu.getmangos.utils.BigNumber
- getDate() - Method in class eu.getmangos.dto.BansDTO
- getG() - Static method in class eu.getmangos.controllers.SRPServerController
- getGmod() - Method in class eu.getmangos.controllers.SRPServerController
- getHashpass() - Method in class eu.getmangos.controllers.SRPServerController
- getI() - Method in class eu.getmangos.controllers.SRPServerController
- getId() - Method in class eu.getmangos.dto.BansDTO
- getInt() - Method in class eu.getmangos.utils.BigNumber
- getIp() - Method in class eu.getmangos.dto.IpBannedDTO
- getK() - Static method in class eu.getmangos.controllers.SRPServerController
- getLogger(InjectionPoint) - Method in class eu.getmangos.cdi.LoggerProducer
-
Allows to inject the SL4J logger from CDI
- getM2() - Method in class eu.getmangos.controllers.SRPServerController
- getMd() - Method in class eu.getmangos.controllers.SRPServerController
- getN() - Static method in class eu.getmangos.controllers.SRPServerController
- getPos() - Method in enum eu.getmangos.utils.FlagsHelper
- getS() - Method in class eu.getmangos.controllers.SRPServerController
- getSalt() - Method in class eu.getmangos.controllers.SRPServerController
- getSessionKey() - Method in class eu.getmangos.controllers.SRPServerController
- getUnbanDate() - Method in class eu.getmangos.dto.BansDTO
- getUnbanDate() - Method in class eu.getmangos.dto.IpBannedDTO
- getV() - Method in class eu.getmangos.controllers.SRPServerController
- getWardenLogForAccount(Integer) - Method in class eu.getmangos.controllers.WardenController
-
Retrieves all warden logs from the database for a given account.
- getWardenLogsForAccount(Integer) - Method in interface eu.getmangos.rest.AccountResource
- getWardenLogsForAccount(Integer) - Method in class eu.getmangos.rest.impl.AccountResourceService
- getX() - Method in class eu.getmangos.controllers.SRPServerController
H
- hasFlag(byte, byte) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag.
- hasFlag(int, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag.
- hasFlag(long, long) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag.
- hasFlag(short, short) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag.
I
- IpBanned - Class in eu.getmangos.entities
- IpBanned() - Constructor for class eu.getmangos.entities.IpBanned
- IpBannedController - Class in eu.getmangos.controllers
- IpBannedController() - Constructor for class eu.getmangos.controllers.IpBannedController
- IpBannedDTO - Class in eu.getmangos.dto
- IpBannedDTO() - Constructor for class eu.getmangos.dto.IpBannedDTO
- IpBannedId - Class in eu.getmangos.entities
- IpBannedId() - Constructor for class eu.getmangos.entities.IpBannedId
- IpBannedMapper - Interface in eu.getmangos.mapper
- isActive() - Method in class eu.getmangos.dto.BansDTO
- isSet(byte, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag set.
- isSet(int, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag set.
- isSet(long, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag set.
- isSet(short, int) - Static method in class eu.getmangos.utils.FlagUtils
-
Indicates whether the field has the given flag set.
K
- KICK - eu.getmangos.dto.WardenActions
- KOREAN - eu.getmangos.dto.Locale
L
- LEGION - eu.getmangos.dto.Expansion
- level - Variable in enum eu.getmangos.dto.SecurityLevel
- loc - Variable in enum eu.getmangos.dto.Locale
- Locale - Enum in eu.getmangos.dto
- LOG - eu.getmangos.dto.WardenActions
- LoggerProducer - Class in eu.getmangos.cdi
- LoggerProducer() - Constructor for class eu.getmangos.cdi.LoggerProducer
- logToDTO(WardenLog) - Method in interface eu.getmangos.mapper.WardenLogMapper
M
- map(short) - Method in interface eu.getmangos.mapper.WardenLogMapper
- map(Account, AccountEventDTO.Event) - Method in interface eu.getmangos.mapper.AccountMapper
- map(Long) - Method in interface eu.getmangos.mapper.AccountMapper
- map(Long) - Method in interface eu.getmangos.mapper.BanMapper
- map(Long) - Method in interface eu.getmangos.mapper.IpBannedMapper
- map(Date) - Method in interface eu.getmangos.mapper.AccountMapper
- map(Date) - Method in interface eu.getmangos.mapper.BanMapper
- map(Date) - Method in interface eu.getmangos.mapper.IpBannedMapper
- mapExp(int) - Method in interface eu.getmangos.mapper.AccountMapper
- mapExpPrim(Expansion) - Method in interface eu.getmangos.mapper.AccountMapper
- mapLocale(int) - Method in interface eu.getmangos.mapper.AccountMapper
- mapLocalePrim(Locale) - Method in interface eu.getmangos.mapper.AccountMapper
- mapPrim(WardenActions) - Method in interface eu.getmangos.mapper.WardenLogMapper
- mapSecLevel(int) - Method in interface eu.getmangos.mapper.AccountMapper
- mapSecLevelPrim(SecurityLevel) - Method in interface eu.getmangos.mapper.AccountMapper
- MessageDTO - Class in eu.getmangos.dto
- MessageDTO() - Constructor for class eu.getmangos.dto.MessageDTO
- MODERATOR - eu.getmangos.dto.SecurityLevel
- modPow(BigNumber, BigNumber) - Method in class eu.getmangos.utils.BigNumber
- MOP - eu.getmangos.dto.Expansion
- multiply(BigNumber) - Method in class eu.getmangos.utils.BigNumber
N
- notifyAccountEvent() - Method in class eu.getmangos.controllers.AccountController
O
- OpenAPIConfig - Class in eu.getmangos.rest
- OpenAPIConfig() - Constructor for class eu.getmangos.rest.OpenAPIConfig
P
- PLAYER - eu.getmangos.dto.SecurityLevel
R
- register(RegistrationDTO) - Method in interface eu.getmangos.rest.AccountResource
- register(RegistrationDTO) - Method in class eu.getmangos.rest.impl.AccountResourceService
- register(Account) - Method in class eu.getmangos.controllers.AccountController
- RegistrationDTO - Class in eu.getmangos.dto.srp
- RegistrationDTO() - Constructor for class eu.getmangos.dto.srp.RegistrationDTO
- remainder(BigNumber) - Method in class eu.getmangos.utils.BigNumber
- RUSSIAN - eu.getmangos.dto.Locale
S
- search(Integer) - Method in class eu.getmangos.controllers.AccountBannedController
-
Search all bans for an account.
- search(Integer) - Method in class eu.getmangos.controllers.IpBannedController
-
Search all bans for an ip.
- search(Integer) - Method in class eu.getmangos.controllers.WardenController
-
Retrieves a log entry by its id.
- search(String) - Method in class eu.getmangos.controllers.AccountController
-
Search an account by its name
- searchByEmail(String) - Method in class eu.getmangos.controllers.AccountController
-
Search an account by its email address
- SecurityLevel - Enum in eu.getmangos.dto
- serialize(String, AccountEventDTO) - Method in class eu.getmangos.serializers.AccountEventSerializer
- ServerCredentialsDTO - Class in eu.getmangos.dto.srp
- ServerCredentialsDTO() - Constructor for class eu.getmangos.dto.srp.ServerCredentialsDTO
- ServiceLivenessCheck - Class in eu.getmangos.rest.health
- ServiceLivenessCheck() - Constructor for class eu.getmangos.rest.health.ServiceLivenessCheck
- ServiceReadinessCheck - Class in eu.getmangos.rest.health
- ServiceReadinessCheck() - Constructor for class eu.getmangos.rest.health.ServiceReadinessCheck
- setActive(boolean) - Method in class eu.getmangos.dto.BansDTO
- setB(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setBanDate(Date) - Method in class eu.getmangos.dto.IpBannedDTO
- setBannedBy(String) - Method in class eu.getmangos.dto.BansDTO
- setBannedBy(String) - Method in class eu.getmangos.dto.IpBannedDTO
- setBanReason(String) - Method in class eu.getmangos.dto.BansDTO
- setBanReason(String) - Method in class eu.getmangos.dto.IpBannedDTO
- setBinary(byte[]) - Method in class eu.getmangos.utils.BigNumber
- setBinary(byte[], boolean) - Method in class eu.getmangos.utils.BigNumber
- setByte(int, int, short) - Static method in class eu.getmangos.utils.FlagUtils
-
Set the byte value at the given position.
- setByte(long, int, short) - Static method in class eu.getmangos.utils.FlagUtils
-
Set the byte value at the given position.
- setByte(short, int, short) - Static method in class eu.getmangos.utils.FlagUtils
-
Set the byte value at the given position.
- setDate(Date) - Method in class eu.getmangos.dto.BansDTO
- setFlag(byte, int, boolean) - Static method in class eu.getmangos.utils.FlagUtils
-
Returns the value of the field with the flag at the position 'pos' set at the value 'value'.
- setFlag(int, int, boolean) - Static method in class eu.getmangos.utils.FlagUtils
-
Returns the value of the field with the flag at the position 'pos' set at the value 'value'.
- setFlag(long, int, boolean) - Static method in class eu.getmangos.utils.FlagUtils
-
Returns the value of the field with the flag at the position 'pos' set at the value 'value'.
- setFlag(short, int, boolean) - Static method in class eu.getmangos.utils.FlagUtils
-
Returns the value of the field with the flag at the position 'pos' set at the value 'value'.
- setGmod(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setHashpass(byte[]) - Method in class eu.getmangos.controllers.SRPServerController
- setI(byte[]) - Method in class eu.getmangos.controllers.SRPServerController
- setId(int) - Method in class eu.getmangos.dto.BansDTO
- setIp(String) - Method in class eu.getmangos.dto.IpBannedDTO
- setK(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setM2(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setMd(MessageDigest) - Method in class eu.getmangos.controllers.SRPServerController
- setRand(int) - Method in class eu.getmangos.utils.BigNumber
- setS(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setSalt(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setUnbanDate(Date) - Method in class eu.getmangos.dto.BansDTO
- setUnbanDate(Date) - Method in class eu.getmangos.dto.IpBannedDTO
- setV(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- setX(BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
- SPANISH_LATIN_AMERICA - eu.getmangos.dto.Locale
- SPANISH_SPAIN - eu.getmangos.dto.Locale
- SRPServerController - Class in eu.getmangos.controllers
-
SRPServer is an helper class to handle SRP6 calculation and hashing methods for WoW client since it deviates from the original SRP6 specification..
- SRPServerController(String, String) - Constructor for class eu.getmangos.controllers.SRPServerController
-
Constructor of SRPServer
- step1() - Method in class eu.getmangos.controllers.SRPServerController
-
Performs the first step of the authentication challenge, generating the server public value.
- step2(BigNumber, BigNumber) - Method in class eu.getmangos.controllers.SRPServerController
-
Performs the second step of the authentication challenge, verifying that the server knows the information the client has generated.
- substract(BigNumber) - Method in class eu.getmangos.utils.BigNumber
T
- TAIWANESE - eu.getmangos.dto.Locale
- toASCII() - Method in class eu.getmangos.utils.BigNumber
- toCharString() - Method in class eu.getmangos.utils.BigNumber
- toHexString() - Method in class eu.getmangos.utils.BigNumber
- toString() - Method in class eu.getmangos.controllers.SRPServerController
- toString() - Method in class eu.getmangos.utils.BigNumber
U
- update(Account) - Method in class eu.getmangos.controllers.AccountController
- update(AccountBanned) - Method in class eu.getmangos.controllers.AccountBannedController
- update(IpBanned) - Method in class eu.getmangos.controllers.IpBannedController
- UPDATE - eu.getmangos.dto.AccountEventDTO.Event
V
- valueOf(long) - Static method in class eu.getmangos.utils.BigNumber
- valueOf(String) - Static method in enum eu.getmangos.dto.AccountEventDTO.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.getmangos.dto.Expansion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.getmangos.dto.Locale
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.getmangos.dto.SecurityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.getmangos.dto.WardenActions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.getmangos.utils.FlagsHelper
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum eu.getmangos.dto.AccountEventDTO.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.getmangos.dto.Expansion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.getmangos.dto.Locale
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.getmangos.dto.SecurityLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.getmangos.dto.WardenActions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.getmangos.utils.FlagsHelper
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VANILLA - eu.getmangos.dto.Expansion
W
- WardenActions - Enum in eu.getmangos.dto
- WardenController - Class in eu.getmangos.controllers
- WardenController() - Constructor for class eu.getmangos.controllers.WardenController
- WardenLog - Class in eu.getmangos.entities
- WardenLog() - Constructor for class eu.getmangos.entities.WardenLog
- WardenLogDTO - Class in eu.getmangos.dto
- WardenLogDTO() - Constructor for class eu.getmangos.dto.WardenLogDTO
- WardenLogMapper - Interface in eu.getmangos.mapper
- WOD - eu.getmangos.dto.Expansion
- WOTLK - eu.getmangos.dto.Expansion
All Classes All Packages