public class LoginTicket extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
password |
protected String |
userId |
| Constructor and Description |
|---|
LoginTicket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getPassword() |
String |
getUserId() |
void |
setId(String id) |
void |
setPassword(String password) |
void |
setUserId(String userId) |
String |
toString() |
protected String userId
protected String password
protected String id
Copyright © 2005–2018 Alfresco Software. All rights reserved.