Interface LoginService

All Known Implementing Classes:
SecuredLoginServiceImpl

public interface LoginService
Author:
Matthieu Chaffotte
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(long sessionId)
     
    login(Map<String,Serializable> credentials)
    generic login approach to handle outer authentication service like CAS or OAuth or whatever...
    void
    logout(long sessionId)