com.uwyn.rife.config
Class RifeConfig.Authentication
java.lang.Object
com.uwyn.rife.config.RifeConfig.Authentication
- Enclosing class:
- RifeConfig
public abstract static class RifeConfig.Authentication
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARAM_SESSION_DURATION
public static final String PARAM_SESSION_DURATION
- See Also:
- Constant Field Values
PARAM_SESSION_PURGE_FREQUENCY
public static final String PARAM_SESSION_PURGE_FREQUENCY
- See Also:
- Constant Field Values
PARAM_SESSION_PURGE_SCALE
public static final String PARAM_SESSION_PURGE_SCALE
- See Also:
- Constant Field Values
PARAM_SESSION_RESTRICT_HOSTIP
public static final String PARAM_SESSION_RESTRICT_HOSTIP
- See Also:
- Constant Field Values
PARAM_REMEMBER_DURATION
public static final String PARAM_REMEMBER_DURATION
- See Also:
- Constant Field Values
PARAM_REMEMBER_PURGE_FREQUENCY
public static final String PARAM_REMEMBER_PURGE_FREQUENCY
- See Also:
- Constant Field Values
PARAM_REMEMBER_PURGE_SCALE
public static final String PARAM_REMEMBER_PURGE_SCALE
- See Also:
- Constant Field Values
PARAM_TABLE_ROLE
public static final String PARAM_TABLE_ROLE
- See Also:
- Constant Field Values
PARAM_SEQUENCE_ROLE
public static final String PARAM_SEQUENCE_ROLE
- See Also:
- Constant Field Values
PARAM_TABLE_USER
public static final String PARAM_TABLE_USER
- See Also:
- Constant Field Values
PARAM_TABLE_ROLELINK
public static final String PARAM_TABLE_ROLELINK
- See Also:
- Constant Field Values
PARAM_TABLE_AUTHENTICATION
public static final String PARAM_TABLE_AUTHENTICATION
- See Also:
- Constant Field Values
PARAM_TABLE_REMEMBER
public static final String PARAM_TABLE_REMEMBER
- See Also:
- Constant Field Values
PARAM_ROLE_NAME_MAXIMUM_LENGTH
public static final String PARAM_ROLE_NAME_MAXIMUM_LENGTH
- See Also:
- Constant Field Values
PARAM_LOGIN_MAXIMUM_LENGTH
public static final String PARAM_LOGIN_MAXIMUM_LENGTH
- See Also:
- Constant Field Values
PARAM_LOGIN_MINIMUM_LENGTH
public static final String PARAM_LOGIN_MINIMUM_LENGTH
- See Also:
- Constant Field Values
PARAM_PASSWORD_MAXIMUM_LENGTH
public static final String PARAM_PASSWORD_MAXIMUM_LENGTH
- See Also:
- Constant Field Values
PARAM_PASSWORD_MINIMUM_LENGTH
public static final String PARAM_PASSWORD_MINIMUM_LENGTH
- See Also:
- Constant Field Values
RifeConfig.Authentication
public RifeConfig.Authentication()
getPasswordMinimumLength
public static int getPasswordMinimumLength()
getPasswordMaximumLength
public static int getPasswordMaximumLength()
getLoginMinimumLength
public static int getLoginMinimumLength()
getLoginMaximumLength
public static int getLoginMaximumLength()
getRoleNameMaximumLength
public static int getRoleNameMaximumLength()
getSessionDuration
public static long getSessionDuration()
getSessionPurgeFrequency
public static int getSessionPurgeFrequency()
getSessionPurgeScale
public static int getSessionPurgeScale()
getSessionRestrictHostIp
public static boolean getSessionRestrictHostIp()
getRememberDuration
public static long getRememberDuration()
getRememberPurgeFrequency
public static int getRememberPurgeFrequency()
getRememberPurgeScale
public static int getRememberPurgeScale()
getTableRole
public static String getTableRole()
getSequenceRole
public static String getSequenceRole()
getTableUser
public static String getTableUser()
getTableRoleLink
public static String getTableRoleLink()
getTableAuthentication
public static String getTableAuthentication()
getTableRemember
public static String getTableRemember()
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.