public final class AuthenticationFilterService extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MARK_PORTAL_AUTHENTICATION_REQUIRED |
static String |
MARK_PUBLIC_LIST_URL
Session attribute that stores the LuteceUser object attached to the session
|
static String |
PUBLIC_URL_PREFIX |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFilterService |
getInstance()
Get the unique instance of the Public url Service
|
Map<String,Object> |
getManageAdvancedParameters(fr.paris.lutece.portal.business.user.AdminUser user,
javax.servlet.http.HttpServletRequest request)
Build the advanced parameters management.
|
List<String> |
getPublicUrls()
Gets the list of Public Urls defined in Security service Manage Advanced Parameters
|
public static final String MARK_PUBLIC_LIST_URL
public static final String PUBLIC_URL_PREFIX
public static final String MARK_PORTAL_AUTHENTICATION_REQUIRED
public static AuthenticationFilterService getInstance()
public Map<String,Object> getManageAdvancedParameters(fr.paris.lutece.portal.business.user.AdminUser user, javax.servlet.http.HttpServletRequest request)
user
- the current admin userrequest
- the requestCopyright © 2021 City of Paris. All rights reserved.