Class GuestAuthenticationChallenge

All Implemented Interfaces:
Serializable

public class GuestAuthenticationChallenge extends GuestOperationsFault
See Also:
  • Field Details

    • serverChallenge

      public GuestAuthentication serverChallenge
    • sessionID

      public long sessionID
  • Constructor Details

    • GuestAuthenticationChallenge

      public GuestAuthenticationChallenge()
  • Method Details

    • getServerChallenge

      public GuestAuthentication getServerChallenge()
    • getSessionID

      public long getSessionID()
    • setServerChallenge

      public void setServerChallenge(GuestAuthentication serverChallenge)
    • setSessionID

      public void setSessionID(long sessionID)