|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mylutece.service.security.AuthenticationFilterService
public final class AuthenticationFilterService
This class provides public Url Service
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MARK_PUBLIC_LIST_URL
public static final String PUBLIC_URL_PREFIX
public static final String MARK_PORTAL_AUTHENTICATION_REQUIRED
Method Detail |
---|
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 request
public List<String> getPublicUrls()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |