Plumtree Pluggable Navigation API  
 

NavigationModel.LOGIN_TOKEN_LIFE_SPAN Field

How long the login token passed with the admin link should be valid for, don't want too long since it compromises security but too short could invalidate it before the user clicks on the link, measured in minutes. Maybe worth to put as a setting in config.xml?

public const int LOGIN_TOKEN_LIFE_SPAN = 1;

See Also

NavigationModel Class | com.plumtree.portalpages.common.uiparts Namespace