|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionTicket | |
|---|---|
| org.kuali.rice.krad | Root package for core. |
| Uses of SessionTicket in org.kuali.rice.krad |
|---|
| Methods in org.kuali.rice.krad that return types with arguments of type SessionTicket | |
|---|---|
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 |
| Methods in org.kuali.rice.krad with parameters of type SessionTicket | |
|---|---|
String |
UserSession.putSessionTicket(SessionTicket ticket)
Adds the given SessionTicket to the objectMap and returns the associated key |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||