Interface AuthenticationWSService
-
public interface AuthenticationWSService
Service dedicated to authentication management. This class was generated by Apache CXF 3.4.7 2024-04-08T13:01:51.465Z Generated source version: 3.4.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoginResponse
login(LoginRequest in)
Login as a user
-
-
-
Method Detail
-
login
LoginResponse login(LoginRequest in) throws TechFaultMessage, FuncFaultMessage
Login as a user- Throws:
TechFaultMessage
FuncFaultMessage
-
-