Interface AuthManager


  • public interface AuthManager
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context)  
      default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context, java.lang.String token)  
      default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context, java.lang.String username, java.lang.String password)  
    • Method Detail

      • authenticate

        default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context)
      • authenticate

        default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context,
                                                                       java.lang.String token)
      • authenticate

        default dev.soffa.foundation.model.Authentication authenticate​(dev.soffa.foundation.context.Context context,
                                                                       java.lang.String username,
                                                                       java.lang.String password)