Package com.logicaldoc.core.security.spring
package com.logicaldoc.core.security.spring
-
ClassesClassDescriptionThis
AuthenticationProvider
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.An filter for the basic authentication that is enabled or not depending on a boolean configuration parameter.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 makes use of sessions but also uses our request-sid binding.This filter looks for a sid parameter in the request or X-API-KEY header and auto-authenticate the user.