Uses of Interface
org.apache.cocoon.auth.User

Uses of User in org.apache.cocoon.auth
 

Methods in org.apache.cocoon.auth that return User
static User ApplicationUtil.getUser(Map objectModel)
          Return the current user.
 User ApplicationUtil.getUser()
          Return the current user.
 User SecurityHandler.login(Map context)
          Try to authenticate the user.
 User ApplicationManager.login(String appName, Map loginContext)
          Log the user in to the application.
 

Methods in org.apache.cocoon.auth with parameters of type User
static boolean ApplicationUtil.isUserInRole(User user, String role, Map objectModel)
          Checks if the user has the given role.
 boolean ApplicationUtil.isUserInRole(User user, String role)
          Checks if the user has the given role.
 void SecurityHandler.logout(Map context, User user)
          This notifies the security-handler that a user logs out.
 void Application.userDidLogin(User user, Map context)
          Notify the application about a successful login of a user.
 void Application.userWillLogout(User user, Map context)
          Notify the application about a logout of a user.
 void Application.userIsAccessing(User user)
          Notify the application about a user using the application in the current request.
 Object ApplicationStore.loadApplicationData(User user, Application app)
          Load data for the given user and application.
 void ApplicationStore.saveApplicationData(User user, Application app, Object data)
          Save the data for the given user and application.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.