Uses of Class
org.kuali.rice.krad.util.SessionTicket
Packages that use SessionTicket
-
Uses of SessionTicket in org.kuali.rice.krad
Methods in org.kuali.rice.krad that return types with arguments of type SessionTicketModifier and TypeMethodDescriptionUserSession.getAllSessionTickets()Retrieves all SessionTicket instances currently in the UserSession#objectMapUserSession.getAllSessionTicketsByType(String ticketTypeName) Retrieves all SessionTicket instances currently in the UserSession#objectMap that are of a given ticket typeMethods in org.kuali.rice.krad with parameters of type SessionTicketModifier and TypeMethodDescriptionUserSession.putSessionTicket(SessionTicket ticket) Adds the given SessionTicket to the objectMap and returns the associated key