03-27-2008 05:16 PM
03-27-2008 05:17 PM
03-27-2008 05:18 PM
/**
* @return Returns the User object representing the currently logged in user
*/
public static User getCurrentUser(FacesContext context)
{
return (User)context.getExternalContext().getSessionMap().get(AuthenticationHelper.AUTHENTICATION_USER);
}
da man aber den Fehler schon beim ersten Aufruf bekommt, finde ich das komisch denn da ist man ja noch gar nicht eingeloggt.03-27-2008 05:19 PM
03-27-2008 05:20 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.