Interface AuthenticationService


  • public interface AuthenticationService
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.flower.docs.domain.security.Token login​(java.lang.String username, java.lang.String password)  
    • Method Detail

      • login

        com.flower.docs.domain.security.Token login​(java.lang.String username,
                                                    java.lang.String password)
                                             throws com.flower.docs.domain.exception.TechnicalException,
                                                    com.flower.docs.domain.exception.FunctionalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
        com.flower.docs.domain.exception.FunctionalException