Package com.logicaldoc.core.security.spring
package com.logicaldoc.core.security.spring
-
ClassDescriptionThis Authentication provider extends the standard
LDAuthenticationProvider
but in addition it is able to checks if the provided password matches the context property 'adminpswd' in cases when the database is not available or the max concurrent sessions number is reached.Our customization of anAffirmativeBased
Our customization of anAuthenticationDetails
used to extract a third authentication parameter for the 2FA.Our customization of anAuthenticationDetailsSource
used to extract a third authentication parameter for the 2FA.This handler gets the j_failureurl request parameter and use it's value to redirect the user after a successful login.This Authentication provider users theAuthenticationChain
to authenticate the users.This handler gets the j_successurl request parameter and use it's value to redirect the user after a successful login.A LogicalDOC aware authentication tokenThis repository avoid the use of sessions and simply use the current request to store and retrieve the session ID.This filter looks for a sid parameter in the request and auto-authenticate the user.