Interface AuthenticationWSService
-
public interface AuthenticationWSService
Service dedicated to authentication management. This class was generated by Apache CXF 3.4.10 2025-01-21T13:26:19.033Z Generated source version: 3.4.10
-
-
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
-
-