f5-icontrol 0.1.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 +18 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +55 -0
- data/Rakefile +7 -0
- data/bin/f5 +6 -0
- data/f5-icontrol.gemspec +30 -0
- data/lib/f5/cli/application.rb +102 -0
- data/lib/f5/cli/config.rb +21 -0
- data/lib/f5/icontrol.rb +40 -0
- data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
- data/lib/f5/icontrol/local_lb/pool.rb +27 -0
- data/lib/f5/icontrol/system/system_info.rb +27 -0
- data/lib/f5/icontrol/version.rb +5 -0
- data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
- data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
- data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
- data/lib/wsdl/ASM.Policy.wsdl +3504 -0
- data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
- data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
- data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
- data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
- data/lib/wsdl/Classification.Application.wsdl +517 -0
- data/lib/wsdl/Classification.Category.wsdl +519 -0
- data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
- data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
- data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
- data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
- data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
- data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
- data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
- data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
- data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
- data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
- data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
- data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
- data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
- data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
- data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
- data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
- data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
- data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
- data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
- data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
- data/lib/wsdl/LTConfig.Class.wsdl +656 -0
- data/lib/wsdl/LTConfig.Field.wsdl +679 -0
- data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
- data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
- data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
- data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
- data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
- data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
- data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
- data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
- data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
- data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
- data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
- data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
- data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
- data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
- data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
- data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
- data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
- data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
- data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
- data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
- data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
- data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
- data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
- data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
- data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
- data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
- data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
- data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
- data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
- data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
- data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
- data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
- data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
- data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
- data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
- data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
- data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
- data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
- data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
- data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
- data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
- data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
- data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
- data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
- data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
- data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
- data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
- data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
- data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
- data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
- data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
- data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
- data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
- data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
- data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
- data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
- data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
- data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
- data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
- data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
- data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
- data/lib/wsdl/Log.Filter.wsdl +1175 -0
- data/lib/wsdl/Log.Publisher.wsdl +448 -0
- data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
- data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
- data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
- data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
- data/lib/wsdl/Management.CLIScript.wsdl +684 -0
- data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
- data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
- data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
- data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
- data/lib/wsdl/Management.DBVariable.wsdl +352 -0
- data/lib/wsdl/Management.Device.wsdl +1697 -0
- data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
- data/lib/wsdl/Management.EM.wsdl +456 -0
- data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
- data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
- data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
- data/lib/wsdl/Management.Folder.wsdl +635 -0
- data/lib/wsdl/Management.Globals.wsdl +166 -0
- data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
- data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
- data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
- data/lib/wsdl/Management.Named.wsdl +740 -0
- data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
- data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
- data/lib/wsdl/Management.Partition.wsdl +545 -0
- data/lib/wsdl/Management.Provision.wsdl +743 -0
- data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
- data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
- data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
- data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
- data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
- data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
- data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
- data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
- data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
- data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
- data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
- data/lib/wsdl/Management.Trust.wsdl +703 -0
- data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
- data/lib/wsdl/Management.View.wsdl +381 -0
- data/lib/wsdl/Management.Zone.wsdl +528 -0
- data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
- data/lib/wsdl/Networking.ARP.wsdl +776 -0
- data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
- data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
- data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
- data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
- data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
- data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
- data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
- data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
- data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
- data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
- data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
- data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
- data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
- data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
- data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
- data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
- data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
- data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
- data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
- data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
- data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
- data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
- data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
- data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
- data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
- data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
- data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
- data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
- data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
- data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
- data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
- data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
- data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
- data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
- data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
- data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
- data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
- data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
- data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
- data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
- data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
- data/lib/wsdl/PEM.Listener.wsdl +495 -0
- data/lib/wsdl/PEM.Policy.wsdl +4097 -0
- data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
- data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
- data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
- data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
- data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
- data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
- data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
- data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
- data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
- data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
- data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
- data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
- data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
- data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
- data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
- data/lib/wsdl/System.Cluster.wsdl +956 -0
- data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
- data/lib/wsdl/System.Connections.wsdl +497 -0
- data/lib/wsdl/System.Disk.wsdl +1442 -0
- data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
- data/lib/wsdl/System.Failover.wsdl +539 -0
- data/lib/wsdl/System.GeoIP.wsdl +181 -0
- data/lib/wsdl/System.HAGroup.wsdl +1983 -0
- data/lib/wsdl/System.HAStatus.wsdl +695 -0
- data/lib/wsdl/System.Inet.wsdl +438 -0
- data/lib/wsdl/System.Internal.wsdl +279 -0
- data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
- data/lib/wsdl/System.Services.wsdl +1054 -0
- data/lib/wsdl/System.Session.wsdl +1023 -0
- data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
- data/lib/wsdl/System.Statistics.wsdl +9469 -0
- data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
- data/lib/wsdl/System.VCMP.wsdl +7766 -0
- data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
- data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
- data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
- data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
- data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
- data/lib/wsdl/iCall.Script.wsdl +372 -0
- data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
- data/metadata +323 -0
- data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
- data/spec/models/local_lb/pool_spec.rb +26 -0
- data/spec/models/system/system_info_spec.rb +31 -0
- data/spec/spec_helper.rb +13 -0
- metadata +415 -0
@@ -0,0 +1,1693 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="Management.UserManagement"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Management.UserManagement.PasswordInfo">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="is_encrypted" type="xsd:boolean"/>
|
27
|
+
<xsd:element name="password" type="xsd:string"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:complexType name="Common.StringSequence">
|
31
|
+
<xsd:complexContent>
|
32
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
33
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
34
|
+
</xsd:restriction>
|
35
|
+
</xsd:complexContent>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:complexType name="Management.UserManagement.UserInfo">
|
38
|
+
<xsd:sequence>
|
39
|
+
<xsd:element name="user" type="tns:Management.UserManagement.UserID"/>
|
40
|
+
<xsd:element name="role" type="tns:Management.UserManagement.UserRole"/>
|
41
|
+
<xsd:element name="password" type="xsd:string"/>
|
42
|
+
<xsd:element name="home_directory" type="xsd:string"/>
|
43
|
+
<xsd:element name="login_shell" type="xsd:string"/>
|
44
|
+
<xsd:element name="user_id" type="xsd:long"/>
|
45
|
+
<xsd:element name="group_id" type="xsd:long"/>
|
46
|
+
</xsd:sequence>
|
47
|
+
</xsd:complexType>
|
48
|
+
<xsd:complexType name="Management.UserManagement.UserInfo3Sequence">
|
49
|
+
<xsd:complexContent>
|
50
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
51
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserInfo3[]'/>
|
52
|
+
</xsd:restriction>
|
53
|
+
</xsd:complexContent>
|
54
|
+
</xsd:complexType>
|
55
|
+
<xsd:complexType name="Common.BooleanSequence">
|
56
|
+
<xsd:complexContent>
|
57
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
58
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
59
|
+
</xsd:restriction>
|
60
|
+
</xsd:complexContent>
|
61
|
+
</xsd:complexType>
|
62
|
+
<xsd:complexType name="Common.ULongSequence">
|
63
|
+
<xsd:complexContent>
|
64
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
65
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
66
|
+
</xsd:restriction>
|
67
|
+
</xsd:complexContent>
|
68
|
+
</xsd:complexType>
|
69
|
+
<xsd:complexType name="Management.UserManagement.UserInfoSequence">
|
70
|
+
<xsd:complexContent>
|
71
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
72
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserInfo[]'/>
|
73
|
+
</xsd:restriction>
|
74
|
+
</xsd:complexContent>
|
75
|
+
</xsd:complexType>
|
76
|
+
<xsd:complexType name="Management.UserManagement.UserInfo3">
|
77
|
+
<xsd:sequence>
|
78
|
+
<xsd:element name="user" type="tns:Management.UserManagement.UserID"/>
|
79
|
+
<xsd:element name="password" type="tns:Management.UserManagement.PasswordInfo"/>
|
80
|
+
<xsd:element name="permissions" type="tns:Management.UserManagement.UserPermissionSequence"/>
|
81
|
+
<xsd:element name="login_shell" type="xsd:string"/>
|
82
|
+
</xsd:sequence>
|
83
|
+
</xsd:complexType>
|
84
|
+
<xsd:complexType name="Management.UserManagement.UserRoleSequence">
|
85
|
+
<xsd:complexContent>
|
86
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
87
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserRole[]'/>
|
88
|
+
</xsd:restriction>
|
89
|
+
</xsd:complexContent>
|
90
|
+
</xsd:complexType>
|
91
|
+
<xsd:complexType name="Management.UserManagement.UserPermissionSequenceSequence">
|
92
|
+
<xsd:complexContent>
|
93
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
94
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserPermissionSequence[]'/>
|
95
|
+
</xsd:restriction>
|
96
|
+
</xsd:complexContent>
|
97
|
+
</xsd:complexType>
|
98
|
+
<xsd:simpleType name="Management.UserManagement.UserRole">
|
99
|
+
<xsd:restriction base="xsd:string">
|
100
|
+
<xsd:enumeration value="USER_ROLE_ADMINISTRATOR">
|
101
|
+
<xsd:annotation>
|
102
|
+
<xsd:documentation>USER_ROLE_ADMINISTRATOR</xsd:documentation>
|
103
|
+
</xsd:annotation>
|
104
|
+
</xsd:enumeration>
|
105
|
+
<xsd:enumeration value="USER_ROLE_TRAFFIC_MANAGER">
|
106
|
+
<xsd:annotation>
|
107
|
+
<xsd:documentation>USER_ROLE_TRAFFIC_MANAGER</xsd:documentation>
|
108
|
+
</xsd:annotation>
|
109
|
+
</xsd:enumeration>
|
110
|
+
<xsd:enumeration value="USER_ROLE_GUEST">
|
111
|
+
<xsd:annotation>
|
112
|
+
<xsd:documentation>USER_ROLE_GUEST</xsd:documentation>
|
113
|
+
</xsd:annotation>
|
114
|
+
</xsd:enumeration>
|
115
|
+
<xsd:enumeration value="USER_ROLE_ASM_POLICY_EDITOR">
|
116
|
+
<xsd:annotation>
|
117
|
+
<xsd:documentation>USER_ROLE_ASM_POLICY_EDITOR</xsd:documentation>
|
118
|
+
</xsd:annotation>
|
119
|
+
</xsd:enumeration>
|
120
|
+
<xsd:enumeration value="USER_ROLE_INVALID">
|
121
|
+
<xsd:annotation>
|
122
|
+
<xsd:documentation>USER_ROLE_INVALID</xsd:documentation>
|
123
|
+
</xsd:annotation>
|
124
|
+
</xsd:enumeration>
|
125
|
+
<xsd:enumeration value="USER_ROLE_MANAGER">
|
126
|
+
<xsd:annotation>
|
127
|
+
<xsd:documentation>USER_ROLE_MANAGER</xsd:documentation>
|
128
|
+
</xsd:annotation>
|
129
|
+
</xsd:enumeration>
|
130
|
+
<xsd:enumeration value="USER_ROLE_EDITOR">
|
131
|
+
<xsd:annotation>
|
132
|
+
<xsd:documentation>USER_ROLE_EDITOR</xsd:documentation>
|
133
|
+
</xsd:annotation>
|
134
|
+
</xsd:enumeration>
|
135
|
+
<xsd:enumeration value="USER_ROLE_APPLICATION_EDITOR">
|
136
|
+
<xsd:annotation>
|
137
|
+
<xsd:documentation>USER_ROLE_APPLICATION_EDITOR</xsd:documentation>
|
138
|
+
</xsd:annotation>
|
139
|
+
</xsd:enumeration>
|
140
|
+
<xsd:enumeration value="USER_ROLE_CERTIFICATE_MANAGER">
|
141
|
+
<xsd:annotation>
|
142
|
+
<xsd:documentation>USER_ROLE_CERTIFICATE_MANAGER</xsd:documentation>
|
143
|
+
</xsd:annotation>
|
144
|
+
</xsd:enumeration>
|
145
|
+
<xsd:enumeration value="USER_ROLE_USER_MANAGER">
|
146
|
+
<xsd:annotation>
|
147
|
+
<xsd:documentation>USER_ROLE_USER_MANAGER</xsd:documentation>
|
148
|
+
</xsd:annotation>
|
149
|
+
</xsd:enumeration>
|
150
|
+
<xsd:enumeration value="USER_ROLE_RESOURCE_ADMINISTRATOR">
|
151
|
+
<xsd:annotation>
|
152
|
+
<xsd:documentation>USER_ROLE_RESOURCE_ADMINISTRATOR</xsd:documentation>
|
153
|
+
</xsd:annotation>
|
154
|
+
</xsd:enumeration>
|
155
|
+
<xsd:enumeration value="USER_ROLE_ASM_EDITOR">
|
156
|
+
<xsd:annotation>
|
157
|
+
<xsd:documentation>USER_ROLE_ASM_EDITOR</xsd:documentation>
|
158
|
+
</xsd:annotation>
|
159
|
+
</xsd:enumeration>
|
160
|
+
<xsd:enumeration value="USER_ROLE_ADVANCED_OPERATOR">
|
161
|
+
<xsd:annotation>
|
162
|
+
<xsd:documentation>USER_ROLE_ADVANCED_OPERATOR</xsd:documentation>
|
163
|
+
</xsd:annotation>
|
164
|
+
</xsd:enumeration>
|
165
|
+
<xsd:enumeration value="USER_ROLE_AUDITOR">
|
166
|
+
<xsd:annotation>
|
167
|
+
<xsd:documentation>USER_ROLE_AUDITOR</xsd:documentation>
|
168
|
+
</xsd:annotation>
|
169
|
+
</xsd:enumeration>
|
170
|
+
<xsd:enumeration value="USER_ROLE_ACCELERATION_POLICY_EDITOR">
|
171
|
+
<xsd:annotation>
|
172
|
+
<xsd:documentation>USER_ROLE_ACCELERATION_POLICY_EDITOR</xsd:documentation>
|
173
|
+
</xsd:annotation>
|
174
|
+
</xsd:enumeration>
|
175
|
+
<xsd:enumeration value="USER_ROLE_IRULE_MANAGER">
|
176
|
+
<xsd:annotation>
|
177
|
+
<xsd:documentation>USER_ROLE_IRULE_MANAGER</xsd:documentation>
|
178
|
+
</xsd:annotation>
|
179
|
+
</xsd:enumeration>
|
180
|
+
<xsd:enumeration value="USER_ROLE_FIREWALL_MANAGER">
|
181
|
+
<xsd:annotation>
|
182
|
+
<xsd:documentation>USER_ROLE_FIREWALL_MANAGER</xsd:documentation>
|
183
|
+
</xsd:annotation>
|
184
|
+
</xsd:enumeration>
|
185
|
+
</xsd:restriction>
|
186
|
+
</xsd:simpleType>
|
187
|
+
<xsd:complexType name="Management.UserManagement.UserPermission">
|
188
|
+
<xsd:sequence>
|
189
|
+
<xsd:element name="role" type="tns:Management.UserManagement.UserRole"/>
|
190
|
+
<xsd:element name="partition" type="xsd:string"/>
|
191
|
+
</xsd:sequence>
|
192
|
+
</xsd:complexType>
|
193
|
+
<xsd:complexType name="Management.UserManagement.UserID">
|
194
|
+
<xsd:sequence>
|
195
|
+
<xsd:element name="name" type="xsd:string"/>
|
196
|
+
<xsd:element name="full_name" type="xsd:string"/>
|
197
|
+
</xsd:sequence>
|
198
|
+
</xsd:complexType>
|
199
|
+
<xsd:complexType name="Management.UserManagement.UserInfo2">
|
200
|
+
<xsd:sequence>
|
201
|
+
<xsd:element name="user" type="tns:Management.UserManagement.UserID"/>
|
202
|
+
<xsd:element name="role" type="tns:Management.UserManagement.UserRole"/>
|
203
|
+
<xsd:element name="password" type="tns:Management.UserManagement.PasswordInfo"/>
|
204
|
+
<xsd:element name="home_directory" type="xsd:string"/>
|
205
|
+
<xsd:element name="login_shell" type="xsd:string"/>
|
206
|
+
<xsd:element name="user_id" type="xsd:long"/>
|
207
|
+
<xsd:element name="group_id" type="xsd:long"/>
|
208
|
+
</xsd:sequence>
|
209
|
+
</xsd:complexType>
|
210
|
+
<xsd:complexType name="Management.UserManagement.UserInfo2Sequence">
|
211
|
+
<xsd:complexContent>
|
212
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
213
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserInfo2[]'/>
|
214
|
+
</xsd:restriction>
|
215
|
+
</xsd:complexContent>
|
216
|
+
</xsd:complexType>
|
217
|
+
<xsd:simpleType name="Common.AuthenticationMethod">
|
218
|
+
<xsd:restriction base="xsd:string">
|
219
|
+
<xsd:enumeration value="AUTHENTICATION_METHOD_LOCAL">
|
220
|
+
<xsd:annotation>
|
221
|
+
<xsd:documentation>AUTHENTICATION_METHOD_LOCAL</xsd:documentation>
|
222
|
+
</xsd:annotation>
|
223
|
+
</xsd:enumeration>
|
224
|
+
<xsd:enumeration value="AUTHENTICATION_METHOD_LDAP">
|
225
|
+
<xsd:annotation>
|
226
|
+
<xsd:documentation>AUTHENTICATION_METHOD_LDAP</xsd:documentation>
|
227
|
+
</xsd:annotation>
|
228
|
+
</xsd:enumeration>
|
229
|
+
<xsd:enumeration value="AUTHENTICATION_METHOD_ACTIVE_DIRECTORY">
|
230
|
+
<xsd:annotation>
|
231
|
+
<xsd:documentation>AUTHENTICATION_METHOD_ACTIVE_DIRECTORY</xsd:documentation>
|
232
|
+
</xsd:annotation>
|
233
|
+
</xsd:enumeration>
|
234
|
+
<xsd:enumeration value="AUTHENTICATION_METHOD_RADIUS">
|
235
|
+
<xsd:annotation>
|
236
|
+
<xsd:documentation>AUTHENTICATION_METHOD_RADIUS</xsd:documentation>
|
237
|
+
</xsd:annotation>
|
238
|
+
</xsd:enumeration>
|
239
|
+
<xsd:enumeration value="AUTHENTICATION_METHOD_TACACS">
|
240
|
+
<xsd:annotation>
|
241
|
+
<xsd:documentation>AUTHENTICATION_METHOD_TACACS</xsd:documentation>
|
242
|
+
</xsd:annotation>
|
243
|
+
</xsd:enumeration>
|
244
|
+
</xsd:restriction>
|
245
|
+
</xsd:simpleType>
|
246
|
+
<xsd:complexType name="Management.UserManagement.UserPermissionSequence">
|
247
|
+
<xsd:complexContent>
|
248
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
249
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserPermission[]'/>
|
250
|
+
</xsd:restriction>
|
251
|
+
</xsd:complexContent>
|
252
|
+
</xsd:complexType>
|
253
|
+
<xsd:complexType name="Management.UserManagement.PasswordInfoSequence">
|
254
|
+
<xsd:complexContent>
|
255
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
256
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.PasswordInfo[]'/>
|
257
|
+
</xsd:restriction>
|
258
|
+
</xsd:complexContent>
|
259
|
+
</xsd:complexType>
|
260
|
+
<xsd:complexType name="Management.UserManagement.UserIDSequence">
|
261
|
+
<xsd:complexContent>
|
262
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
263
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.UserManagement.UserID[]'/>
|
264
|
+
</xsd:restriction>
|
265
|
+
</xsd:complexContent>
|
266
|
+
</xsd:complexType>
|
267
|
+
</xsd:schema>
|
268
|
+
</types>
|
269
|
+
|
270
|
+
<!-- message -->
|
271
|
+
|
272
|
+
<message name="Management.UserManagement.get_listRequest">
|
273
|
+
</message>
|
274
|
+
<message name="Management.UserManagement.get_listResponse">
|
275
|
+
<part name="return" type="tns:Management.UserManagement.UserIDSequence"/>
|
276
|
+
</message>
|
277
|
+
|
278
|
+
<message name="Management.UserManagement.create_userRequest">
|
279
|
+
<part name="users" type="tns:Management.UserManagement.UserInfoSequence"/>
|
280
|
+
</message>
|
281
|
+
<message name="Management.UserManagement.create_userResponse">
|
282
|
+
</message>
|
283
|
+
|
284
|
+
<message name="Management.UserManagement.create_user_2Request">
|
285
|
+
<part name="users" type="tns:Management.UserManagement.UserInfo2Sequence"/>
|
286
|
+
</message>
|
287
|
+
<message name="Management.UserManagement.create_user_2Response">
|
288
|
+
</message>
|
289
|
+
|
290
|
+
<message name="Management.UserManagement.create_user_3Request">
|
291
|
+
<part name="users" type="tns:Management.UserManagement.UserInfo3Sequence"/>
|
292
|
+
</message>
|
293
|
+
<message name="Management.UserManagement.create_user_3Response">
|
294
|
+
</message>
|
295
|
+
|
296
|
+
<message name="Management.UserManagement.delete_userRequest">
|
297
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
298
|
+
</message>
|
299
|
+
<message name="Management.UserManagement.delete_userResponse">
|
300
|
+
</message>
|
301
|
+
|
302
|
+
<message name="Management.UserManagement.change_passwordRequest">
|
303
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
304
|
+
<part name="passwords" type="tns:Common.StringSequence"/>
|
305
|
+
</message>
|
306
|
+
<message name="Management.UserManagement.change_passwordResponse">
|
307
|
+
</message>
|
308
|
+
|
309
|
+
<message name="Management.UserManagement.change_password_2Request">
|
310
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
311
|
+
<part name="passwords" type="tns:Management.UserManagement.PasswordInfoSequence"/>
|
312
|
+
</message>
|
313
|
+
<message name="Management.UserManagement.change_password_2Response">
|
314
|
+
</message>
|
315
|
+
|
316
|
+
<message name="Management.UserManagement.get_encrypted_passwordRequest">
|
317
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
318
|
+
</message>
|
319
|
+
<message name="Management.UserManagement.get_encrypted_passwordResponse">
|
320
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
321
|
+
</message>
|
322
|
+
|
323
|
+
<message name="Management.UserManagement.get_roleRequest">
|
324
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
325
|
+
</message>
|
326
|
+
<message name="Management.UserManagement.get_roleResponse">
|
327
|
+
<part name="return" type="tns:Management.UserManagement.UserRoleSequence"/>
|
328
|
+
</message>
|
329
|
+
|
330
|
+
<message name="Management.UserManagement.set_roleRequest">
|
331
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
332
|
+
<part name="roles" type="tns:Management.UserManagement.UserRoleSequence"/>
|
333
|
+
</message>
|
334
|
+
<message name="Management.UserManagement.set_roleResponse">
|
335
|
+
</message>
|
336
|
+
|
337
|
+
<message name="Management.UserManagement.get_home_directoryRequest">
|
338
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
339
|
+
</message>
|
340
|
+
<message name="Management.UserManagement.get_home_directoryResponse">
|
341
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
342
|
+
</message>
|
343
|
+
|
344
|
+
<message name="Management.UserManagement.set_home_directoryRequest">
|
345
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
346
|
+
<part name="directories" type="tns:Common.StringSequence"/>
|
347
|
+
</message>
|
348
|
+
<message name="Management.UserManagement.set_home_directoryResponse">
|
349
|
+
</message>
|
350
|
+
|
351
|
+
<message name="Management.UserManagement.get_login_shellRequest">
|
352
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
353
|
+
</message>
|
354
|
+
<message name="Management.UserManagement.get_login_shellResponse">
|
355
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
356
|
+
</message>
|
357
|
+
|
358
|
+
<message name="Management.UserManagement.set_login_shellRequest">
|
359
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
360
|
+
<part name="shells" type="tns:Common.StringSequence"/>
|
361
|
+
</message>
|
362
|
+
<message name="Management.UserManagement.set_login_shellResponse">
|
363
|
+
</message>
|
364
|
+
|
365
|
+
<message name="Management.UserManagement.get_user_idRequest">
|
366
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
367
|
+
</message>
|
368
|
+
<message name="Management.UserManagement.get_user_idResponse">
|
369
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
370
|
+
</message>
|
371
|
+
|
372
|
+
<message name="Management.UserManagement.set_user_idRequest">
|
373
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
374
|
+
<part name="uids" type="tns:Common.ULongSequence"/>
|
375
|
+
</message>
|
376
|
+
<message name="Management.UserManagement.set_user_idResponse">
|
377
|
+
</message>
|
378
|
+
|
379
|
+
<message name="Management.UserManagement.get_group_idRequest">
|
380
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
381
|
+
</message>
|
382
|
+
<message name="Management.UserManagement.get_group_idResponse">
|
383
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
384
|
+
</message>
|
385
|
+
|
386
|
+
<message name="Management.UserManagement.set_group_idRequest">
|
387
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
388
|
+
<part name="gids" type="tns:Common.ULongSequence"/>
|
389
|
+
</message>
|
390
|
+
<message name="Management.UserManagement.set_group_idResponse">
|
391
|
+
</message>
|
392
|
+
|
393
|
+
<message name="Management.UserManagement.set_authentication_methodRequest">
|
394
|
+
<part name="auth_method" type="tns:Common.AuthenticationMethod"/>
|
395
|
+
</message>
|
396
|
+
<message name="Management.UserManagement.set_authentication_methodResponse">
|
397
|
+
</message>
|
398
|
+
|
399
|
+
<message name="Management.UserManagement.get_authentication_methodRequest">
|
400
|
+
</message>
|
401
|
+
<message name="Management.UserManagement.get_authentication_methodResponse">
|
402
|
+
<part name="return" type="tns:Common.AuthenticationMethod"/>
|
403
|
+
</message>
|
404
|
+
|
405
|
+
<message name="Management.UserManagement.get_fullnameRequest">
|
406
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
407
|
+
</message>
|
408
|
+
<message name="Management.UserManagement.get_fullnameResponse">
|
409
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
410
|
+
</message>
|
411
|
+
|
412
|
+
<message name="Management.UserManagement.set_fullnameRequest">
|
413
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
414
|
+
<part name="fullnames" type="tns:Common.StringSequence"/>
|
415
|
+
</message>
|
416
|
+
<message name="Management.UserManagement.set_fullnameResponse">
|
417
|
+
</message>
|
418
|
+
|
419
|
+
<message name="Management.UserManagement.set_descriptionRequest">
|
420
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
421
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
422
|
+
</message>
|
423
|
+
<message name="Management.UserManagement.set_descriptionResponse">
|
424
|
+
</message>
|
425
|
+
|
426
|
+
<message name="Management.UserManagement.get_descriptionRequest">
|
427
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
428
|
+
</message>
|
429
|
+
<message name="Management.UserManagement.get_descriptionResponse">
|
430
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
431
|
+
</message>
|
432
|
+
|
433
|
+
<message name="Management.UserManagement.get_default_roleRequest">
|
434
|
+
</message>
|
435
|
+
<message name="Management.UserManagement.get_default_roleResponse">
|
436
|
+
<part name="return" type="tns:Management.UserManagement.UserRole"/>
|
437
|
+
</message>
|
438
|
+
|
439
|
+
<message name="Management.UserManagement.set_default_roleRequest">
|
440
|
+
<part name="role" type="tns:Management.UserManagement.UserRole"/>
|
441
|
+
</message>
|
442
|
+
<message name="Management.UserManagement.set_default_roleResponse">
|
443
|
+
</message>
|
444
|
+
|
445
|
+
<message name="Management.UserManagement.get_default_partitionRequest">
|
446
|
+
</message>
|
447
|
+
<message name="Management.UserManagement.get_default_partitionResponse">
|
448
|
+
<part name="return" type="xsd:string"/>
|
449
|
+
</message>
|
450
|
+
|
451
|
+
<message name="Management.UserManagement.set_default_partitionRequest">
|
452
|
+
<part name="partition" type="xsd:string"/>
|
453
|
+
</message>
|
454
|
+
<message name="Management.UserManagement.set_default_partitionResponse">
|
455
|
+
</message>
|
456
|
+
|
457
|
+
<message name="Management.UserManagement.get_remote_console_accessRequest">
|
458
|
+
</message>
|
459
|
+
<message name="Management.UserManagement.get_remote_console_accessResponse">
|
460
|
+
<part name="return" type="xsd:boolean"/>
|
461
|
+
</message>
|
462
|
+
|
463
|
+
<message name="Management.UserManagement.set_remote_console_accessRequest">
|
464
|
+
<part name="enabled" type="xsd:boolean"/>
|
465
|
+
</message>
|
466
|
+
<message name="Management.UserManagement.set_remote_console_accessResponse">
|
467
|
+
</message>
|
468
|
+
|
469
|
+
<message name="Management.UserManagement.get_home_partitionRequest">
|
470
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
471
|
+
</message>
|
472
|
+
<message name="Management.UserManagement.get_home_partitionResponse">
|
473
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
474
|
+
</message>
|
475
|
+
|
476
|
+
<message name="Management.UserManagement.get_user_permissionRequest">
|
477
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
478
|
+
</message>
|
479
|
+
<message name="Management.UserManagement.get_user_permissionResponse">
|
480
|
+
<part name="return" type="tns:Management.UserManagement.UserPermissionSequenceSequence"/>
|
481
|
+
</message>
|
482
|
+
|
483
|
+
<message name="Management.UserManagement.set_user_permissionRequest">
|
484
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
485
|
+
<part name="permissions" type="tns:Management.UserManagement.UserPermissionSequenceSequence"/>
|
486
|
+
</message>
|
487
|
+
<message name="Management.UserManagement.set_user_permissionResponse">
|
488
|
+
</message>
|
489
|
+
|
490
|
+
<message name="Management.UserManagement.get_my_permissionRequest">
|
491
|
+
</message>
|
492
|
+
<message name="Management.UserManagement.get_my_permissionResponse">
|
493
|
+
<part name="return" type="tns:Management.UserManagement.UserPermissionSequence"/>
|
494
|
+
</message>
|
495
|
+
|
496
|
+
<message name="Management.UserManagement.change_my_passwordRequest">
|
497
|
+
<part name="password" type="tns:Management.UserManagement.PasswordInfo"/>
|
498
|
+
</message>
|
499
|
+
<message name="Management.UserManagement.change_my_passwordResponse">
|
500
|
+
</message>
|
501
|
+
|
502
|
+
<message name="Management.UserManagement.is_locked_outRequest">
|
503
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
504
|
+
</message>
|
505
|
+
<message name="Management.UserManagement.is_locked_outResponse">
|
506
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
507
|
+
</message>
|
508
|
+
|
509
|
+
<message name="Management.UserManagement.reset_locked_outRequest">
|
510
|
+
<part name="user_names" type="tns:Common.StringSequence"/>
|
511
|
+
</message>
|
512
|
+
<message name="Management.UserManagement.reset_locked_outResponse">
|
513
|
+
</message>
|
514
|
+
|
515
|
+
<message name="Management.UserManagement.get_versionRequest">
|
516
|
+
</message>
|
517
|
+
<message name="Management.UserManagement.get_versionResponse">
|
518
|
+
<part name="return" type="xsd:string"/>
|
519
|
+
</message>
|
520
|
+
|
521
|
+
<!-- portType -->
|
522
|
+
|
523
|
+
<portType name="Management.UserManagementPortType">
|
524
|
+
<operation name="get_list">
|
525
|
+
<documentation>
|
526
|
+
List all users.
|
527
|
+
|
528
|
+
</documentation>
|
529
|
+
<input message="tns:Management.UserManagement.get_listRequest"/>
|
530
|
+
<output message="tns:Management.UserManagement.get_listResponse"/>
|
531
|
+
</operation>
|
532
|
+
<operation name="create_user">
|
533
|
+
<documentation>
|
534
|
+
Note: this method is deprecated; please use create_user_3 and associated data.
|
535
|
+
(home directory, user id, and group id are now computed by the system, and
|
536
|
+
there is now a choice of whether the password is encrypted)
|
537
|
+
|
538
|
+
Create the specified new users.
|
539
|
+
|
540
|
+
Note: as of v10.1.0, this method will silently ignore any
|
541
|
+
of user id, group id, and home directory passed in.
|
542
|
+
|
543
|
+
</documentation>
|
544
|
+
<input message="tns:Management.UserManagement.create_userRequest"/>
|
545
|
+
<output message="tns:Management.UserManagement.create_userResponse"/>
|
546
|
+
</operation>
|
547
|
+
<operation name="create_user_2">
|
548
|
+
<documentation>
|
549
|
+
Note: this method is deprecated; please use create_user_3 and associated data.
|
550
|
+
(home directory, user id, and group id are now computed by the system)
|
551
|
+
|
552
|
+
Create the specified new users.
|
553
|
+
|
554
|
+
Note: as of v10.1.0, this method will silently ignore any
|
555
|
+
of user id, group id, and home directory passed in.
|
556
|
+
|
557
|
+
</documentation>
|
558
|
+
<input message="tns:Management.UserManagement.create_user_2Request"/>
|
559
|
+
<output message="tns:Management.UserManagement.create_user_2Response"/>
|
560
|
+
</operation>
|
561
|
+
<operation name="create_user_3">
|
562
|
+
<documentation>
|
563
|
+
Create the specified new users.
|
564
|
+
|
565
|
+
</documentation>
|
566
|
+
<input message="tns:Management.UserManagement.create_user_3Request"/>
|
567
|
+
<output message="tns:Management.UserManagement.create_user_3Response"/>
|
568
|
+
</operation>
|
569
|
+
<operation name="delete_user">
|
570
|
+
<documentation>
|
571
|
+
Delete the specified users.
|
572
|
+
|
573
|
+
</documentation>
|
574
|
+
<input message="tns:Management.UserManagement.delete_userRequest"/>
|
575
|
+
<output message="tns:Management.UserManagement.delete_userResponse"/>
|
576
|
+
</operation>
|
577
|
+
<operation name="change_password">
|
578
|
+
<documentation>
|
579
|
+
Change the user's password.
|
580
|
+
|
581
|
+
</documentation>
|
582
|
+
<input message="tns:Management.UserManagement.change_passwordRequest"/>
|
583
|
+
<output message="tns:Management.UserManagement.change_passwordResponse"/>
|
584
|
+
</operation>
|
585
|
+
<operation name="change_password_2">
|
586
|
+
<documentation>
|
587
|
+
Change the user's password.
|
588
|
+
|
589
|
+
</documentation>
|
590
|
+
<input message="tns:Management.UserManagement.change_password_2Request"/>
|
591
|
+
<output message="tns:Management.UserManagement.change_password_2Response"/>
|
592
|
+
</operation>
|
593
|
+
<operation name="get_encrypted_password">
|
594
|
+
<documentation>
|
595
|
+
Gets the encrypted passwords of the specified users.
|
596
|
+
|
597
|
+
</documentation>
|
598
|
+
<input message="tns:Management.UserManagement.get_encrypted_passwordRequest"/>
|
599
|
+
<output message="tns:Management.UserManagement.get_encrypted_passwordResponse"/>
|
600
|
+
</operation>
|
601
|
+
<operation name="get_role">
|
602
|
+
<documentation>
|
603
|
+
This method is now deprecated. Please use get_user_permission in
|
604
|
+
its stead, which uses a larger concept of user roles.
|
605
|
+
|
606
|
+
Gets the roles of the specified users.
|
607
|
+
|
608
|
+
</documentation>
|
609
|
+
<input message="tns:Management.UserManagement.get_roleRequest"/>
|
610
|
+
<output message="tns:Management.UserManagement.get_roleResponse"/>
|
611
|
+
</operation>
|
612
|
+
<operation name="set_role">
|
613
|
+
<documentation>
|
614
|
+
This method is now deprecated. Please use set_user_permission in
|
615
|
+
its stead, which uses a larger concept of user roles.
|
616
|
+
|
617
|
+
Change the user's role.
|
618
|
+
|
619
|
+
</documentation>
|
620
|
+
<input message="tns:Management.UserManagement.set_roleRequest"/>
|
621
|
+
<output message="tns:Management.UserManagement.set_roleResponse"/>
|
622
|
+
</operation>
|
623
|
+
<operation name="get_home_directory">
|
624
|
+
<documentation>
|
625
|
+
Get the default home directories for the given usernames.
|
626
|
+
|
627
|
+
</documentation>
|
628
|
+
<input message="tns:Management.UserManagement.get_home_directoryRequest"/>
|
629
|
+
<output message="tns:Management.UserManagement.get_home_directoryResponse"/>
|
630
|
+
</operation>
|
631
|
+
<operation name="set_home_directory">
|
632
|
+
<documentation>
|
633
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
634
|
+
|
635
|
+
Sets the home directories for the specified users.
|
636
|
+
|
637
|
+
</documentation>
|
638
|
+
<input message="tns:Management.UserManagement.set_home_directoryRequest"/>
|
639
|
+
<output message="tns:Management.UserManagement.set_home_directoryResponse"/>
|
640
|
+
</operation>
|
641
|
+
<operation name="get_login_shell">
|
642
|
+
<documentation>
|
643
|
+
Get the login shells for the given usernames.
|
644
|
+
|
645
|
+
</documentation>
|
646
|
+
<input message="tns:Management.UserManagement.get_login_shellRequest"/>
|
647
|
+
<output message="tns:Management.UserManagement.get_login_shellResponse"/>
|
648
|
+
</operation>
|
649
|
+
<operation name="set_login_shell">
|
650
|
+
<documentation>
|
651
|
+
Sets the login shells for the specified users.
|
652
|
+
|
653
|
+
</documentation>
|
654
|
+
<input message="tns:Management.UserManagement.set_login_shellRequest"/>
|
655
|
+
<output message="tns:Management.UserManagement.set_login_shellResponse"/>
|
656
|
+
</operation>
|
657
|
+
<operation name="get_user_id">
|
658
|
+
<documentation>
|
659
|
+
Get the User IDs for the given usernames.
|
660
|
+
|
661
|
+
</documentation>
|
662
|
+
<input message="tns:Management.UserManagement.get_user_idRequest"/>
|
663
|
+
<output message="tns:Management.UserManagement.get_user_idResponse"/>
|
664
|
+
</operation>
|
665
|
+
<operation name="set_user_id">
|
666
|
+
<documentation>
|
667
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
668
|
+
|
669
|
+
Sets the User IDs for the specified users.
|
670
|
+
|
671
|
+
</documentation>
|
672
|
+
<input message="tns:Management.UserManagement.set_user_idRequest"/>
|
673
|
+
<output message="tns:Management.UserManagement.set_user_idResponse"/>
|
674
|
+
</operation>
|
675
|
+
<operation name="get_group_id">
|
676
|
+
<documentation>
|
677
|
+
Get the Group IDs for the given usernames.
|
678
|
+
|
679
|
+
</documentation>
|
680
|
+
<input message="tns:Management.UserManagement.get_group_idRequest"/>
|
681
|
+
<output message="tns:Management.UserManagement.get_group_idResponse"/>
|
682
|
+
</operation>
|
683
|
+
<operation name="set_group_id">
|
684
|
+
<documentation>
|
685
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
686
|
+
|
687
|
+
Sets the Group IDs for the specified users.
|
688
|
+
|
689
|
+
</documentation>
|
690
|
+
<input message="tns:Management.UserManagement.set_group_idRequest"/>
|
691
|
+
<output message="tns:Management.UserManagement.set_group_idResponse"/>
|
692
|
+
</operation>
|
693
|
+
<operation name="set_authentication_method">
|
694
|
+
<documentation>
|
695
|
+
Sets the authentication method that the system will use to authenticate users.
|
696
|
+
|
697
|
+
</documentation>
|
698
|
+
<input message="tns:Management.UserManagement.set_authentication_methodRequest"/>
|
699
|
+
<output message="tns:Management.UserManagement.set_authentication_methodResponse"/>
|
700
|
+
</operation>
|
701
|
+
<operation name="get_authentication_method">
|
702
|
+
<documentation>
|
703
|
+
Get the authentication method that the system will use to authenticate users.
|
704
|
+
|
705
|
+
</documentation>
|
706
|
+
<input message="tns:Management.UserManagement.get_authentication_methodRequest"/>
|
707
|
+
<output message="tns:Management.UserManagement.get_authentication_methodResponse"/>
|
708
|
+
</operation>
|
709
|
+
<operation name="get_fullname">
|
710
|
+
<documentation>
|
711
|
+
Get the full names for the given users.
|
712
|
+
|
713
|
+
</documentation>
|
714
|
+
<input message="tns:Management.UserManagement.get_fullnameRequest"/>
|
715
|
+
<output message="tns:Management.UserManagement.get_fullnameResponse"/>
|
716
|
+
</operation>
|
717
|
+
<operation name="set_fullname">
|
718
|
+
<documentation>
|
719
|
+
Sets the full names for the specified users.
|
720
|
+
|
721
|
+
</documentation>
|
722
|
+
<input message="tns:Management.UserManagement.set_fullnameRequest"/>
|
723
|
+
<output message="tns:Management.UserManagement.set_fullnameResponse"/>
|
724
|
+
</operation>
|
725
|
+
<operation name="set_description">
|
726
|
+
<documentation>
|
727
|
+
Sets the description for a set of users.
|
728
|
+
|
729
|
+
This is an arbitrary field which can be used for any purpose.
|
730
|
+
|
731
|
+
</documentation>
|
732
|
+
<input message="tns:Management.UserManagement.set_descriptionRequest"/>
|
733
|
+
<output message="tns:Management.UserManagement.set_descriptionResponse"/>
|
734
|
+
</operation>
|
735
|
+
<operation name="get_description">
|
736
|
+
<documentation>
|
737
|
+
Gets the descriptions for a set of users.
|
738
|
+
|
739
|
+
</documentation>
|
740
|
+
<input message="tns:Management.UserManagement.get_descriptionRequest"/>
|
741
|
+
<output message="tns:Management.UserManagement.get_descriptionResponse"/>
|
742
|
+
</operation>
|
743
|
+
<operation name="get_default_role">
|
744
|
+
<documentation>
|
745
|
+
Get the default user role for the device.
|
746
|
+
|
747
|
+
</documentation>
|
748
|
+
<input message="tns:Management.UserManagement.get_default_roleRequest"/>
|
749
|
+
<output message="tns:Management.UserManagement.get_default_roleResponse"/>
|
750
|
+
</operation>
|
751
|
+
<operation name="set_default_role">
|
752
|
+
<documentation>
|
753
|
+
Sets the default user role for the device if the user does not have an explicit role.
|
754
|
+
|
755
|
+
</documentation>
|
756
|
+
<input message="tns:Management.UserManagement.set_default_roleRequest"/>
|
757
|
+
<output message="tns:Management.UserManagement.set_default_roleResponse"/>
|
758
|
+
</operation>
|
759
|
+
<operation name="get_default_partition">
|
760
|
+
<documentation>
|
761
|
+
Get the default user partition for the device.
|
762
|
+
|
763
|
+
</documentation>
|
764
|
+
<input message="tns:Management.UserManagement.get_default_partitionRequest"/>
|
765
|
+
<output message="tns:Management.UserManagement.get_default_partitionResponse"/>
|
766
|
+
</operation>
|
767
|
+
<operation name="set_default_partition">
|
768
|
+
<documentation>
|
769
|
+
Sets the default user partition for the device if the user does not have an explicit partition.
|
770
|
+
|
771
|
+
</documentation>
|
772
|
+
<input message="tns:Management.UserManagement.set_default_partitionRequest"/>
|
773
|
+
<output message="tns:Management.UserManagement.set_default_partitionResponse"/>
|
774
|
+
</operation>
|
775
|
+
<operation name="get_remote_console_access">
|
776
|
+
<documentation>
|
777
|
+
Get the user remote console access for the device.
|
778
|
+
|
779
|
+
</documentation>
|
780
|
+
<input message="tns:Management.UserManagement.get_remote_console_accessRequest"/>
|
781
|
+
<output message="tns:Management.UserManagement.get_remote_console_accessResponse"/>
|
782
|
+
</operation>
|
783
|
+
<operation name="set_remote_console_access">
|
784
|
+
<documentation>
|
785
|
+
Sets the user remote console access for the device if the user does not have an explicit remote console access.
|
786
|
+
|
787
|
+
</documentation>
|
788
|
+
<input message="tns:Management.UserManagement.set_remote_console_accessRequest"/>
|
789
|
+
<output message="tns:Management.UserManagement.set_remote_console_accessResponse"/>
|
790
|
+
</operation>
|
791
|
+
<operation name="get_home_partition">
|
792
|
+
<documentation>
|
793
|
+
Gets the home partitions of the specified users. This
|
794
|
+
method gets the partition the user is defined in, rather
|
795
|
+
than the partition a user may have a role in.
|
796
|
+
|
797
|
+
</documentation>
|
798
|
+
<input message="tns:Management.UserManagement.get_home_partitionRequest"/>
|
799
|
+
<output message="tns:Management.UserManagement.get_home_partitionResponse"/>
|
800
|
+
</operation>
|
801
|
+
<operation name="get_user_permission">
|
802
|
+
<documentation>
|
803
|
+
Gets the permissions of the specified users. The permission basically
|
804
|
+
indicates what role a user has on a given partition. A user could have
|
805
|
+
one role on a partition, and a different role on another partition, hence
|
806
|
+
the return list is a sequence of sequence.
|
807
|
+
|
808
|
+
</documentation>
|
809
|
+
<input message="tns:Management.UserManagement.get_user_permissionRequest"/>
|
810
|
+
<output message="tns:Management.UserManagement.get_user_permissionResponse"/>
|
811
|
+
</operation>
|
812
|
+
<operation name="set_user_permission">
|
813
|
+
<documentation>
|
814
|
+
Sets the permissions of the specified users. The permission basically
|
815
|
+
indicates what role a user has on a given partition. A user could have
|
816
|
+
one role on a partition, and a different role on another partition, hence
|
817
|
+
the permission list is a sequence of sequence.
|
818
|
+
|
819
|
+
</documentation>
|
820
|
+
<input message="tns:Management.UserManagement.set_user_permissionRequest"/>
|
821
|
+
<output message="tns:Management.UserManagement.set_user_permissionResponse"/>
|
822
|
+
</operation>
|
823
|
+
<operation name="get_my_permission">
|
824
|
+
<documentation>
|
825
|
+
Gets the credentials of the user making the request. This
|
826
|
+
is useful in getting your own permission information
|
827
|
+
(regardless of which partitions you may otherwise
|
828
|
+
read). The results indicate what role you have on a what
|
829
|
+
partitions.
|
830
|
+
|
831
|
+
</documentation>
|
832
|
+
<input message="tns:Management.UserManagement.get_my_permissionRequest"/>
|
833
|
+
<output message="tns:Management.UserManagement.get_my_permissionResponse"/>
|
834
|
+
</operation>
|
835
|
+
<operation name="change_my_password">
|
836
|
+
<documentation>
|
837
|
+
Change the password of the user making the request.
|
838
|
+
|
839
|
+
</documentation>
|
840
|
+
<input message="tns:Management.UserManagement.change_my_passwordRequest"/>
|
841
|
+
<output message="tns:Management.UserManagement.change_my_passwordResponse"/>
|
842
|
+
</operation>
|
843
|
+
<operation name="is_locked_out">
|
844
|
+
<documentation>
|
845
|
+
Checks to see if a user is locked out due to exceeding the maximum number of
|
846
|
+
allowed login failures. Return whether the user is locked out.
|
847
|
+
|
848
|
+
</documentation>
|
849
|
+
<input message="tns:Management.UserManagement.is_locked_outRequest"/>
|
850
|
+
<output message="tns:Management.UserManagement.is_locked_outResponse"/>
|
851
|
+
</operation>
|
852
|
+
<operation name="reset_locked_out">
|
853
|
+
<documentation>
|
854
|
+
Resets the lockout status of a user that has exceeded the maximum number of
|
855
|
+
allowed login failures.
|
856
|
+
Unlocks all users provided in user_names unless an error occurs where it
|
857
|
+
may unlock up to that user that caused the error.
|
858
|
+
|
859
|
+
</documentation>
|
860
|
+
<input message="tns:Management.UserManagement.reset_locked_outRequest"/>
|
861
|
+
<output message="tns:Management.UserManagement.reset_locked_outResponse"/>
|
862
|
+
</operation>
|
863
|
+
<operation name="get_version">
|
864
|
+
<documentation>
|
865
|
+
Gets the version information for this interface.
|
866
|
+
|
867
|
+
</documentation>
|
868
|
+
<input message="tns:Management.UserManagement.get_versionRequest"/>
|
869
|
+
<output message="tns:Management.UserManagement.get_versionResponse"/>
|
870
|
+
</operation>
|
871
|
+
</portType>
|
872
|
+
|
873
|
+
<!-- binding -->
|
874
|
+
|
875
|
+
<binding name="Management.UserManagementBinding" type="tns:Management.UserManagementPortType">
|
876
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
877
|
+
<operation name="get_list">
|
878
|
+
<documentation>
|
879
|
+
List all users.
|
880
|
+
|
881
|
+
</documentation>
|
882
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
883
|
+
<input>
|
884
|
+
<soap:body
|
885
|
+
use="encoded"
|
886
|
+
namespace="urn:iControl:Management/UserManagement"
|
887
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
888
|
+
</input>
|
889
|
+
<output>
|
890
|
+
<soap:body
|
891
|
+
use="encoded"
|
892
|
+
namespace="urn:iControl:Management/UserManagement"
|
893
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
894
|
+
</output>
|
895
|
+
</operation>
|
896
|
+
|
897
|
+
<operation name="create_user">
|
898
|
+
<documentation>
|
899
|
+
Note: this method is deprecated; please use create_user_3 and associated data.
|
900
|
+
(home directory, user id, and group id are now computed by the system, and
|
901
|
+
there is now a choice of whether the password is encrypted)
|
902
|
+
|
903
|
+
Create the specified new users.
|
904
|
+
|
905
|
+
Note: as of v10.1.0, this method will silently ignore any
|
906
|
+
of user id, group id, and home directory passed in.
|
907
|
+
|
908
|
+
</documentation>
|
909
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
910
|
+
<input>
|
911
|
+
<soap:body
|
912
|
+
use="encoded"
|
913
|
+
namespace="urn:iControl:Management/UserManagement"
|
914
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
915
|
+
</input>
|
916
|
+
<output>
|
917
|
+
<soap:body
|
918
|
+
use="encoded"
|
919
|
+
namespace="urn:iControl:Management/UserManagement"
|
920
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
921
|
+
</output>
|
922
|
+
</operation>
|
923
|
+
|
924
|
+
<operation name="create_user_2">
|
925
|
+
<documentation>
|
926
|
+
Note: this method is deprecated; please use create_user_3 and associated data.
|
927
|
+
(home directory, user id, and group id are now computed by the system)
|
928
|
+
|
929
|
+
Create the specified new users.
|
930
|
+
|
931
|
+
Note: as of v10.1.0, this method will silently ignore any
|
932
|
+
of user id, group id, and home directory passed in.
|
933
|
+
|
934
|
+
</documentation>
|
935
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
936
|
+
<input>
|
937
|
+
<soap:body
|
938
|
+
use="encoded"
|
939
|
+
namespace="urn:iControl:Management/UserManagement"
|
940
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
941
|
+
</input>
|
942
|
+
<output>
|
943
|
+
<soap:body
|
944
|
+
use="encoded"
|
945
|
+
namespace="urn:iControl:Management/UserManagement"
|
946
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
947
|
+
</output>
|
948
|
+
</operation>
|
949
|
+
|
950
|
+
<operation name="create_user_3">
|
951
|
+
<documentation>
|
952
|
+
Create the specified new users.
|
953
|
+
|
954
|
+
</documentation>
|
955
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
956
|
+
<input>
|
957
|
+
<soap:body
|
958
|
+
use="encoded"
|
959
|
+
namespace="urn:iControl:Management/UserManagement"
|
960
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
961
|
+
</input>
|
962
|
+
<output>
|
963
|
+
<soap:body
|
964
|
+
use="encoded"
|
965
|
+
namespace="urn:iControl:Management/UserManagement"
|
966
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
967
|
+
</output>
|
968
|
+
</operation>
|
969
|
+
|
970
|
+
<operation name="delete_user">
|
971
|
+
<documentation>
|
972
|
+
Delete the specified users.
|
973
|
+
|
974
|
+
</documentation>
|
975
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
976
|
+
<input>
|
977
|
+
<soap:body
|
978
|
+
use="encoded"
|
979
|
+
namespace="urn:iControl:Management/UserManagement"
|
980
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
981
|
+
</input>
|
982
|
+
<output>
|
983
|
+
<soap:body
|
984
|
+
use="encoded"
|
985
|
+
namespace="urn:iControl:Management/UserManagement"
|
986
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
987
|
+
</output>
|
988
|
+
</operation>
|
989
|
+
|
990
|
+
<operation name="change_password">
|
991
|
+
<documentation>
|
992
|
+
Change the user's password.
|
993
|
+
|
994
|
+
</documentation>
|
995
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
996
|
+
<input>
|
997
|
+
<soap:body
|
998
|
+
use="encoded"
|
999
|
+
namespace="urn:iControl:Management/UserManagement"
|
1000
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1001
|
+
</input>
|
1002
|
+
<output>
|
1003
|
+
<soap:body
|
1004
|
+
use="encoded"
|
1005
|
+
namespace="urn:iControl:Management/UserManagement"
|
1006
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1007
|
+
</output>
|
1008
|
+
</operation>
|
1009
|
+
|
1010
|
+
<operation name="change_password_2">
|
1011
|
+
<documentation>
|
1012
|
+
Change the user's password.
|
1013
|
+
|
1014
|
+
</documentation>
|
1015
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1016
|
+
<input>
|
1017
|
+
<soap:body
|
1018
|
+
use="encoded"
|
1019
|
+
namespace="urn:iControl:Management/UserManagement"
|
1020
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1021
|
+
</input>
|
1022
|
+
<output>
|
1023
|
+
<soap:body
|
1024
|
+
use="encoded"
|
1025
|
+
namespace="urn:iControl:Management/UserManagement"
|
1026
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1027
|
+
</output>
|
1028
|
+
</operation>
|
1029
|
+
|
1030
|
+
<operation name="get_encrypted_password">
|
1031
|
+
<documentation>
|
1032
|
+
Gets the encrypted passwords of the specified users.
|
1033
|
+
|
1034
|
+
</documentation>
|
1035
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1036
|
+
<input>
|
1037
|
+
<soap:body
|
1038
|
+
use="encoded"
|
1039
|
+
namespace="urn:iControl:Management/UserManagement"
|
1040
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1041
|
+
</input>
|
1042
|
+
<output>
|
1043
|
+
<soap:body
|
1044
|
+
use="encoded"
|
1045
|
+
namespace="urn:iControl:Management/UserManagement"
|
1046
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1047
|
+
</output>
|
1048
|
+
</operation>
|
1049
|
+
|
1050
|
+
<operation name="get_role">
|
1051
|
+
<documentation>
|
1052
|
+
This method is now deprecated. Please use get_user_permission in
|
1053
|
+
its stead, which uses a larger concept of user roles.
|
1054
|
+
|
1055
|
+
Gets the roles of the specified users.
|
1056
|
+
|
1057
|
+
</documentation>
|
1058
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1059
|
+
<input>
|
1060
|
+
<soap:body
|
1061
|
+
use="encoded"
|
1062
|
+
namespace="urn:iControl:Management/UserManagement"
|
1063
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1064
|
+
</input>
|
1065
|
+
<output>
|
1066
|
+
<soap:body
|
1067
|
+
use="encoded"
|
1068
|
+
namespace="urn:iControl:Management/UserManagement"
|
1069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1070
|
+
</output>
|
1071
|
+
</operation>
|
1072
|
+
|
1073
|
+
<operation name="set_role">
|
1074
|
+
<documentation>
|
1075
|
+
This method is now deprecated. Please use set_user_permission in
|
1076
|
+
its stead, which uses a larger concept of user roles.
|
1077
|
+
|
1078
|
+
Change the user's role.
|
1079
|
+
|
1080
|
+
</documentation>
|
1081
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1082
|
+
<input>
|
1083
|
+
<soap:body
|
1084
|
+
use="encoded"
|
1085
|
+
namespace="urn:iControl:Management/UserManagement"
|
1086
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1087
|
+
</input>
|
1088
|
+
<output>
|
1089
|
+
<soap:body
|
1090
|
+
use="encoded"
|
1091
|
+
namespace="urn:iControl:Management/UserManagement"
|
1092
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1093
|
+
</output>
|
1094
|
+
</operation>
|
1095
|
+
|
1096
|
+
<operation name="get_home_directory">
|
1097
|
+
<documentation>
|
1098
|
+
Get the default home directories for the given usernames.
|
1099
|
+
|
1100
|
+
</documentation>
|
1101
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1102
|
+
<input>
|
1103
|
+
<soap:body
|
1104
|
+
use="encoded"
|
1105
|
+
namespace="urn:iControl:Management/UserManagement"
|
1106
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1107
|
+
</input>
|
1108
|
+
<output>
|
1109
|
+
<soap:body
|
1110
|
+
use="encoded"
|
1111
|
+
namespace="urn:iControl:Management/UserManagement"
|
1112
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1113
|
+
</output>
|
1114
|
+
</operation>
|
1115
|
+
|
1116
|
+
<operation name="set_home_directory">
|
1117
|
+
<documentation>
|
1118
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
1119
|
+
|
1120
|
+
Sets the home directories for the specified users.
|
1121
|
+
|
1122
|
+
</documentation>
|
1123
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1124
|
+
<input>
|
1125
|
+
<soap:body
|
1126
|
+
use="encoded"
|
1127
|
+
namespace="urn:iControl:Management/UserManagement"
|
1128
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1129
|
+
</input>
|
1130
|
+
<output>
|
1131
|
+
<soap:body
|
1132
|
+
use="encoded"
|
1133
|
+
namespace="urn:iControl:Management/UserManagement"
|
1134
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1135
|
+
</output>
|
1136
|
+
</operation>
|
1137
|
+
|
1138
|
+
<operation name="get_login_shell">
|
1139
|
+
<documentation>
|
1140
|
+
Get the login shells for the given usernames.
|
1141
|
+
|
1142
|
+
</documentation>
|
1143
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1144
|
+
<input>
|
1145
|
+
<soap:body
|
1146
|
+
use="encoded"
|
1147
|
+
namespace="urn:iControl:Management/UserManagement"
|
1148
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1149
|
+
</input>
|
1150
|
+
<output>
|
1151
|
+
<soap:body
|
1152
|
+
use="encoded"
|
1153
|
+
namespace="urn:iControl:Management/UserManagement"
|
1154
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1155
|
+
</output>
|
1156
|
+
</operation>
|
1157
|
+
|
1158
|
+
<operation name="set_login_shell">
|
1159
|
+
<documentation>
|
1160
|
+
Sets the login shells for the specified users.
|
1161
|
+
|
1162
|
+
</documentation>
|
1163
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1164
|
+
<input>
|
1165
|
+
<soap:body
|
1166
|
+
use="encoded"
|
1167
|
+
namespace="urn:iControl:Management/UserManagement"
|
1168
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1169
|
+
</input>
|
1170
|
+
<output>
|
1171
|
+
<soap:body
|
1172
|
+
use="encoded"
|
1173
|
+
namespace="urn:iControl:Management/UserManagement"
|
1174
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1175
|
+
</output>
|
1176
|
+
</operation>
|
1177
|
+
|
1178
|
+
<operation name="get_user_id">
|
1179
|
+
<documentation>
|
1180
|
+
Get the User IDs for the given usernames.
|
1181
|
+
|
1182
|
+
</documentation>
|
1183
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1184
|
+
<input>
|
1185
|
+
<soap:body
|
1186
|
+
use="encoded"
|
1187
|
+
namespace="urn:iControl:Management/UserManagement"
|
1188
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1189
|
+
</input>
|
1190
|
+
<output>
|
1191
|
+
<soap:body
|
1192
|
+
use="encoded"
|
1193
|
+
namespace="urn:iControl:Management/UserManagement"
|
1194
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1195
|
+
</output>
|
1196
|
+
</operation>
|
1197
|
+
|
1198
|
+
<operation name="set_user_id">
|
1199
|
+
<documentation>
|
1200
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
1201
|
+
|
1202
|
+
Sets the User IDs for the specified users.
|
1203
|
+
|
1204
|
+
</documentation>
|
1205
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1206
|
+
<input>
|
1207
|
+
<soap:body
|
1208
|
+
use="encoded"
|
1209
|
+
namespace="urn:iControl:Management/UserManagement"
|
1210
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1211
|
+
</input>
|
1212
|
+
<output>
|
1213
|
+
<soap:body
|
1214
|
+
use="encoded"
|
1215
|
+
namespace="urn:iControl:Management/UserManagement"
|
1216
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1217
|
+
</output>
|
1218
|
+
</operation>
|
1219
|
+
|
1220
|
+
<operation name="get_group_id">
|
1221
|
+
<documentation>
|
1222
|
+
Get the Group IDs for the given usernames.
|
1223
|
+
|
1224
|
+
</documentation>
|
1225
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1226
|
+
<input>
|
1227
|
+
<soap:body
|
1228
|
+
use="encoded"
|
1229
|
+
namespace="urn:iControl:Management/UserManagement"
|
1230
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1231
|
+
</input>
|
1232
|
+
<output>
|
1233
|
+
<soap:body
|
1234
|
+
use="encoded"
|
1235
|
+
namespace="urn:iControl:Management/UserManagement"
|
1236
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1237
|
+
</output>
|
1238
|
+
</operation>
|
1239
|
+
|
1240
|
+
<operation name="set_group_id">
|
1241
|
+
<documentation>
|
1242
|
+
This method is deprecated, as the operation is not allowed (and will return an error).
|
1243
|
+
|
1244
|
+
Sets the Group IDs for the specified users.
|
1245
|
+
|
1246
|
+
</documentation>
|
1247
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1248
|
+
<input>
|
1249
|
+
<soap:body
|
1250
|
+
use="encoded"
|
1251
|
+
namespace="urn:iControl:Management/UserManagement"
|
1252
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1253
|
+
</input>
|
1254
|
+
<output>
|
1255
|
+
<soap:body
|
1256
|
+
use="encoded"
|
1257
|
+
namespace="urn:iControl:Management/UserManagement"
|
1258
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1259
|
+
</output>
|
1260
|
+
</operation>
|
1261
|
+
|
1262
|
+
<operation name="set_authentication_method">
|
1263
|
+
<documentation>
|
1264
|
+
Sets the authentication method that the system will use to authenticate users.
|
1265
|
+
|
1266
|
+
</documentation>
|
1267
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1268
|
+
<input>
|
1269
|
+
<soap:body
|
1270
|
+
use="encoded"
|
1271
|
+
namespace="urn:iControl:Management/UserManagement"
|
1272
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1273
|
+
</input>
|
1274
|
+
<output>
|
1275
|
+
<soap:body
|
1276
|
+
use="encoded"
|
1277
|
+
namespace="urn:iControl:Management/UserManagement"
|
1278
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1279
|
+
</output>
|
1280
|
+
</operation>
|
1281
|
+
|
1282
|
+
<operation name="get_authentication_method">
|
1283
|
+
<documentation>
|
1284
|
+
Get the authentication method that the system will use to authenticate users.
|
1285
|
+
|
1286
|
+
</documentation>
|
1287
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1288
|
+
<input>
|
1289
|
+
<soap:body
|
1290
|
+
use="encoded"
|
1291
|
+
namespace="urn:iControl:Management/UserManagement"
|
1292
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1293
|
+
</input>
|
1294
|
+
<output>
|
1295
|
+
<soap:body
|
1296
|
+
use="encoded"
|
1297
|
+
namespace="urn:iControl:Management/UserManagement"
|
1298
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1299
|
+
</output>
|
1300
|
+
</operation>
|
1301
|
+
|
1302
|
+
<operation name="get_fullname">
|
1303
|
+
<documentation>
|
1304
|
+
Get the full names for the given users.
|
1305
|
+
|
1306
|
+
</documentation>
|
1307
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1308
|
+
<input>
|
1309
|
+
<soap:body
|
1310
|
+
use="encoded"
|
1311
|
+
namespace="urn:iControl:Management/UserManagement"
|
1312
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1313
|
+
</input>
|
1314
|
+
<output>
|
1315
|
+
<soap:body
|
1316
|
+
use="encoded"
|
1317
|
+
namespace="urn:iControl:Management/UserManagement"
|
1318
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1319
|
+
</output>
|
1320
|
+
</operation>
|
1321
|
+
|
1322
|
+
<operation name="set_fullname">
|
1323
|
+
<documentation>
|
1324
|
+
Sets the full names for the specified users.
|
1325
|
+
|
1326
|
+
</documentation>
|
1327
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1328
|
+
<input>
|
1329
|
+
<soap:body
|
1330
|
+
use="encoded"
|
1331
|
+
namespace="urn:iControl:Management/UserManagement"
|
1332
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1333
|
+
</input>
|
1334
|
+
<output>
|
1335
|
+
<soap:body
|
1336
|
+
use="encoded"
|
1337
|
+
namespace="urn:iControl:Management/UserManagement"
|
1338
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1339
|
+
</output>
|
1340
|
+
</operation>
|
1341
|
+
|
1342
|
+
<operation name="set_description">
|
1343
|
+
<documentation>
|
1344
|
+
Sets the description for a set of users.
|
1345
|
+
|
1346
|
+
This is an arbitrary field which can be used for any purpose.
|
1347
|
+
|
1348
|
+
</documentation>
|
1349
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1350
|
+
<input>
|
1351
|
+
<soap:body
|
1352
|
+
use="encoded"
|
1353
|
+
namespace="urn:iControl:Management/UserManagement"
|
1354
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1355
|
+
</input>
|
1356
|
+
<output>
|
1357
|
+
<soap:body
|
1358
|
+
use="encoded"
|
1359
|
+
namespace="urn:iControl:Management/UserManagement"
|
1360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1361
|
+
</output>
|
1362
|
+
</operation>
|
1363
|
+
|
1364
|
+
<operation name="get_description">
|
1365
|
+
<documentation>
|
1366
|
+
Gets the descriptions for a set of users.
|
1367
|
+
|
1368
|
+
</documentation>
|
1369
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1370
|
+
<input>
|
1371
|
+
<soap:body
|
1372
|
+
use="encoded"
|
1373
|
+
namespace="urn:iControl:Management/UserManagement"
|
1374
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1375
|
+
</input>
|
1376
|
+
<output>
|
1377
|
+
<soap:body
|
1378
|
+
use="encoded"
|
1379
|
+
namespace="urn:iControl:Management/UserManagement"
|
1380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1381
|
+
</output>
|
1382
|
+
</operation>
|
1383
|
+
|
1384
|
+
<operation name="get_default_role">
|
1385
|
+
<documentation>
|
1386
|
+
Get the default user role for the device.
|
1387
|
+
|
1388
|
+
</documentation>
|
1389
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1390
|
+
<input>
|
1391
|
+
<soap:body
|
1392
|
+
use="encoded"
|
1393
|
+
namespace="urn:iControl:Management/UserManagement"
|
1394
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1395
|
+
</input>
|
1396
|
+
<output>
|
1397
|
+
<soap:body
|
1398
|
+
use="encoded"
|
1399
|
+
namespace="urn:iControl:Management/UserManagement"
|
1400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1401
|
+
</output>
|
1402
|
+
</operation>
|
1403
|
+
|
1404
|
+
<operation name="set_default_role">
|
1405
|
+
<documentation>
|
1406
|
+
Sets the default user role for the device if the user does not have an explicit role.
|
1407
|
+
|
1408
|
+
</documentation>
|
1409
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1410
|
+
<input>
|
1411
|
+
<soap:body
|
1412
|
+
use="encoded"
|
1413
|
+
namespace="urn:iControl:Management/UserManagement"
|
1414
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1415
|
+
</input>
|
1416
|
+
<output>
|
1417
|
+
<soap:body
|
1418
|
+
use="encoded"
|
1419
|
+
namespace="urn:iControl:Management/UserManagement"
|
1420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1421
|
+
</output>
|
1422
|
+
</operation>
|
1423
|
+
|
1424
|
+
<operation name="get_default_partition">
|
1425
|
+
<documentation>
|
1426
|
+
Get the default user partition for the device.
|
1427
|
+
|
1428
|
+
</documentation>
|
1429
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1430
|
+
<input>
|
1431
|
+
<soap:body
|
1432
|
+
use="encoded"
|
1433
|
+
namespace="urn:iControl:Management/UserManagement"
|
1434
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1435
|
+
</input>
|
1436
|
+
<output>
|
1437
|
+
<soap:body
|
1438
|
+
use="encoded"
|
1439
|
+
namespace="urn:iControl:Management/UserManagement"
|
1440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1441
|
+
</output>
|
1442
|
+
</operation>
|
1443
|
+
|
1444
|
+
<operation name="set_default_partition">
|
1445
|
+
<documentation>
|
1446
|
+
Sets the default user partition for the device if the user does not have an explicit partition.
|
1447
|
+
|
1448
|
+
</documentation>
|
1449
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1450
|
+
<input>
|
1451
|
+
<soap:body
|
1452
|
+
use="encoded"
|
1453
|
+
namespace="urn:iControl:Management/UserManagement"
|
1454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1455
|
+
</input>
|
1456
|
+
<output>
|
1457
|
+
<soap:body
|
1458
|
+
use="encoded"
|
1459
|
+
namespace="urn:iControl:Management/UserManagement"
|
1460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1461
|
+
</output>
|
1462
|
+
</operation>
|
1463
|
+
|
1464
|
+
<operation name="get_remote_console_access">
|
1465
|
+
<documentation>
|
1466
|
+
Get the user remote console access for the device.
|
1467
|
+
|
1468
|
+
</documentation>
|
1469
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1470
|
+
<input>
|
1471
|
+
<soap:body
|
1472
|
+
use="encoded"
|
1473
|
+
namespace="urn:iControl:Management/UserManagement"
|
1474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1475
|
+
</input>
|
1476
|
+
<output>
|
1477
|
+
<soap:body
|
1478
|
+
use="encoded"
|
1479
|
+
namespace="urn:iControl:Management/UserManagement"
|
1480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1481
|
+
</output>
|
1482
|
+
</operation>
|
1483
|
+
|
1484
|
+
<operation name="set_remote_console_access">
|
1485
|
+
<documentation>
|
1486
|
+
Sets the user remote console access for the device if the user does not have an explicit remote console access.
|
1487
|
+
|
1488
|
+
</documentation>
|
1489
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1490
|
+
<input>
|
1491
|
+
<soap:body
|
1492
|
+
use="encoded"
|
1493
|
+
namespace="urn:iControl:Management/UserManagement"
|
1494
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1495
|
+
</input>
|
1496
|
+
<output>
|
1497
|
+
<soap:body
|
1498
|
+
use="encoded"
|
1499
|
+
namespace="urn:iControl:Management/UserManagement"
|
1500
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1501
|
+
</output>
|
1502
|
+
</operation>
|
1503
|
+
|
1504
|
+
<operation name="get_home_partition">
|
1505
|
+
<documentation>
|
1506
|
+
Gets the home partitions of the specified users. This
|
1507
|
+
method gets the partition the user is defined in, rather
|
1508
|
+
than the partition a user may have a role in.
|
1509
|
+
|
1510
|
+
</documentation>
|
1511
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1512
|
+
<input>
|
1513
|
+
<soap:body
|
1514
|
+
use="encoded"
|
1515
|
+
namespace="urn:iControl:Management/UserManagement"
|
1516
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1517
|
+
</input>
|
1518
|
+
<output>
|
1519
|
+
<soap:body
|
1520
|
+
use="encoded"
|
1521
|
+
namespace="urn:iControl:Management/UserManagement"
|
1522
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1523
|
+
</output>
|
1524
|
+
</operation>
|
1525
|
+
|
1526
|
+
<operation name="get_user_permission">
|
1527
|
+
<documentation>
|
1528
|
+
Gets the permissions of the specified users. The permission basically
|
1529
|
+
indicates what role a user has on a given partition. A user could have
|
1530
|
+
one role on a partition, and a different role on another partition, hence
|
1531
|
+
the return list is a sequence of sequence.
|
1532
|
+
|
1533
|
+
</documentation>
|
1534
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1535
|
+
<input>
|
1536
|
+
<soap:body
|
1537
|
+
use="encoded"
|
1538
|
+
namespace="urn:iControl:Management/UserManagement"
|
1539
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1540
|
+
</input>
|
1541
|
+
<output>
|
1542
|
+
<soap:body
|
1543
|
+
use="encoded"
|
1544
|
+
namespace="urn:iControl:Management/UserManagement"
|
1545
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1546
|
+
</output>
|
1547
|
+
</operation>
|
1548
|
+
|
1549
|
+
<operation name="set_user_permission">
|
1550
|
+
<documentation>
|
1551
|
+
Sets the permissions of the specified users. The permission basically
|
1552
|
+
indicates what role a user has on a given partition. A user could have
|
1553
|
+
one role on a partition, and a different role on another partition, hence
|
1554
|
+
the permission list is a sequence of sequence.
|
1555
|
+
|
1556
|
+
</documentation>
|
1557
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1558
|
+
<input>
|
1559
|
+
<soap:body
|
1560
|
+
use="encoded"
|
1561
|
+
namespace="urn:iControl:Management/UserManagement"
|
1562
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1563
|
+
</input>
|
1564
|
+
<output>
|
1565
|
+
<soap:body
|
1566
|
+
use="encoded"
|
1567
|
+
namespace="urn:iControl:Management/UserManagement"
|
1568
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1569
|
+
</output>
|
1570
|
+
</operation>
|
1571
|
+
|
1572
|
+
<operation name="get_my_permission">
|
1573
|
+
<documentation>
|
1574
|
+
Gets the credentials of the user making the request. This
|
1575
|
+
is useful in getting your own permission information
|
1576
|
+
(regardless of which partitions you may otherwise
|
1577
|
+
read). The results indicate what role you have on a what
|
1578
|
+
partitions.
|
1579
|
+
|
1580
|
+
</documentation>
|
1581
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1582
|
+
<input>
|
1583
|
+
<soap:body
|
1584
|
+
use="encoded"
|
1585
|
+
namespace="urn:iControl:Management/UserManagement"
|
1586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1587
|
+
</input>
|
1588
|
+
<output>
|
1589
|
+
<soap:body
|
1590
|
+
use="encoded"
|
1591
|
+
namespace="urn:iControl:Management/UserManagement"
|
1592
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1593
|
+
</output>
|
1594
|
+
</operation>
|
1595
|
+
|
1596
|
+
<operation name="change_my_password">
|
1597
|
+
<documentation>
|
1598
|
+
Change the password of the user making the request.
|
1599
|
+
|
1600
|
+
</documentation>
|
1601
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1602
|
+
<input>
|
1603
|
+
<soap:body
|
1604
|
+
use="encoded"
|
1605
|
+
namespace="urn:iControl:Management/UserManagement"
|
1606
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1607
|
+
</input>
|
1608
|
+
<output>
|
1609
|
+
<soap:body
|
1610
|
+
use="encoded"
|
1611
|
+
namespace="urn:iControl:Management/UserManagement"
|
1612
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1613
|
+
</output>
|
1614
|
+
</operation>
|
1615
|
+
|
1616
|
+
<operation name="is_locked_out">
|
1617
|
+
<documentation>
|
1618
|
+
Checks to see if a user is locked out due to exceeding the maximum number of
|
1619
|
+
allowed login failures. Return whether the user is locked out.
|
1620
|
+
|
1621
|
+
</documentation>
|
1622
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1623
|
+
<input>
|
1624
|
+
<soap:body
|
1625
|
+
use="encoded"
|
1626
|
+
namespace="urn:iControl:Management/UserManagement"
|
1627
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1628
|
+
</input>
|
1629
|
+
<output>
|
1630
|
+
<soap:body
|
1631
|
+
use="encoded"
|
1632
|
+
namespace="urn:iControl:Management/UserManagement"
|
1633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1634
|
+
</output>
|
1635
|
+
</operation>
|
1636
|
+
|
1637
|
+
<operation name="reset_locked_out">
|
1638
|
+
<documentation>
|
1639
|
+
Resets the lockout status of a user that has exceeded the maximum number of
|
1640
|
+
allowed login failures.
|
1641
|
+
Unlocks all users provided in user_names unless an error occurs where it
|
1642
|
+
may unlock up to that user that caused the error.
|
1643
|
+
|
1644
|
+
</documentation>
|
1645
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1646
|
+
<input>
|
1647
|
+
<soap:body
|
1648
|
+
use="encoded"
|
1649
|
+
namespace="urn:iControl:Management/UserManagement"
|
1650
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1651
|
+
</input>
|
1652
|
+
<output>
|
1653
|
+
<soap:body
|
1654
|
+
use="encoded"
|
1655
|
+
namespace="urn:iControl:Management/UserManagement"
|
1656
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1657
|
+
</output>
|
1658
|
+
</operation>
|
1659
|
+
|
1660
|
+
<operation name="get_version">
|
1661
|
+
<documentation>
|
1662
|
+
Gets the version information for this interface.
|
1663
|
+
|
1664
|
+
</documentation>
|
1665
|
+
<soap:operation soapAction="urn:iControl:Management/UserManagement"/>
|
1666
|
+
<input>
|
1667
|
+
<soap:body
|
1668
|
+
use="encoded"
|
1669
|
+
namespace="urn:iControl:Management/UserManagement"
|
1670
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1671
|
+
</input>
|
1672
|
+
<output>
|
1673
|
+
<soap:body
|
1674
|
+
use="encoded"
|
1675
|
+
namespace="urn:iControl:Management/UserManagement"
|
1676
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1677
|
+
</output>
|
1678
|
+
</operation>
|
1679
|
+
</binding>
|
1680
|
+
|
1681
|
+
<!-- service -->
|
1682
|
+
|
1683
|
+
<service name="Management.UserManagement">
|
1684
|
+
<documentation>
|
1685
|
+
|
1686
|
+
The UserManagement interface deals with adding/deleting and
|
1687
|
+
modifying users and user permission.
|
1688
|
+
</documentation>
|
1689
|
+
<port name="Management.UserManagementPort" binding="tns:Management.UserManagementBinding">
|
1690
|
+
<soap:address location="https://url_to_service"/>
|
1691
|
+
</port>
|
1692
|
+
</service>
|
1693
|
+
</definitions>
|