Class InMemoryTicketComponentImpl.Ticket
- java.lang.Object
-
- org.alfresco.repo.security.authentication.InMemoryTicketComponentImpl.Ticket
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InMemoryTicketComponentImpl
public static class InMemoryTicketComponentImpl.Ticket extends Object implements Serializable
Ticket- Author:
- andyh
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
protected InMemoryTicketComponentImpl.ExpiryMode
getExpires()
protected Date
getExpiryDate()
protected String
getTicketId()
protected String
getUserName()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getExpires
protected InMemoryTicketComponentImpl.ExpiryMode getExpires()
-
getExpiryDate
protected Date getExpiryDate()
-
getTicketId
protected String getTicketId()
-
getUserName
protected String getUserName()
-
-