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 booleanequals(Object o)protected InMemoryTicketComponentImpl.ExpiryModegetExpires()protected DategetExpiryDate()protected StringgetTicketId()protected StringgetUserName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getExpires
protected InMemoryTicketComponentImpl.ExpiryMode getExpires()
-
getExpiryDate
protected Date getExpiryDate()
-
getTicketId
protected String getTicketId()
-
getUserName
protected String getUserName()
-
-