Example #1
0
 public System.Nullable <System.DateTime> GetSessionExpirationDate(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication)
 {
     Controle_Tranche.CWS.Authentication.GetSessionExpirationDateRequest inValue = new Controle_Tranche.CWS.Authentication.GetSessionExpirationDateRequest();
     inValue.OTAuthentication = OTAuthentication;
     Controle_Tranche.CWS.Authentication.GetSessionExpirationDateResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).GetSessionExpirationDate(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.GetSessionExpirationDateResult);
 }
Example #2
0
 public string RefreshToken(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication)
 {
     Controle_Tranche.CWS.Authentication.RefreshTokenRequest inValue = new Controle_Tranche.CWS.Authentication.RefreshTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     Controle_Tranche.CWS.Authentication.RefreshTokenResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).RefreshToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.RefreshTokenResult);
 }
Example #3
0
 public string ImpersonateApplication(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationID)
 {
     Controle_Tranche.CWS.Authentication.ImpersonateApplicationRequest inValue = new Controle_Tranche.CWS.Authentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     Controle_Tranche.CWS.Authentication.ImpersonateApplicationResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).ImpersonateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateApplicationResult);
 }
Example #4
0
 public string CombineApplicationToken(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     Controle_Tranche.CWS.Authentication.CombineApplicationTokenRequest inValue = new Controle_Tranche.CWS.Authentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     Controle_Tranche.CWS.Authentication.CombineApplicationTokenResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).CombineApplicationToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.CombineApplicationTokenResult);
 }
Example #5
0
 public string ImpersonateUser(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string userName)
 {
     Controle_Tranche.CWS.Authentication.ImpersonateUserRequest inValue = new Controle_Tranche.CWS.Authentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     Controle_Tranche.CWS.Authentication.ImpersonateUserResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).ImpersonateUser(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateUserResult);
 }
Example #6
0
 public string AuthenticateApplication(ref Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     Controle_Tranche.CWS.Authentication.AuthenticateApplicationRequest inValue = new Controle_Tranche.CWS.Authentication.AuthenticateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     inValue.password         = password;
     Controle_Tranche.CWS.Authentication.AuthenticateApplicationResponse retVal = ((Controle_Tranche.CWS.Authentication.Authentication)(this)).AuthenticateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.AuthenticateApplicationResult);
 }
Example #7
0
 public RefreshTokenResponse(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string RefreshTokenResult)
 {
     this.OTAuthentication   = OTAuthentication;
     this.RefreshTokenResult = RefreshTokenResult;
 }
Example #8
0
 public RefreshTokenRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication)
 {
     this.OTAuthentication = OTAuthentication;
 }
Example #9
0
 public AuthenticateApplicationResponse(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string AuthenticateApplicationResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.AuthenticateApplicationResult = AuthenticateApplicationResult;
 }
Example #10
0
 public ImpersonateUserRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string userName)
 {
     this.OTAuthentication = OTAuthentication;
     this.userName         = userName;
 }
Example #11
0
 public ImpersonateApplicationRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationID)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
 }
Example #12
0
 public GetSessionExpirationDateResponse(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, System.Nullable <System.DateTime> GetSessionExpirationDateResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.GetSessionExpirationDateResult = GetSessionExpirationDateResult;
 }
Example #13
0
 public GetSessionExpirationDateRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication)
 {
     this.OTAuthentication = OTAuthentication;
 }
Example #14
0
 public CombineApplicationTokenResponse(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string CombineApplicationTokenResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.CombineApplicationTokenResult = CombineApplicationTokenResult;
 }
Example #15
0
 public CombineApplicationTokenRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationToken = applicationToken;
 }
Example #16
0
 public ImpersonateUserResponse(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string ImpersonateUserResult)
 {
     this.OTAuthentication      = OTAuthentication;
     this.ImpersonateUserResult = ImpersonateUserResult;
 }
Example #17
0
 public AuthenticateApplicationRequest(Controle_Tranche.CWS.Authentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
     this.password         = password;
 }