Uses of Class
org.conical.common.bbl.auth.User
Package
Description
Contains classes specific to user authentication.
Contains action classes to assist in the development of Struts2 applications.
-
Uses of User in org.conical.common.bbl.auth
Modifier and TypeMethodDescriptionAuthenticator.getAuthenticatedUser
(String username, String password) Checks the password for the passed user.DatabaseAuthenticator.getAuthenticatedUser
(String username, String password) Checks the password for the passed user.LdapAuthenticator.getAuthenticatedUser
(String username, String password) Authenticator.getUnauthenticatedUser
(String username) Looks up user attributes without authenticating, and returns them.DatabaseAuthenticator.getUnauthenticatedUser
(String username) Looks up user attributes without authenticating, and returns them.LdapAuthenticator.getUnauthenticatedUser
(String username) -
Uses of User in org.conical.common.bbl.web.struts.actions
Modifier and TypeMethodDescriptionfinal User
BaseAction.getCurrentUser()
Returns the user currently logged into this application, or null if no one is logged in, if the user is no longer valid, or if an error occurs (the error having been logged).