Uses of Class
org.jboss.seam.examples.booking.account.Authenticated

Packages that use Authenticated
org.jboss.seam.examples.booking.account   
org.jboss.seam.examples.booking.booking   
 

Uses of Authenticated in org.jboss.seam.examples.booking.account
 

Methods in org.jboss.seam.examples.booking.account with annotations of type Authenticated
 User CurrentUserManager.getCurrentAccount()
           
 

Method parameters in org.jboss.seam.examples.booking.account with annotations of type Authenticated
 void CurrentUserManager.onLogin(User user, HttpServletRequest request)
           
 

Uses of Authenticated in org.jboss.seam.examples.booking.booking
 

Methods in org.jboss.seam.examples.booking.booking with annotations of type Authenticated
 List<Booking> BookingHistory.getBookingsForCurrentUser()
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.