| java.lang.Object org.apache.jetspeed.administration.PortalAuthenticationConfigurationImpl
createNewSessionOnLogin | protected boolean createNewSessionOnLogin(Code) | | |
maxSessionHardLimit | protected int maxSessionHardLimit(Code) | | |
msMaxSessionHardLimit | protected long msMaxSessionHardLimit(Code) | | |
timeoutRedirectLocation | protected String timeoutRedirectLocation(Code) | | |
PortalAuthenticationConfigurationImpl | public PortalAuthenticationConfigurationImpl(boolean createNewSessionOnLogin, int maxSessionHardLimit, String timeoutRedirectLocation)(Code) | | Portal Authentication Configuration stored and accessed from this bean
Parameters: createNewSessionOnLogin - Should a new session be created upon logging on to the system Parameters: maxSessionHardLimit - The maximum session hard limit, ignores user activity, set to zero to turn off this feature Parameters: timeoutRedirectLocation - Path to redirection upon logging out user on session limit experiation, only used with maxSessionHardLimit |
getMaxSessionHardLimit | public int getMaxSessionHardLimit()(Code) | | |
getMsMaxSessionHardLimit | public long getMsMaxSessionHardLimit()(Code) | | |
getTimeoutRedirectLocation | public String getTimeoutRedirectLocation()(Code) | | |
isCreateNewSessionOnLogin | public boolean isCreateNewSessionOnLogin()(Code) | | |
isMaxSessionHardLimitEnabled | public boolean isMaxSessionHardLimitEnabled()(Code) | | |
setCreateNewSessionOnLogin | public void setCreateNewSessionOnLogin(boolean createNewSessionOnLogin)(Code) | | |
setMaxSessionHardLimit | public void setMaxSessionHardLimit(int maxSessionHardLimit)(Code) | | |
setMsMaxSessionHardLimit | public void setMsMaxSessionHardLimit(long msMaxSessionHardLimit)(Code) | | |
setTimeoutRedirectLocation | public void setTimeoutRedirectLocation(String timeoutRedirectLocation)(Code) | | |
|
|