Class User (0.14.1)

publicclass User

User class for when proper auth gets added.

Inheritance

java.lang.Object > User

Constructors

User(String username, String password)

publicUser(Stringusername,Stringpassword)
Parameters
Name Description
username String
password String

Methods

getSalt()

publicintgetSalt()
Returns
Type Description
int

getUsername()

publicStringgetUsername()
Returns
Type Description

verify(String md5Password)

publicbooleanverify(Stringmd5Password)
Parameter
Name Description
md5Password String
Returns
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.