|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.silverpeas.util.security.SecuritySettings
public class SecuritySettings
User: Yohann Chastagnier Date: 05/03/14
Constructor Summary | |
---|---|
SecuritySettings()
|
Method Summary | |
---|---|
static boolean |
isSessionTokenRenewEnabled()
Is the renew of the synchronizer tokens used to protect a user session enabled? |
static boolean |
isWebSecurityByTokensEnabled()
Is the security mechanism based on the synchronizer token pattern enabled? |
static boolean |
isWebSqlInjectionSecurityEnabled()
Is the SQL injection security mechanism enabled? |
static boolean |
isWebXssInjectionSecurityEnabled()
Is the XSS injection security mechanism enabled? |
static String |
skippedParametersAboutWebSqlInjectionSecurity()
Indicates the parameters for which the SQL injection verification must be bypassed. |
static String |
skippedParametersAboutWebXssInjectionSecurity()
Indicates the parameters for which the XSS injection verification must be bypassed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecuritySettings()
Method Detail |
---|
public static boolean isWebSqlInjectionSecurityEnabled()
public static String skippedParametersAboutWebSqlInjectionSecurity()
public static boolean isWebXssInjectionSecurityEnabled()
public static String skippedParametersAboutWebXssInjectionSecurity()
public static boolean isWebSecurityByTokensEnabled()
public static boolean isSessionTokenRenewEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |