| Package | Description |
|---|---|
| org.kuali.rice.krad |
| Modifier and Type | Method and Description |
|---|---|
List<SessionTicket> |
UserSession.getAllSessionTickets()
Retrieves all SessionTicket instances currently in the UserSession#objectMap
|
List<SessionTicket> |
UserSession.getAllSessionTicketsByType(String ticketTypeName)
Retrieves all SessionTicket instances currently in the UserSession#objectMap that are of a given ticket type
|
| Modifier and Type | Method and Description |
|---|---|
String |
UserSession.putSessionTicket(SessionTicket ticket)
Adds the given SessionTicket to the objectMap and returns the associated key
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.