public final class UserSpecification extends Object implements UserTypeIfc
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getTenant() |
String |
getUsername() |
static UserSpecification |
parse(String userId,
String userName,
String userPassword,
String userTenant) |
public static UserSpecification parse(String userId, String userName, String userPassword, String userTenant) throws DataFormatException
DataFormatExceptionpublic String getUsername()
getUsername in interface UserTypeIfcpublic String getPassword()
getPassword in interface UserTypeIfcpublic String getTenant()
getTenant in interface UserTypeIfc