public static class S3xLoginHelper.Login extends Object
Modifier and Type | Field and Description |
---|---|
static S3xLoginHelper.Login |
EMPTY |
Constructor and Description |
---|
Login()
Create an instance with no login details.
|
Login(String user,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Equality test matches user and password.
|
String |
getPassword() |
String |
getUser() |
int |
hashCode() |
boolean |
hasLogin()
Predicate to verify login details are defined.
|
public static final S3xLoginHelper.Login EMPTY
public Login()
hasLogin()
return false.public boolean hasLogin()
public boolean equals(Object o)
public String getUser()
public String getPassword()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.