|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.security.SecurityModel
public final class SecurityModel
This class defines security models available for authentication.
Field Summary | |
---|---|
static int |
AUTHENTICATION_REQUIRED
|
static int |
NO_AUTHENTICATION
|
Method Summary | |
---|---|
static boolean |
isValid(int nSecurityModel)
This method checks a security model value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_AUTHENTICATION
public static final int AUTHENTICATION_REQUIRED
Method Detail |
---|
public static boolean isValid(int nSecurityModel)
nSecurityModel
- The value to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |