soteria 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.travis.yml +5 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +2 -0
- data/LICENSE.txt +21 -0
- data/README.md +77 -0
- data/Rakefile +5 -0
- data/bin/bundler +17 -0
- data/bin/console +17 -0
- data/bin/htmldiff +17 -0
- data/bin/ldiff +17 -0
- data/bin/nokogiri +17 -0
- data/bin/rackup +17 -0
- data/bin/rake +17 -0
- data/bin/rspec +17 -0
- data/bin/setup +17 -0
- data/bin/socksify_ruby +17 -0
- data/lib/soteria.rb +10 -0
- data/lib/soteria/client.rb +326 -0
- data/lib/soteria/credential.rb +154 -0
- data/lib/soteria/credential_types.rb +13 -0
- data/lib/soteria/push.rb +141 -0
- data/lib/soteria/sms.rb +81 -0
- data/lib/soteria/user.rb +409 -0
- data/lib/soteria/utilities.rb +45 -0
- data/lib/soteria/version.rb +4 -0
- data/soteria.gemspec +26 -0
- data/spec/credential_spec.rb +121 -0
- data/spec/fixtures/credential/authenticate_credentials_response.xml +13 -0
- data/spec/fixtures/credential/credential_fail.xml +11 -0
- data/spec/fixtures/credential/credential_success.xml +12 -0
- data/spec/fixtures/credential/get_cred_info_response.xml +40 -0
- data/spec/fixtures/credential/get_server_time_response.xml +11 -0
- data/spec/fixtures/credential/register_sms_response.xml +12 -0
- data/spec/fixtures/push/authenticate_with_push_error.xml +9 -0
- data/spec/fixtures/push/authenticate_with_push_response.xml +14 -0
- data/spec/fixtures/sms/check_otp_success_response.xml +13 -0
- data/spec/fixtures/sms/send_sms_success_response.xml +10 -0
- data/spec/fixtures/user/add_credential_response.xml +9 -0
- data/spec/fixtures/user/clear_temp_password_response.xml +10 -0
- data/spec/fixtures/user/clear_user_pin_response.xml +10 -0
- data/spec/fixtures/user/create_user_response.xml +9 -0
- data/spec/fixtures/user/delete_user_response.xml +10 -0
- data/spec/fixtures/user/get_temp_pass_attr_response.xml +14 -0
- data/spec/fixtures/user/remove_credential_response.xml +10 -0
- data/spec/fixtures/user/set_temp_pass_attr_response.xml +10 -0
- data/spec/fixtures/user/set_temp_pass_response.xml +11 -0
- data/spec/fixtures/user/update_credential_response.xml +10 -0
- data/spec/fixtures/user/update_user_response.xml +10 -0
- data/spec/fixtures/wsdl/vipuserservices-1.7.xsd +1015 -0
- data/spec/fixtures/wsdl/vipuserservices-auth-1.7.wsdl +155 -0
- data/spec/fixtures/wsdl/vipuserservices-mgmt-1.7.wsdl +246 -0
- data/spec/fixtures/wsdl/vipuserservices-query-1.7.wsdl +114 -0
- data/spec/push_spec.rb +148 -0
- data/spec/sms_spec.rb +84 -0
- data/spec/soteria_spec.rb +8 -0
- data/spec/spec_helper.rb +2 -0
- data/spec/user_spec.rb +245 -0
- metadata +206 -0
@@ -0,0 +1,155 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:vipusauth="https://schemas.symantec.com/vip/2011/04/vipuserservices/auth" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:vipus="https://schemas.symantec.com/vip/2011/04/vipuserservices" name="VIPUserServices" targetNamespace="https://schemas.symantec.com/vip/2011/04/vipuserservices/auth">
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
5
|
+
<xsd:import namespace="https://schemas.symantec.com/vip/2011/04/vipuserservices" schemaLocation="vipuserservices-1.7.xsd"/>
|
6
|
+
</xsd:schema>
|
7
|
+
</wsdl:types>
|
8
|
+
<wsdl:message name="AuthenticateUserRequest">
|
9
|
+
<wsdl:part name="AuthenticateUserRequest" element="vipus:AuthenticateUserRequest"/>
|
10
|
+
</wsdl:message>
|
11
|
+
<wsdl:message name="AuthenticateUserResponse">
|
12
|
+
<wsdl:part name="AuthenticateUserResponse" element="vipus:AuthenticateUserResponse"/>
|
13
|
+
</wsdl:message>
|
14
|
+
<wsdl:message name="AuthenticateUserWithPushRequest">
|
15
|
+
<wsdl:part name="AuthenticateUserWithPushRequest" element="vipus:AuthenticateUserWithPushRequest"/>
|
16
|
+
</wsdl:message>
|
17
|
+
<wsdl:message name="AuthenticateUserWithPushResponse">
|
18
|
+
<wsdl:part name="AuthenticateUserWithPushResponse" element="vipus:AuthenticateUserWithPushResponse"/>
|
19
|
+
</wsdl:message>
|
20
|
+
<wsdl:message name="AuthenticateCredentialsRequest">
|
21
|
+
<wsdl:part name="AuthenticateCredentialsRequest" element="vipus:AuthenticateCredentialsRequest"/>
|
22
|
+
</wsdl:message>
|
23
|
+
<wsdl:message name="AuthenticateCredentialsResponse">
|
24
|
+
<wsdl:part name="AuthenticateCredentialsResponse" element="vipus:AuthenticateCredentialsResponse"/>
|
25
|
+
</wsdl:message>
|
26
|
+
<wsdl:message name="EvaluateRiskRequest">
|
27
|
+
<wsdl:part name="EvaluateRiskRequest" element="vipus:EvaluateRiskRequest"/>
|
28
|
+
</wsdl:message>
|
29
|
+
<wsdl:message name="EvaluateRiskResponse">
|
30
|
+
<wsdl:part name="EvaluateRiskResponse" element="vipus:EvaluateRiskResponse"/>
|
31
|
+
</wsdl:message>
|
32
|
+
<wsdl:message name="CheckOtpRequest">
|
33
|
+
<wsdl:part name="CheckOtpRequest" element="vipus:CheckOtpRequest" />
|
34
|
+
</wsdl:message>
|
35
|
+
<wsdl:message name="CheckOtpResponse">
|
36
|
+
<wsdl:part name="CheckOtpResponse" element="vipus:CheckOtpResponse" />
|
37
|
+
</wsdl:message>
|
38
|
+
<wsdl:message name="ConfirmRiskRequest">
|
39
|
+
<wsdl:part name="ConfirmRiskRequest" element="vipus:ConfirmRiskRequest" />
|
40
|
+
</wsdl:message>
|
41
|
+
<wsdl:message name="ConfirmRiskResponse">
|
42
|
+
<wsdl:part name="ConfirmRiskResponse" element="vipus:ConfirmRiskResponse" />
|
43
|
+
</wsdl:message>
|
44
|
+
<wsdl:message name="DenyRiskRequest">
|
45
|
+
<wsdl:part name="DenyRiskRequest" element="vipus:DenyRiskRequest" />
|
46
|
+
</wsdl:message>
|
47
|
+
<wsdl:message name="DenyRiskResponse">
|
48
|
+
<wsdl:part name="DenyRiskResponse" element="vipus:DenyRiskResponse" />
|
49
|
+
</wsdl:message>
|
50
|
+
|
51
|
+
<wsdl:portType name="AuthenticationServicePort">
|
52
|
+
<wsdl:operation name="authenticateUser">
|
53
|
+
<wsdl:input message="vipusauth:AuthenticateUserRequest"/>
|
54
|
+
<wsdl:output message="vipusauth:AuthenticateUserResponse"/>
|
55
|
+
</wsdl:operation>
|
56
|
+
<wsdl:operation name="authenticateUserWithPush">
|
57
|
+
<wsdl:input message="vipusauth:AuthenticateUserWithPushRequest"/>
|
58
|
+
<wsdl:output message="vipusauth:AuthenticateUserWithPushResponse"/>
|
59
|
+
</wsdl:operation>
|
60
|
+
<wsdl:operation name="authenticateCredentials">
|
61
|
+
<wsdl:input message="vipusauth:AuthenticateCredentialsRequest"/>
|
62
|
+
<wsdl:output message="vipusauth:AuthenticateCredentialsResponse"/>
|
63
|
+
</wsdl:operation>
|
64
|
+
<wsdl:operation name="evaluateRisk">
|
65
|
+
<wsdl:input message="vipusauth:EvaluateRiskRequest"/>
|
66
|
+
<wsdl:output message="vipusauth:EvaluateRiskResponse"/>
|
67
|
+
</wsdl:operation>
|
68
|
+
<wsdl:operation name="checkOtp">
|
69
|
+
<wsdl:input message="vipusauth:CheckOtpRequest"/>
|
70
|
+
<wsdl:output message="vipusauth:CheckOtpResponse"/>
|
71
|
+
</wsdl:operation>
|
72
|
+
<wsdl:operation name="confirmRisk">
|
73
|
+
<wsdl:input message="vipusauth:ConfirmRiskRequest"/>
|
74
|
+
<wsdl:output message="vipusauth:ConfirmRiskResponse"/>
|
75
|
+
</wsdl:operation>
|
76
|
+
<wsdl:operation name="denyRisk">
|
77
|
+
<wsdl:input message="vipusauth:DenyRiskRequest"/>
|
78
|
+
<wsdl:output message="vipusauth:DenyRiskResponse"/>
|
79
|
+
</wsdl:operation>
|
80
|
+
|
81
|
+
</wsdl:portType>
|
82
|
+
<wsdl:binding name="AuthenticationServiceSoapBinding" type="vipusauth:AuthenticationServicePort">
|
83
|
+
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
84
|
+
<wsdl:operation name="authenticateUser">
|
85
|
+
<soap:operation soapAction=""/>
|
86
|
+
<wsdl:input>
|
87
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
88
|
+
</wsdl:input>
|
89
|
+
<wsdl:output>
|
90
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
91
|
+
</wsdl:output>
|
92
|
+
</wsdl:operation>
|
93
|
+
<wsdl:operation name="authenticateUserWithPush">
|
94
|
+
<soap:operation soapAction=""/>
|
95
|
+
<wsdl:input>
|
96
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
97
|
+
</wsdl:input>
|
98
|
+
<wsdl:output>
|
99
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
100
|
+
</wsdl:output>
|
101
|
+
</wsdl:operation>
|
102
|
+
<wsdl:operation name="authenticateCredentials">
|
103
|
+
<soap:operation soapAction=""/>
|
104
|
+
<wsdl:input>
|
105
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
106
|
+
</wsdl:input>
|
107
|
+
<wsdl:output>
|
108
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
109
|
+
</wsdl:output>
|
110
|
+
</wsdl:operation>
|
111
|
+
<wsdl:operation name="evaluateRisk">
|
112
|
+
<soap:operation soapAction=""/>
|
113
|
+
<wsdl:input>
|
114
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
115
|
+
</wsdl:input>
|
116
|
+
<wsdl:output>
|
117
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
118
|
+
</wsdl:output>
|
119
|
+
</wsdl:operation>
|
120
|
+
<wsdl:operation name="confirmRisk">
|
121
|
+
<soap:operation soapAction="" style="document"/>
|
122
|
+
<wsdl:input>
|
123
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
124
|
+
</wsdl:input>
|
125
|
+
<wsdl:output>
|
126
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
127
|
+
</wsdl:output>
|
128
|
+
</wsdl:operation>
|
129
|
+
<wsdl:operation name="denyRisk">
|
130
|
+
<soap:operation soapAction="" style="document"/>
|
131
|
+
<wsdl:input>
|
132
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
133
|
+
</wsdl:input>
|
134
|
+
<wsdl:output>
|
135
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
136
|
+
</wsdl:output>
|
137
|
+
</wsdl:operation>
|
138
|
+
|
139
|
+
<wsdl:operation name="checkOtp">
|
140
|
+
<soap:operation soapAction="" style="document"/>
|
141
|
+
<wsdl:input>
|
142
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
143
|
+
</wsdl:input>
|
144
|
+
<wsdl:output>
|
145
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
146
|
+
</wsdl:output>
|
147
|
+
</wsdl:operation>
|
148
|
+
|
149
|
+
</wsdl:binding>
|
150
|
+
<wsdl:service name="AuthenticationService">
|
151
|
+
<wsdl:port name="AuthenticationServicePort" binding="vipusauth:AuthenticationServiceSoapBinding">
|
152
|
+
<soap:address location="https://userservices-auth.vip.symantec.com/vipuserservices/AuthenticationService_1_7"/>
|
153
|
+
</wsdl:port>
|
154
|
+
</wsdl:service>
|
155
|
+
</wsdl:definitions>
|
@@ -0,0 +1,246 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:vipusmgmt="https://schemas.symantec.com/vip/2011/04/vipuserservices/mgmt" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:vipus="https://schemas.symantec.com/vip/2011/04/vipuserservices" name="VIPUserServices" targetNamespace="https://schemas.symantec.com/vip/2011/04/vipuserservices/mgmt">
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
5
|
+
<xsd:import namespace="https://schemas.symantec.com/vip/2011/04/vipuserservices" schemaLocation="vipuserservices-1.7.xsd"/>
|
6
|
+
</xsd:schema>
|
7
|
+
</wsdl:types>
|
8
|
+
<wsdl:message name="CreateUserRequest">
|
9
|
+
<wsdl:part name="CreateUserRequest" element="vipus:CreateUserRequest"/>
|
10
|
+
</wsdl:message>
|
11
|
+
<wsdl:message name="CreateUserResponse">
|
12
|
+
<wsdl:part name="CreateUserResponse" element="vipus:CreateUserResponse"/>
|
13
|
+
</wsdl:message>
|
14
|
+
<wsdl:message name="UpdateUserRequest">
|
15
|
+
<wsdl:part name="UpdateUserRequest" element="vipus:UpdateUserRequest"/>
|
16
|
+
</wsdl:message>
|
17
|
+
<wsdl:message name="UpdateUserResponse">
|
18
|
+
<wsdl:part name="UpdateUserResponse" element="vipus:UpdateUserResponse"/>
|
19
|
+
</wsdl:message>
|
20
|
+
<wsdl:message name="DeleteUserRequest">
|
21
|
+
<wsdl:part name="DeleteUserRequest" element="vipus:DeleteUserRequest"/>
|
22
|
+
</wsdl:message>
|
23
|
+
<wsdl:message name="DeleteUserResponse">
|
24
|
+
<wsdl:part name="DeleteUserResponse" element="vipus:DeleteUserResponse"/>
|
25
|
+
</wsdl:message>
|
26
|
+
<wsdl:message name="ClearUserPinRequest">
|
27
|
+
<wsdl:part name="ClearUserPinRequest" element="vipus:ClearUserPinRequest"/>
|
28
|
+
</wsdl:message>
|
29
|
+
<wsdl:message name="ClearUserPinResponse">
|
30
|
+
<wsdl:part name="ClearUserPinResponse" element="vipus:ClearUserPinResponse"/>
|
31
|
+
</wsdl:message>
|
32
|
+
<wsdl:message name="AddCredentialRequest">
|
33
|
+
<wsdl:part name="AddCredentialRequest" element="vipus:AddCredentialRequest"/>
|
34
|
+
</wsdl:message>
|
35
|
+
<wsdl:message name="AddCredentialResponse">
|
36
|
+
<wsdl:part name="AddCredentialResponse" element="vipus:AddCredentialResponse"/>
|
37
|
+
</wsdl:message>
|
38
|
+
<wsdl:message name="UpdateCredentialRequest">
|
39
|
+
<wsdl:part name="UpdateCredentialRequest" element="vipus:UpdateCredentialRequest"/>
|
40
|
+
</wsdl:message>
|
41
|
+
<wsdl:message name="UpdateCredentialResponse">
|
42
|
+
<wsdl:part name="UpdateCredentialResponse" element="vipus:UpdateCredentialResponse"/>
|
43
|
+
</wsdl:message>
|
44
|
+
<wsdl:message name="RemoveCredentialRequest">
|
45
|
+
<wsdl:part name="RemoveCredentialRequest" element="vipus:RemoveCredentialRequest"/>
|
46
|
+
</wsdl:message>
|
47
|
+
<wsdl:message name="RemoveCredentialResponse">
|
48
|
+
<wsdl:part name="RemoveCredentialResponse" element="vipus:RemoveCredentialResponse"/>
|
49
|
+
</wsdl:message>
|
50
|
+
<wsdl:message name="SetTemporaryPasswordRequest">
|
51
|
+
<wsdl:part name="SetTemporaryPasswordRequest" element="vipus:SetTemporaryPasswordRequest"/>
|
52
|
+
</wsdl:message>
|
53
|
+
<wsdl:message name="SetTemporaryPasswordResponse">
|
54
|
+
<wsdl:part name="SetTemporaryPasswordResponse" element="vipus:SetTemporaryPasswordResponse"/>
|
55
|
+
</wsdl:message>
|
56
|
+
<wsdl:message name="ClearTemporaryPasswordRequest">
|
57
|
+
<wsdl:part name="ClearTemporaryPasswordRequest" element="vipus:ClearTemporaryPasswordRequest"/>
|
58
|
+
</wsdl:message>
|
59
|
+
<wsdl:message name="ClearTemporaryPasswordResponse">
|
60
|
+
<wsdl:part name="ClearTemporaryPasswordResponse" element="vipus:ClearTemporaryPasswordResponse"/>
|
61
|
+
</wsdl:message>
|
62
|
+
<wsdl:message name="SetTemporaryPasswordAttributesRequest">
|
63
|
+
<wsdl:part name="SetTemporaryPasswordAttributesRequest" element="vipus:SetTemporaryPasswordAttributesRequest"/>
|
64
|
+
</wsdl:message>
|
65
|
+
<wsdl:message name="SetTemporaryPasswordAttributesResponse">
|
66
|
+
<wsdl:part name="SetTemporaryPasswordAttributesResponse" element="vipus:SetTemporaryPasswordAttributesResponse"/>
|
67
|
+
</wsdl:message>
|
68
|
+
<wsdl:message name="SendOtpRequest">
|
69
|
+
<wsdl:part name="SendOtpRequest" element="vipus:SendOtpRequest"/>
|
70
|
+
</wsdl:message>
|
71
|
+
<wsdl:message name="SendOtpResponse">
|
72
|
+
<wsdl:part name="SendOtpResponse" element="vipus:SendOtpResponse"/>
|
73
|
+
</wsdl:message>
|
74
|
+
<wsdl:message name="RegisterRequest">
|
75
|
+
<wsdl:part name="RegisterRequest" element="vipus:RegisterRequest"/>
|
76
|
+
</wsdl:message>
|
77
|
+
<wsdl:message name="RegisterResponse">
|
78
|
+
<wsdl:part name="RegisterResponse" element="vipus:RegisterResponse"/>
|
79
|
+
</wsdl:message>
|
80
|
+
<wsdl:portType name="ManagementServicePort">
|
81
|
+
<wsdl:operation name="createUser">
|
82
|
+
<wsdl:input message="vipusmgmt:CreateUserRequest"/>
|
83
|
+
<wsdl:output message="vipusmgmt:CreateUserResponse"/>
|
84
|
+
</wsdl:operation>
|
85
|
+
<wsdl:operation name="updateUser">
|
86
|
+
<wsdl:input message="vipusmgmt:UpdateUserRequest"/>
|
87
|
+
<wsdl:output message="vipusmgmt:UpdateUserResponse"/>
|
88
|
+
</wsdl:operation>
|
89
|
+
<wsdl:operation name="deleteUser">
|
90
|
+
<wsdl:input message="vipusmgmt:DeleteUserRequest"/>
|
91
|
+
<wsdl:output message="vipusmgmt:DeleteUserResponse"/>
|
92
|
+
</wsdl:operation>
|
93
|
+
<wsdl:operation name="clearUserPin">
|
94
|
+
<wsdl:input message="vipusmgmt:ClearUserPinRequest"/>
|
95
|
+
<wsdl:output message="vipusmgmt:ClearUserPinResponse"/>
|
96
|
+
</wsdl:operation>
|
97
|
+
<wsdl:operation name="addCredential">
|
98
|
+
<wsdl:input message="vipusmgmt:AddCredentialRequest"/>
|
99
|
+
<wsdl:output message="vipusmgmt:AddCredentialResponse"/>
|
100
|
+
</wsdl:operation>
|
101
|
+
<wsdl:operation name="updateCredential">
|
102
|
+
<wsdl:input message="vipusmgmt:UpdateCredentialRequest"/>
|
103
|
+
<wsdl:output message="vipusmgmt:UpdateCredentialResponse"/>
|
104
|
+
</wsdl:operation>
|
105
|
+
<wsdl:operation name="removeCredential">
|
106
|
+
<wsdl:input message="vipusmgmt:RemoveCredentialRequest"/>
|
107
|
+
<wsdl:output message="vipusmgmt:RemoveCredentialResponse"/>
|
108
|
+
</wsdl:operation>
|
109
|
+
<wsdl:operation name="setTemporaryPassword">
|
110
|
+
<wsdl:input message="vipusmgmt:SetTemporaryPasswordRequest"/>
|
111
|
+
<wsdl:output message="vipusmgmt:SetTemporaryPasswordResponse"/>
|
112
|
+
</wsdl:operation>
|
113
|
+
<wsdl:operation name="clearTemporaryPassword">
|
114
|
+
<wsdl:input message="vipusmgmt:ClearTemporaryPasswordRequest"/>
|
115
|
+
<wsdl:output message="vipusmgmt:ClearTemporaryPasswordResponse"/>
|
116
|
+
</wsdl:operation>
|
117
|
+
<wsdl:operation name="setTemporaryPasswordAttributes">
|
118
|
+
<wsdl:input message="vipusmgmt:SetTemporaryPasswordAttributesRequest"/>
|
119
|
+
<wsdl:output message="vipusmgmt:SetTemporaryPasswordAttributesResponse"/>
|
120
|
+
</wsdl:operation>
|
121
|
+
<wsdl:operation name="sendOtp">
|
122
|
+
<wsdl:input message="vipusmgmt:SendOtpRequest"/>
|
123
|
+
<wsdl:output message="vipusmgmt:SendOtpResponse"/>
|
124
|
+
</wsdl:operation>
|
125
|
+
<wsdl:operation name="register">
|
126
|
+
<wsdl:input message="vipusmgmt:RegisterRequest"/>
|
127
|
+
<wsdl:output message="vipusmgmt:RegisterResponse"/>
|
128
|
+
</wsdl:operation>
|
129
|
+
</wsdl:portType>
|
130
|
+
<wsdl:binding name="ManagementServiceSoapBinding" type="vipusmgmt:ManagementServicePort">
|
131
|
+
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
132
|
+
<wsdl:operation name="createUser">
|
133
|
+
<soap:operation soapAction=""/>
|
134
|
+
<wsdl:input>
|
135
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
136
|
+
</wsdl:input>
|
137
|
+
<wsdl:output>
|
138
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
139
|
+
</wsdl:output>
|
140
|
+
</wsdl:operation>
|
141
|
+
<wsdl:operation name="updateUser">
|
142
|
+
<soap:operation soapAction=""/>
|
143
|
+
<wsdl:input>
|
144
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
145
|
+
</wsdl:input>
|
146
|
+
<wsdl:output>
|
147
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
148
|
+
</wsdl:output>
|
149
|
+
</wsdl:operation>
|
150
|
+
<wsdl:operation name="deleteUser">
|
151
|
+
<soap:operation soapAction=""/>
|
152
|
+
<wsdl:input>
|
153
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
154
|
+
</wsdl:input>
|
155
|
+
<wsdl:output>
|
156
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
157
|
+
</wsdl:output>
|
158
|
+
</wsdl:operation>
|
159
|
+
<wsdl:operation name="clearUserPin">
|
160
|
+
<soap:operation soapAction=""/>
|
161
|
+
<wsdl:input>
|
162
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
163
|
+
</wsdl:input>
|
164
|
+
<wsdl:output>
|
165
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
166
|
+
</wsdl:output>
|
167
|
+
</wsdl:operation>
|
168
|
+
<wsdl:operation name="addCredential">
|
169
|
+
<soap:operation soapAction=""/>
|
170
|
+
<wsdl:input>
|
171
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
172
|
+
</wsdl:input>
|
173
|
+
<wsdl:output>
|
174
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
175
|
+
</wsdl:output>
|
176
|
+
</wsdl:operation>
|
177
|
+
<wsdl:operation name="updateCredential">
|
178
|
+
<soap:operation soapAction=""/>
|
179
|
+
<wsdl:input>
|
180
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
181
|
+
</wsdl:input>
|
182
|
+
<wsdl:output>
|
183
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
184
|
+
</wsdl:output>
|
185
|
+
</wsdl:operation>
|
186
|
+
<wsdl:operation name="removeCredential">
|
187
|
+
<soap:operation soapAction=""/>
|
188
|
+
<wsdl:input>
|
189
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
190
|
+
</wsdl:input>
|
191
|
+
<wsdl:output>
|
192
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
193
|
+
</wsdl:output>
|
194
|
+
</wsdl:operation>
|
195
|
+
<wsdl:operation name="setTemporaryPassword">
|
196
|
+
<soap:operation soapAction=""/>
|
197
|
+
<wsdl:input>
|
198
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
199
|
+
</wsdl:input>
|
200
|
+
<wsdl:output>
|
201
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
202
|
+
</wsdl:output>
|
203
|
+
</wsdl:operation>
|
204
|
+
<wsdl:operation name="clearTemporaryPassword">
|
205
|
+
<soap:operation soapAction=""/>
|
206
|
+
<wsdl:input>
|
207
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
208
|
+
</wsdl:input>
|
209
|
+
<wsdl:output>
|
210
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
211
|
+
</wsdl:output>
|
212
|
+
</wsdl:operation>
|
213
|
+
<wsdl:operation name="setTemporaryPasswordAttributes">
|
214
|
+
<soap:operation soapAction=""/>
|
215
|
+
<wsdl:input>
|
216
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
217
|
+
</wsdl:input>
|
218
|
+
<wsdl:output>
|
219
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
220
|
+
</wsdl:output>
|
221
|
+
</wsdl:operation>
|
222
|
+
<wsdl:operation name="sendOtp">
|
223
|
+
<soap:operation soapAction=""/>
|
224
|
+
<wsdl:input>
|
225
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
226
|
+
</wsdl:input>
|
227
|
+
<wsdl:output>
|
228
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
229
|
+
</wsdl:output>
|
230
|
+
</wsdl:operation>
|
231
|
+
<wsdl:operation name="register">
|
232
|
+
<soap:operation soapAction=""/>
|
233
|
+
<wsdl:input>
|
234
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
235
|
+
</wsdl:input>
|
236
|
+
<wsdl:output>
|
237
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
238
|
+
</wsdl:output>
|
239
|
+
</wsdl:operation>
|
240
|
+
</wsdl:binding>
|
241
|
+
<wsdl:service name="ManagementService">
|
242
|
+
<wsdl:port name="ManagementServicePort" binding="vipusmgmt:ManagementServiceSoapBinding">
|
243
|
+
<soap:address location="https://userservices-auth.vip.symantec.com/vipuserservices/ManagementService_1_7"/>
|
244
|
+
</wsdl:port>
|
245
|
+
</wsdl:service>
|
246
|
+
</wsdl:definitions>
|
@@ -0,0 +1,114 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<wsdl:definitions xmlns:vipusquery="https://schemas.symantec.com/vip/2011/04/vipuserservices/query" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:vipus="https://schemas.symantec.com/vip/2011/04/vipuserservices" name="VIPUserServices" targetNamespace="https://schemas.symantec.com/vip/2011/04/vipuserservices/query">
|
3
|
+
<wsdl:types>
|
4
|
+
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
5
|
+
<xsd:import namespace="https://schemas.symantec.com/vip/2011/04/vipuserservices" schemaLocation="vipuserservices-1.7.xsd"/>
|
6
|
+
</xsd:schema>
|
7
|
+
</wsdl:types>
|
8
|
+
<wsdl:message name="GetServerTimeRequest">
|
9
|
+
<wsdl:part name="GetServerTimeRequest" element="vipus:GetServerTimeRequest"/>
|
10
|
+
</wsdl:message>
|
11
|
+
<wsdl:message name="GetServerTimeResponse">
|
12
|
+
<wsdl:part name="GetServerTimeResponse" element="vipus:GetServerTimeResponse"/>
|
13
|
+
</wsdl:message>
|
14
|
+
<wsdl:message name="GetUserInfoRequest">
|
15
|
+
<wsdl:part name="GetUserInfoRequest" element="vipus:GetUserInfoRequest"/>
|
16
|
+
</wsdl:message>
|
17
|
+
<wsdl:message name="GetUserInfoResponse">
|
18
|
+
<wsdl:part name="GetUserInfoResponse" element="vipus:GetUserInfoResponse"/>
|
19
|
+
</wsdl:message>
|
20
|
+
<wsdl:message name="GetCredentialInfoRequest">
|
21
|
+
<wsdl:part name="GetCredentialInfoRequest" element="vipus:GetCredentialInfoRequest"/>
|
22
|
+
</wsdl:message>
|
23
|
+
<wsdl:message name="GetCredentialInfoResponse">
|
24
|
+
<wsdl:part name="GetCredentialInfoResponse" element="vipus:GetCredentialInfoResponse"/>
|
25
|
+
</wsdl:message>
|
26
|
+
<wsdl:message name="GetTemporaryPasswordAttributesRequest">
|
27
|
+
<wsdl:part name="GetTemporaryPasswordAttributesRequest" element="vipus:GetTemporaryPasswordAttributesRequest"/>
|
28
|
+
</wsdl:message>
|
29
|
+
<wsdl:message name="GetTemporaryPasswordAttributesResponse">
|
30
|
+
<wsdl:part name="GetTemporaryPasswordAttributesResponse" element="vipus:GetTemporaryPasswordAttributesResponse"/>
|
31
|
+
</wsdl:message>
|
32
|
+
<wsdl:message name="PollPushStatusRequest">
|
33
|
+
<wsdl:part name="PollPushStatusRequest" element="vipus:PollPushStatusRequest"/>
|
34
|
+
</wsdl:message>
|
35
|
+
<wsdl:message name="PollPushStatusResponse">
|
36
|
+
<wsdl:part name="PollPushStatusResponse" element="vipus:PollPushStatusResponse"/>
|
37
|
+
</wsdl:message>
|
38
|
+
|
39
|
+
<wsdl:portType name="QueryServicePort">
|
40
|
+
<wsdl:operation name="getServerTime">
|
41
|
+
<wsdl:input message="vipusquery:GetServerTimeRequest"/>
|
42
|
+
<wsdl:output message="vipusquery:GetServerTimeResponse"/>
|
43
|
+
</wsdl:operation>
|
44
|
+
<wsdl:operation name="getUserInfo">
|
45
|
+
<wsdl:input message="vipusquery:GetUserInfoRequest"/>
|
46
|
+
<wsdl:output message="vipusquery:GetUserInfoResponse"/>
|
47
|
+
</wsdl:operation>
|
48
|
+
<wsdl:operation name="getCredentialInfo">
|
49
|
+
<wsdl:input message="vipusquery:GetCredentialInfoRequest"/>
|
50
|
+
<wsdl:output message="vipusquery:GetCredentialInfoResponse"/>
|
51
|
+
</wsdl:operation>
|
52
|
+
<wsdl:operation name="getTemporaryPasswordAttributes">
|
53
|
+
<wsdl:input message="vipusquery:GetTemporaryPasswordAttributesRequest"/>
|
54
|
+
<wsdl:output message="vipusquery:GetTemporaryPasswordAttributesResponse"/>
|
55
|
+
</wsdl:operation>
|
56
|
+
<wsdl:operation name="pollPushStatus">
|
57
|
+
<wsdl:input message="vipusquery:PollPushStatusRequest"/>
|
58
|
+
<wsdl:output message="vipusquery:PollPushStatusResponse"/>
|
59
|
+
</wsdl:operation>
|
60
|
+
</wsdl:portType>
|
61
|
+
<wsdl:binding name="QueryServiceSoapBinding" type="vipusquery:QueryServicePort">
|
62
|
+
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
63
|
+
<wsdl:operation name="getServerTime">
|
64
|
+
<soap:operation soapAction=""/>
|
65
|
+
<wsdl:input>
|
66
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
67
|
+
</wsdl:input>
|
68
|
+
<wsdl:output>
|
69
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
70
|
+
</wsdl:output>
|
71
|
+
</wsdl:operation>
|
72
|
+
<wsdl:operation name="getUserInfo">
|
73
|
+
<soap:operation soapAction=""/>
|
74
|
+
<wsdl:input>
|
75
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
76
|
+
</wsdl:input>
|
77
|
+
<wsdl:output>
|
78
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
79
|
+
</wsdl:output>
|
80
|
+
</wsdl:operation>
|
81
|
+
<wsdl:operation name="getCredentialInfo">
|
82
|
+
<soap:operation soapAction=""/>
|
83
|
+
<wsdl:input>
|
84
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
85
|
+
</wsdl:input>
|
86
|
+
<wsdl:output>
|
87
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
88
|
+
</wsdl:output>
|
89
|
+
</wsdl:operation>
|
90
|
+
<wsdl:operation name="getTemporaryPasswordAttributes">
|
91
|
+
<soap:operation soapAction=""/>
|
92
|
+
<wsdl:input>
|
93
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
94
|
+
</wsdl:input>
|
95
|
+
<wsdl:output>
|
96
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
97
|
+
</wsdl:output>
|
98
|
+
</wsdl:operation>
|
99
|
+
<wsdl:operation name="pollPushStatus">
|
100
|
+
<soap:operation soapAction=""/>
|
101
|
+
<wsdl:input>
|
102
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
103
|
+
</wsdl:input>
|
104
|
+
<wsdl:output>
|
105
|
+
<soap:body use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
106
|
+
</wsdl:output>
|
107
|
+
</wsdl:operation>
|
108
|
+
</wsdl:binding>
|
109
|
+
<wsdl:service name="QueryService">
|
110
|
+
<wsdl:port name="QueryServicePort" binding="vipusquery:QueryServiceSoapBinding">
|
111
|
+
<soap:address location="https://userservices-auth.vip.symantec.com/vipuserservices/QueryService_1_7"/>
|
112
|
+
</wsdl:port>
|
113
|
+
</wsdl:service>
|
114
|
+
</wsdl:definitions>
|