Class Login.LoginRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Login.LoginResponse>
co.ecg.alpaca.toolkit.generated.Login.LoginRequest
Enclosing class:
Login

public static class Login.LoginRequest extends Request<Login.LoginResponse>
Request to login to OCI. password is not required for external authentication login from a trusted host (ACL).
Author:
AlpacaGenerator
  • Field Details

    • userId

      @NotNull @Size(min=1, max=161) protected @NotNull @Size(min=1,max=161) String userId
    • password

      @Size(min=1, max=60) protected @Size(min=1,max=60) String password
  • Constructor Details

    • LoginRequest

      public LoginRequest()
    • LoginRequest

      public LoginRequest(BroadWorksServer broadWorksServer, String userId)
  • Method Details