Beispiel #1
0
 public string RefreshToken(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.RefreshTokenRequest inValue = new myAdminTool.OTCSAuthentication.RefreshTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     myAdminTool.OTCSAuthentication.RefreshTokenResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).RefreshToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.RefreshTokenResult);
 }
Beispiel #2
0
 public System.Nullable <System.DateTime> GetSessionExpirationDate(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.GetSessionExpirationDateRequest inValue = new myAdminTool.OTCSAuthentication.GetSessionExpirationDateRequest();
     inValue.OTAuthentication = OTAuthentication;
     myAdminTool.OTCSAuthentication.GetSessionExpirationDateResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).GetSessionExpirationDate(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.GetSessionExpirationDateResult);
 }
Beispiel #3
0
 public string CombineApplicationToken(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     myAdminTool.OTCSAuthentication.CombineApplicationTokenRequest inValue = new myAdminTool.OTCSAuthentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     myAdminTool.OTCSAuthentication.CombineApplicationTokenResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).CombineApplicationToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.CombineApplicationTokenResult);
 }
Beispiel #4
0
 public string ImpersonateUser(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     myAdminTool.OTCSAuthentication.ImpersonateUserRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     myAdminTool.OTCSAuthentication.ImpersonateUserResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateUser(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateUserResult);
 }
Beispiel #5
0
 public string ImpersonateApplication(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     myAdminTool.OTCSAuthentication.ImpersonateApplicationRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     myAdminTool.OTCSAuthentication.ImpersonateApplicationResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateApplicationResult);
 }
Beispiel #6
0
 public string AuthenticateApplication(ref myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     myAdminTool.OTCSAuthentication.AuthenticateApplicationRequest inValue = new myAdminTool.OTCSAuthentication.AuthenticateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     inValue.password         = password;
     myAdminTool.OTCSAuthentication.AuthenticateApplicationResponse retVal = ((myAdminTool.OTCSAuthentication.Authentication)(this)).AuthenticateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.AuthenticateApplicationResult);
 }
Beispiel #7
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.GetSessionExpirationDateResponse> GetSessionExpirationDateAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.GetSessionExpirationDateRequest inValue = new myAdminTool.OTCSAuthentication.GetSessionExpirationDateRequest();
     inValue.OTAuthentication = OTAuthentication;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).GetSessionExpirationDateAsync(inValue));
 }
Beispiel #8
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.CombineApplicationTokenResponse> CombineApplicationTokenAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     myAdminTool.OTCSAuthentication.CombineApplicationTokenRequest inValue = new myAdminTool.OTCSAuthentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).CombineApplicationTokenAsync(inValue));
 }
Beispiel #9
0
 public AuthenticateApplicationResponse(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string AuthenticateApplicationResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.AuthenticateApplicationResult = AuthenticateApplicationResult;
 }
Beispiel #10
0
 public ImpersonateUserResponse(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string ImpersonateUserResult)
 {
     this.OTAuthentication      = OTAuthentication;
     this.ImpersonateUserResult = ImpersonateUserResult;
 }
Beispiel #11
0
 public ImpersonateUserRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     this.OTAuthentication = OTAuthentication;
     this.userName         = userName;
 }
Beispiel #12
0
 public ImpersonateApplicationRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
 }
Beispiel #13
0
 public GetSessionExpirationDateResponse(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, System.Nullable <System.DateTime> GetSessionExpirationDateResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.GetSessionExpirationDateResult = GetSessionExpirationDateResult;
 }
Beispiel #14
0
 public GetSessionExpirationDateRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     this.OTAuthentication = OTAuthentication;
 }
Beispiel #15
0
 public CombineApplicationTokenResponse(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string CombineApplicationTokenResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.CombineApplicationTokenResult = CombineApplicationTokenResult;
 }
Beispiel #16
0
 public CombineApplicationTokenRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationToken = applicationToken;
 }
Beispiel #17
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.ImpersonateApplicationResponse> ImpersonateApplicationAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     myAdminTool.OTCSAuthentication.ImpersonateApplicationRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateApplicationAsync(inValue));
 }
Beispiel #18
0
 public RefreshTokenRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     this.OTAuthentication = OTAuthentication;
 }
Beispiel #19
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.ImpersonateUserResponse> ImpersonateUserAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     myAdminTool.OTCSAuthentication.ImpersonateUserRequest inValue = new myAdminTool.OTCSAuthentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).ImpersonateUserAsync(inValue));
 }
Beispiel #20
0
 public RefreshTokenResponse(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string RefreshTokenResult)
 {
     this.OTAuthentication   = OTAuthentication;
     this.RefreshTokenResult = RefreshTokenResult;
 }
Beispiel #21
0
 public System.Threading.Tasks.Task <myAdminTool.OTCSAuthentication.RefreshTokenResponse> RefreshTokenAsync(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication)
 {
     myAdminTool.OTCSAuthentication.RefreshTokenRequest inValue = new myAdminTool.OTCSAuthentication.RefreshTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     return(((myAdminTool.OTCSAuthentication.Authentication)(this)).RefreshTokenAsync(inValue));
 }
Beispiel #22
0
 public AuthenticateApplicationRequest(myAdminTool.OTCSAuthentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
     this.password         = password;
 }