java.lang.Object | |
↳ | com.pnfsoftware.jeb.client.jebio.UserCredentials |
User credentials.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserCredentials(String email, String password, String apikey) | |||||||||||
UserCredentials(String apikey) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getApikey() | ||||||||||
String | getEmail() | ||||||||||
String | getPassword() | ||||||||||
boolean | lookValid() | ||||||||||
boolean | lookValid(boolean requiresApikey) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|