public class UserIdentity extends Object
Constructor and Description |
---|
UserIdentity() |
Modifier and Type | Method and Description |
---|---|
AutoUserSpecification |
autoUser()
Get the autoUser value.
|
String |
userName()
Get the userName value.
|
UserIdentity |
withAutoUser(AutoUserSpecification autoUser)
Set the autoUser value.
|
UserIdentity |
withUserName(String userName)
Set the userName value.
|
public String userName()
public UserIdentity withUserName(String userName)
userName
- the userName value to setpublic AutoUserSpecification autoUser()
public UserIdentity withAutoUser(AutoUserSpecification autoUser)
autoUser
- the autoUser value to setCopyright © 2019. All rights reserved.