Class AuthenticationServiceImpl

  • All Implemented Interfaces:
    GenericAuthenticationService

    @ConditionalOnProperty(value="authentication.service.ref.name",
                           havingValue="authenticationService",
                           matchIfMissing=true)
    @Component("authenticationService")
    public class AuthenticationServiceImpl
    extends java.lang.Object
    implements GenericAuthenticationService
    Author:
    Elias Ricken de Medeiros, Matthieu Chaffotte, Hongwen Zang, Julien Reboul, Celine Souchet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String checkUserCredentials​(java.util.Map<java.lang.String,​java.io.Serializable> credentials)
      Check user credentials by give user name and passwordHash
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait