Package com.logicaldoc.saml
Class SamlAuthenticator
java.lang.Object
com.logicaldoc.core.security.authentication.AbstractAuthenticator
com.logicaldoc.core.security.authentication.DefaultAuthenticator
com.logicaldoc.saml.SamlAuthenticator
- All Implemented Interfaces:
- com.logicaldoc.core.security.authentication.Authenticator
@Component("samlAuthenticator")
public class SamlAuthenticator
extends com.logicaldoc.core.security.authentication.DefaultAuthenticator
This authenticator interprets the SAML session id to authenticate the user
- Since:
- 8.9.4
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncom.logicaldoc.core.security.user.Userauthenticate(String username, String password) com.logicaldoc.core.security.user.Userauthenticate(String username, String password, String key, com.logicaldoc.core.security.Client client) voidMethods inherited from class com.logicaldoc.core.security.authentication.DefaultAuthenticatorpickUser, validateUserMethods inherited from class com.logicaldoc.core.security.authentication.AbstractAuthenticatorauthenticate, canAuthenticateUser, isEnabled
- 
Constructor Details- 
SamlAuthenticatorpublic SamlAuthenticator()
 
- 
- 
Method Details- 
setSaml
- 
authenticatepublic com.logicaldoc.core.security.user.User authenticate(String username, String password) throws com.logicaldoc.core.security.authentication.AuthenticationException - Specified by:
- authenticatein interface- com.logicaldoc.core.security.authentication.Authenticator
- Overrides:
- authenticatein class- com.logicaldoc.core.security.authentication.DefaultAuthenticator
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
 
- 
authenticatepublic com.logicaldoc.core.security.user.User authenticate(String username, String password, String key, com.logicaldoc.core.security.Client client) throws com.logicaldoc.core.security.authentication.AuthenticationException - Specified by:
- authenticatein interface- com.logicaldoc.core.security.authentication.Authenticator
- Overrides:
- authenticatein class- com.logicaldoc.core.security.authentication.DefaultAuthenticator
- Throws:
- com.logicaldoc.core.security.authentication.AuthenticationException
 
 
-