fr.paris.lutece.portal.service.security
Class SecurityModel

java.lang.Object
  extended by fr.paris.lutece.portal.service.security.SecurityModel

public final class SecurityModel
extends java.lang.Object

This class defines security models available for authentication.

Since:
Lutece v1.1
Version:
1.1
Author:
Mairie de Paris

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

NO_AUTHENTICATION

public static final int NO_AUTHENTICATION
See Also:
Constant Field Values

AUTHENTICATION_REQUIRED

public static final int AUTHENTICATION_REQUIRED
See Also:
Constant Field Values
Method Detail

isValid

public static boolean isValid(int nSecurityModel)
This method checks a security model value

Parameters:
nSecurityModel - The value to check
Returns:
true if the value is valid otherwise false


Copyright © 2007 Mairie de Paris. All Rights Reserved.