Class LoginLogout

java.lang.Object
org.europa.together.orchestration.acl.LoginLogout

@Service @Path("acl/1") public class LoginLogout extends Object
Authehtification Service.
Since:
1.0
Version:
1.0
Author:
elmar.dott@gmail.com
  • Constructor Details

    • LoginLogout

      public LoginLogout()
      Default Constructor.
  • Method Details

    • login

      @GET @Path("/login") @API(status=STABLE, since="1") public jakarta.ws.rs.core.Response login(@QueryParam("loginId") String loginId, @QueryParam("loginPwd") String loginPwd) throws org.europa.together.exceptions.DAOException
      Throws:
      org.europa.together.exceptions.DAOException
    • logout

      @GET @Path("/logout") @API(status=STABLE, since="1") public jakarta.ws.rs.core.Response logout(@QueryParam("loginId") String loginId) throws org.europa.together.exceptions.DAOException
      Throws:
      org.europa.together.exceptions.DAOException