org.apache.jetspeed.administration
Interface PortalAuthenticationConfiguration


public interface PortalAuthenticationConfiguration

PortalAdministration

Since:
2.1.2
Version:
$Id: $
Author:
David Sean Taylor

Method Summary
 int getMaxSessionHardLimit()
          hard session timeout limit in seconds, regardless of (in)activity
 long getMsMaxSessionHardLimit()
          Get the session hard limit in milliseconds
 String getTimeoutRedirectLocation()
          redirect location for hard session expiration, must be used with Max Session Hard Limit turned on
 boolean isCreateNewSessionOnLogin()
          Should we create new session upon authentication
 boolean isMaxSessionHardLimitEnabled()
          Is the session hard limit expiration feature enabled
 void setTimeoutRedirectLocation(String timeoutRedirectLocation)
          redirect location for hard session expiration, must be used with Max Session Hard Limit turned on
 

Method Detail

isMaxSessionHardLimitEnabled

boolean isMaxSessionHardLimitEnabled()
Is the session hard limit expiration feature enabled

Returns:

getMaxSessionHardLimit

int getMaxSessionHardLimit()
hard session timeout limit in seconds, regardless of (in)activity

Returns:

getMsMaxSessionHardLimit

long getMsMaxSessionHardLimit()
Get the session hard limit in milliseconds

Returns:
session hard limit in milliseconds

getTimeoutRedirectLocation

String getTimeoutRedirectLocation()
redirect location for hard session expiration, must be used with Max Session Hard Limit turned on

Returns:

setTimeoutRedirectLocation

void setTimeoutRedirectLocation(String timeoutRedirectLocation)
redirect location for hard session expiration, must be used with Max Session Hard Limit turned on

Parameters:
timeoutRedirectLocation -

isCreateNewSessionOnLogin

boolean isCreateNewSessionOnLogin()
Should we create new session upon authentication

Returns:


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.