Class LoginLogout
java.lang.Object
org.europa.together.orchestration.acl.LoginLogout
Authehtification Service.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- elmar.dott@gmail.com
-
Constructor Summary
Constructors -
Method Summary
-
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
-