Interface AuthenticationHandler

All Known Implementing Classes:
UrlAuthenticationHandler

public interface AuthenticationHandler
  • Method Summary

    Modifier and Type Method Description
    User authenticate​(org.teamapps.ux.session.SessionContext context, java.util.Map<java.lang.String,​java.lang.Object> clientParameters)  
  • Method Details

    • authenticate

      User authenticate​(org.teamapps.ux.session.SessionContext context, java.util.Map<java.lang.String,​java.lang.Object> clientParameters)