package com.thesecretserver.service; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.2.9-b130926.1035 * Generated source version: 2.2 * */ @WebService(name = "SSWebServiceSoap", targetNamespace = "urn:thesecretserver.com") @XmlSeeAlso({ ObjectFactory.class }) public interface SSWebServiceSoap { /** * * @param hours * @param userOverride * @param approvalId * @return * returns com.thesecretserver.service.RequestApprovalResult */ @WebMethod(operationName = "ApproveSecretAccessRequest", action = "urn:thesecretserver.com/ApproveSecretAccessRequest") @WebResult(name = "ApproveSecretAccessRequestResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "ApproveSecretAccessRequest", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ApproveSecretAccessRequest") @ResponseWrapper(localName = "ApproveSecretAccessRequestResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ApproveSecretAccessRequestResponse") public RequestApprovalResult approveSecretAccessRequest( @WebParam(name = "approvalId", targetNamespace = "urn:thesecretserver.com") String approvalId, @WebParam(name = "hours", targetNamespace = "urn:thesecretserver.com") String hours, @WebParam(name = "userOverride", targetNamespace = "urn:thesecretserver.com") boolean userOverride); /** * * @param userOverride * @param approvalId * @return * returns com.thesecretserver.service.RequestApprovalResult */ @WebMethod(operationName = "DenySecretAccessRequest", action = "urn:thesecretserver.com/DenySecretAccessRequest") @WebResult(name = "DenySecretAccessRequestResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "DenySecretAccessRequest", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DenySecretAccessRequest") @ResponseWrapper(localName = "DenySecretAccessRequestResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DenySecretAccessRequestResponse") public RequestApprovalResult denySecretAccessRequest( @WebParam(name = "approvalId", targetNamespace = "urn:thesecretserver.com") String approvalId, @WebParam(name = "userOverride", targetNamespace = "urn:thesecretserver.com") boolean userOverride); /** * * @param password * @param organization * @param domain * @param username * @return * returns com.thesecretserver.service.AuthenticateResult */ @WebMethod(operationName = "Authenticate", action = "urn:thesecretserver.com/Authenticate") @WebResult(name = "AuthenticateResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "Authenticate", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.Authenticate") @ResponseWrapper(localName = "AuthenticateResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AuthenticateResponse") public AuthenticateResult authenticate( @WebParam(name = "username", targetNamespace = "urn:thesecretserver.com") String username, @WebParam(name = "password", targetNamespace = "urn:thesecretserver.com") String password, @WebParam(name = "organization", targetNamespace = "urn:thesecretserver.com") String organization, @WebParam(name = "domain", targetNamespace = "urn:thesecretserver.com") String domain); /** * * @param organization * @param domain * @param token * @param username * @return * returns com.thesecretserver.service.ImpersonateResult */ @WebMethod(operationName = "ImpersonateUser", action = "urn:thesecretserver.com/ImpersonateUser") @WebResult(name = "ImpersonateUserResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "ImpersonateUser", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ImpersonateUser") @ResponseWrapper(localName = "ImpersonateUserResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ImpersonateUserResponse") public ImpersonateResult impersonateUser( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "username", targetNamespace = "urn:thesecretserver.com") String username, @WebParam(name = "organization", targetNamespace = "urn:thesecretserver.com") String organization, @WebParam(name = "domain", targetNamespace = "urn:thesecretserver.com") String domain); /** * * @param radiusPassword * @param password * @param organization * @param domain * @param username * @return * returns com.thesecretserver.service.AuthenticateResult */ @WebMethod(operationName = "AuthenticateRADIUS", action = "urn:thesecretserver.com/AuthenticateRADIUS") @WebResult(name = "AuthenticateRADIUSResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AuthenticateRADIUS", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AuthenticateRADIUS") @ResponseWrapper(localName = "AuthenticateRADIUSResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AuthenticateRADIUSResponse") public AuthenticateResult authenticateRADIUS( @WebParam(name = "username", targetNamespace = "urn:thesecretserver.com") String username, @WebParam(name = "password", targetNamespace = "urn:thesecretserver.com") String password, @WebParam(name = "organization", targetNamespace = "urn:thesecretserver.com") String organization, @WebParam(name = "domain", targetNamespace = "urn:thesecretserver.com") String domain, @WebParam(name = "radiusPassword", targetNamespace = "urn:thesecretserver.com") String radiusPassword); /** * * @param token * @return * returns com.thesecretserver.service.TokenIsValidResult */ @WebMethod(operationName = "GetTokenIsValid", action = "urn:thesecretserver.com/GetTokenIsValid") @WebResult(name = "GetTokenIsValidResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetTokenIsValid", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetTokenIsValid") @ResponseWrapper(localName = "GetTokenIsValidResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetTokenIsValidResponse") public TokenIsValidResult getTokenIsValid( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.GetSecretResult */ @WebMethod(operationName = "GetSecretLegacy", action = "urn:thesecretserver.com/GetSecretLegacy") @WebResult(name = "GetSecretLegacyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretLegacy", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretLegacy") @ResponseWrapper(localName = "GetSecretLegacyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretLegacyResponse") public GetSecretResult getSecretLegacy( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param loadSettingsAndPermissions * @param secretId * @param codeResponses * @param token * @return * returns com.thesecretserver.service.GetSecretResult */ @WebMethod(operationName = "GetSecret", action = "urn:thesecretserver.com/GetSecret") @WebResult(name = "GetSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecret") @ResponseWrapper(localName = "GetSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretResponse") public GetSecretResult getSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "loadSettingsAndPermissions", targetNamespace = "urn:thesecretserver.com") Boolean loadSettingsAndPermissions, @WebParam(name = "codeResponses", targetNamespace = "urn:thesecretserver.com") ArrayOfCodeResponse codeResponses); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.GetCheckOutStatusResult */ @WebMethod(operationName = "GetCheckOutStatus", action = "urn:thesecretserver.com/GetCheckOutStatus") @WebResult(name = "GetCheckOutStatusResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetCheckOutStatus", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetCheckOutStatus") @ResponseWrapper(localName = "GetCheckOutStatusResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetCheckOutStatusResponse") public GetCheckOutStatusResult getCheckOutStatus( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param newPassword * @param token * @param currentPassword * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "ChangePassword", action = "urn:thesecretserver.com/ChangePassword") @WebResult(name = "ChangePasswordResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "ChangePassword", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ChangePassword") @ResponseWrapper(localName = "ChangePasswordResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ChangePasswordResponse") public WebServiceResult changePassword( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "currentPassword", targetNamespace = "urn:thesecretserver.com") String currentPassword, @WebParam(name = "newPassword", targetNamespace = "urn:thesecretserver.com") String newPassword); /** * * @param showDeleted * @param fieldName * @param searchTerm * @param token * @return * returns com.thesecretserver.service.GetSecretsByFieldValueResult */ @WebMethod(operationName = "GetSecretsByFieldValue", action = "urn:thesecretserver.com/GetSecretsByFieldValue") @WebResult(name = "GetSecretsByFieldValueResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretsByFieldValue", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretsByFieldValue") @ResponseWrapper(localName = "GetSecretsByFieldValueResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretsByFieldValueResponse") public GetSecretsByFieldValueResult getSecretsByFieldValue( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "fieldName", targetNamespace = "urn:thesecretserver.com") String fieldName, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "showDeleted", targetNamespace = "urn:thesecretserver.com") boolean showDeleted); /** * * @param showDeleted * @param fieldName * @param searchTerm * @param showRestricted * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsByFieldValue", action = "urn:thesecretserver.com/SearchSecretsByFieldValue") @WebResult(name = "SearchSecretsByFieldValueResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsByFieldValue", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFieldValue") @ResponseWrapper(localName = "SearchSecretsByFieldValueResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFieldValueResponse") public SearchSecretsResult searchSecretsByFieldValue( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "fieldName", targetNamespace = "urn:thesecretserver.com") String fieldName, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "showDeleted", targetNamespace = "urn:thesecretserver.com") boolean showDeleted, @WebParam(name = "showRestricted", targetNamespace = "urn:thesecretserver.com") boolean showRestricted); /** * * @param showDeleted * @param fieldName * @param searchTerm * @param showPartialMatches * @param token * @return * returns com.thesecretserver.service.GetSecretsByFieldValueResult */ @WebMethod(operationName = "GetSecretsByExposedFieldValue", action = "urn:thesecretserver.com/GetSecretsByExposedFieldValue") @WebResult(name = "GetSecretsByExposedFieldValueResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretsByExposedFieldValue", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretsByExposedFieldValue") @ResponseWrapper(localName = "GetSecretsByExposedFieldValueResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretsByExposedFieldValueResponse") public GetSecretsByFieldValueResult getSecretsByExposedFieldValue( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "fieldName", targetNamespace = "urn:thesecretserver.com") String fieldName, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "showDeleted", targetNamespace = "urn:thesecretserver.com") boolean showDeleted, @WebParam(name = "showPartialMatches", targetNamespace = "urn:thesecretserver.com") boolean showPartialMatches); /** * * @param showDeleted * @param fieldName * @param searchTerm * @param showPartialMatches * @param showRestricted * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsByExposedFieldValue", action = "urn:thesecretserver.com/SearchSecretsByExposedFieldValue") @WebResult(name = "SearchSecretsByExposedFieldValueResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsByExposedFieldValue", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByExposedFieldValue") @ResponseWrapper(localName = "SearchSecretsByExposedFieldValueResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByExposedFieldValueResponse") public SearchSecretsResult searchSecretsByExposedFieldValue( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "fieldName", targetNamespace = "urn:thesecretserver.com") String fieldName, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "showDeleted", targetNamespace = "urn:thesecretserver.com") boolean showDeleted, @WebParam(name = "showRestricted", targetNamespace = "urn:thesecretserver.com") boolean showRestricted, @WebParam(name = "showPartialMatches", targetNamespace = "urn:thesecretserver.com") boolean showPartialMatches); /** * * @param showDeleted * @param searchTerm * @param showPartialMatches * @param showRestricted * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsByExposedValues", action = "urn:thesecretserver.com/SearchSecretsByExposedValues") @WebResult(name = "SearchSecretsByExposedValuesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsByExposedValues", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByExposedValues") @ResponseWrapper(localName = "SearchSecretsByExposedValuesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByExposedValuesResponse") public SearchSecretsResult searchSecretsByExposedValues( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "showDeleted", targetNamespace = "urn:thesecretserver.com") boolean showDeleted, @WebParam(name = "showRestricted", targetNamespace = "urn:thesecretserver.com") boolean showRestricted, @WebParam(name = "showPartialMatches", targetNamespace = "urn:thesecretserver.com") boolean showPartialMatches); /** * * @param newUser * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AddUser", action = "urn:thesecretserver.com/AddUser") @WebResult(name = "AddUserResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddUser", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddUser") @ResponseWrapper(localName = "AddUserResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddUserResponse") public WebServiceResult addUser( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "newUser", targetNamespace = "urn:thesecretserver.com") User newUser); /** * * @param searchTerm * @param includeRestricted * @param includeDeleted * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecrets", action = "urn:thesecretserver.com/SearchSecrets") @WebResult(name = "SearchSecretsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecrets", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecrets") @ResponseWrapper(localName = "SearchSecretsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsResponse") public SearchSecretsResult searchSecrets( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "includeDeleted", targetNamespace = "urn:thesecretserver.com") Boolean includeDeleted, @WebParam(name = "includeRestricted", targetNamespace = "urn:thesecretserver.com") Boolean includeRestricted); /** * * @param searchTerm * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsLegacy", action = "urn:thesecretserver.com/SearchSecretsLegacy") @WebResult(name = "SearchSecretsLegacyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsLegacy", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsLegacy") @ResponseWrapper(localName = "SearchSecretsLegacyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsLegacyResponse") public SearchSecretsResult searchSecretsLegacy( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm); /** * * @param searchTerm * @param includeSubFolders * @param includeRestricted * @param includeDeleted * @param folderId * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsByFolder", action = "urn:thesecretserver.com/SearchSecretsByFolder") @WebResult(name = "SearchSecretsByFolderResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsByFolder", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFolder") @ResponseWrapper(localName = "SearchSecretsByFolderResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFolderResponse") public SearchSecretsResult searchSecretsByFolder( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") Integer folderId, @WebParam(name = "includeSubFolders", targetNamespace = "urn:thesecretserver.com") boolean includeSubFolders, @WebParam(name = "includeDeleted", targetNamespace = "urn:thesecretserver.com") Boolean includeDeleted, @WebParam(name = "includeRestricted", targetNamespace = "urn:thesecretserver.com") Boolean includeRestricted); /** * * @param searchTerm * @param includeSubFolders * @param folderId * @param token * @return * returns com.thesecretserver.service.SearchSecretsResult */ @WebMethod(operationName = "SearchSecretsByFolderLegacy", action = "urn:thesecretserver.com/SearchSecretsByFolderLegacy") @WebResult(name = "SearchSecretsByFolderLegacyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretsByFolderLegacy", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFolderLegacy") @ResponseWrapper(localName = "SearchSecretsByFolderLegacyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretsByFolderLegacyResponse") public SearchSecretsResult searchSecretsByFolderLegacy( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") Integer folderId, @WebParam(name = "includeSubFolders", targetNamespace = "urn:thesecretserver.com") boolean includeSubFolders); /** * * @param includeRestricted * @param token * @return * returns com.thesecretserver.service.GetFavoritesResult */ @WebMethod(operationName = "GetFavorites", action = "urn:thesecretserver.com/GetFavorites") @WebResult(name = "GetFavoritesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetFavorites", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetFavorites") @ResponseWrapper(localName = "GetFavoritesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetFavoritesResponse") public GetFavoritesResult getFavorites( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "includeRestricted", targetNamespace = "urn:thesecretserver.com") boolean includeRestricted); /** * * @param secretId * @param token * @param isFavorite * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "UpdateIsFavorite", action = "urn:thesecretserver.com/UpdateIsFavorite") @WebResult(name = "UpdateIsFavoriteResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UpdateIsFavorite", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateIsFavorite") @ResponseWrapper(localName = "UpdateIsFavoriteResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateIsFavoriteResponse") public WebServiceResult updateIsFavorite( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "isFavorite", targetNamespace = "urn:thesecretserver.com") boolean isFavorite); /** * * @param secretName * @param secretTypeId * @param secretFieldIds * @param secretItemValues * @param folderId * @param token * @return * returns com.thesecretserver.service.AddSecretResult */ @WebMethod(operationName = "AddSecret", action = "urn:thesecretserver.com/AddSecret") @WebResult(name = "AddSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecret") @ResponseWrapper(localName = "AddSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecretResponse") public AddSecretResult addSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretTypeId", targetNamespace = "urn:thesecretserver.com") int secretTypeId, @WebParam(name = "secretName", targetNamespace = "urn:thesecretserver.com") String secretName, @WebParam(name = "secretFieldIds", targetNamespace = "urn:thesecretserver.com") ArrayOfInt secretFieldIds, @WebParam(name = "secretItemValues", targetNamespace = "urn:thesecretserver.com") ArrayOfString secretItemValues, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") int folderId); /** * * @param secret * @param token * @return * returns com.thesecretserver.service.AddSecretResult */ @WebMethod(operationName = "AddNewSecret", action = "urn:thesecretserver.com/AddNewSecret") @WebResult(name = "AddNewSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddNewSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddNewSecret") @ResponseWrapper(localName = "AddNewSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddNewSecretResponse") public AddSecretResult addNewSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secret", targetNamespace = "urn:thesecretserver.com") Secret secret); /** * * @param secretTypeId * @param folderId * @param token * @return * returns com.thesecretserver.service.GetSecretResult */ @WebMethod(operationName = "GetNewSecret", action = "urn:thesecretserver.com/GetNewSecret") @WebResult(name = "GetNewSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetNewSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetNewSecret") @ResponseWrapper(localName = "GetNewSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetNewSecretResponse") public GetSecretResult getNewSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretTypeId", targetNamespace = "urn:thesecretserver.com") int secretTypeId, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") int folderId); /** * * @param secretTypeId * @param token * @return * returns com.thesecretserver.service.GetSecretTemplateFieldsResult */ @WebMethod(operationName = "GetSecretTemplateFields", action = "urn:thesecretserver.com/GetSecretTemplateFields") @WebResult(name = "GetSecretTemplateFieldsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretTemplateFields", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretTemplateFields") @ResponseWrapper(localName = "GetSecretTemplateFieldsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretTemplateFieldsResponse") public GetSecretTemplateFieldsResult getSecretTemplateFields( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretTypeId", targetNamespace = "urn:thesecretserver.com") int secretTypeId); /** * * @param secret * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "UpdateSecret", action = "urn:thesecretserver.com/UpdateSecret") @WebResult(name = "UpdateSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UpdateSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateSecret") @ResponseWrapper(localName = "UpdateSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateSecretResponse") public WebServiceResult updateSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secret", targetNamespace = "urn:thesecretserver.com") Secret secret); /** * * @param token * @return * returns com.thesecretserver.service.GetSecretTemplatesResult */ @WebMethod(operationName = "GetSecretTemplates", action = "urn:thesecretserver.com/GetSecretTemplates") @WebResult(name = "GetSecretTemplatesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretTemplates", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretTemplates") @ResponseWrapper(localName = "GetSecretTemplatesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretTemplatesResponse") public GetSecretTemplatesResult getSecretTemplates( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param secretFieldId * @param token * @return * returns com.thesecretserver.service.GeneratePasswordResult */ @WebMethod(operationName = "GeneratePassword", action = "urn:thesecretserver.com/GeneratePassword") @WebResult(name = "GeneratePasswordResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GeneratePassword", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GeneratePassword") @ResponseWrapper(localName = "GeneratePasswordResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GeneratePasswordResponse") public GeneratePasswordResult generatePassword( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretFieldId", targetNamespace = "urn:thesecretserver.com") int secretFieldId); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "DeactivateSecret", action = "urn:thesecretserver.com/DeactivateSecret") @WebResult(name = "DeactivateSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "DeactivateSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DeactivateSecret") @ResponseWrapper(localName = "DeactivateSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DeactivateSecretResponse") public WebServiceResult deactivateSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @return * returns com.thesecretserver.service.VersionGetResult */ @WebMethod(operationName = "VersionGet", action = "urn:thesecretserver.com/VersionGet") @WebResult(name = "VersionGetResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "VersionGet", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.VersionGet") @ResponseWrapper(localName = "VersionGetResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.VersionGetResponse") public VersionGetResult versionGet(); /** * * @param folderId * @param token * @return * returns com.thesecretserver.service.GetFolderResult */ @WebMethod(operationName = "FolderGet", action = "urn:thesecretserver.com/FolderGet") @WebResult(name = "FolderGetResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderGet", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderGet") @ResponseWrapper(localName = "FolderGetResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderGetResponse") public GetFolderResult folderGet( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") int folderId); /** * * @param modifiedFolder * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "FolderUpdate", action = "urn:thesecretserver.com/FolderUpdate") @WebResult(name = "FolderUpdateResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderUpdate", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderUpdate") @ResponseWrapper(localName = "FolderUpdateResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderUpdateResponse") public WebServiceResult folderUpdate( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "modifiedFolder", targetNamespace = "urn:thesecretserver.com") Folder modifiedFolder); /** * * @param parentFolderId * @param token * @return * returns com.thesecretserver.service.GetFoldersResult */ @WebMethod(operationName = "FolderGetAllChildren", action = "urn:thesecretserver.com/FolderGetAllChildren") @WebResult(name = "FolderGetAllChildrenResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderGetAllChildren", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderGetAllChildren") @ResponseWrapper(localName = "FolderGetAllChildrenResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderGetAllChildrenResponse") public GetFoldersResult folderGetAllChildren( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "parentFolderId", targetNamespace = "urn:thesecretserver.com") int parentFolderId); /** * * @param parentFolderId * @param folderTypeId * @param folderName * @param token * @return * returns com.thesecretserver.service.CreateFolderResult */ @WebMethod(operationName = "FolderCreate", action = "urn:thesecretserver.com/FolderCreate") @WebResult(name = "FolderCreateResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderCreate", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderCreate") @ResponseWrapper(localName = "FolderCreateResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderCreateResponse") public CreateFolderResult folderCreate( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folderName", targetNamespace = "urn:thesecretserver.com") String folderName, @WebParam(name = "parentFolderId", targetNamespace = "urn:thesecretserver.com") int parentFolderId, @WebParam(name = "folderTypeId", targetNamespace = "urn:thesecretserver.com") int folderTypeId); /** * * @param folder * @param token * @return * returns com.thesecretserver.service.FolderExtendedCreateResult */ @WebMethod(operationName = "FolderExtendedCreate", action = "urn:thesecretserver.com/FolderExtendedCreate") @WebResult(name = "FolderExtendedCreateResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderExtendedCreate", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedCreate") @ResponseWrapper(localName = "FolderExtendedCreateResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedCreateResponse") public FolderExtendedCreateResult folderExtendedCreate( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folder", targetNamespace = "urn:thesecretserver.com") FolderExtended folder); /** * * @param folderId * @param token * @return * returns com.thesecretserver.service.FolderExtendedGetResult */ @WebMethod(operationName = "FolderExtendedGet", action = "urn:thesecretserver.com/FolderExtendedGet") @WebResult(name = "FolderExtendedGetResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderExtendedGet", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedGet") @ResponseWrapper(localName = "FolderExtendedGetResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedGetResponse") public FolderExtendedGetResult folderExtendedGet( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folderId", targetNamespace = "urn:thesecretserver.com") int folderId); /** * * @param folder * @param token * @return * returns com.thesecretserver.service.FolderExtendedUpdateResult */ @WebMethod(operationName = "FolderExtendedUpdate", action = "urn:thesecretserver.com/FolderExtendedUpdate") @WebResult(name = "FolderExtendedUpdateResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderExtendedUpdate", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedUpdate") @ResponseWrapper(localName = "FolderExtendedUpdateResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedUpdateResponse") public FolderExtendedUpdateResult folderExtendedUpdate( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folder", targetNamespace = "urn:thesecretserver.com") FolderExtended folder); /** * * @param folderExtendedGetNewRequest * @param token * @return * returns com.thesecretserver.service.FolderExtendedGetNewResult */ @WebMethod(operationName = "FolderExtendedGetNew", action = "urn:thesecretserver.com/FolderExtendedGetNew") @WebResult(name = "FolderExtendedGetNewResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "FolderExtendedGetNew", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedGetNew") @ResponseWrapper(localName = "FolderExtendedGetNewResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.FolderExtendedGetNewResponse") public FolderExtendedGetNewResult folderExtendedGetNew( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folderExtendedGetNewRequest", targetNamespace = "urn:thesecretserver.com") FolderExtendedGetNewRequest folderExtendedGetNewRequest); /** * * @param folderName * @param token * @return * returns com.thesecretserver.service.SearchFolderResult */ @WebMethod(operationName = "SearchFolders", action = "urn:thesecretserver.com/SearchFolders") @WebResult(name = "SearchFoldersResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchFolders", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchFolders") @ResponseWrapper(localName = "SearchFoldersResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchFoldersResponse") public SearchFolderResult searchFolders( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "folderName", targetNamespace = "urn:thesecretserver.com") String folderName); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.FileDownloadResult */ @WebMethod(operationName = "DownloadFileAttachment", action = "urn:thesecretserver.com/DownloadFileAttachment") @WebResult(name = "DownloadFileAttachmentResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "DownloadFileAttachment", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DownloadFileAttachment") @ResponseWrapper(localName = "DownloadFileAttachmentResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DownloadFileAttachmentResponse") public FileDownloadResult downloadFileAttachment( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param secretId * @param secretItemId * @param token * @return * returns com.thesecretserver.service.FileDownloadResult */ @WebMethod(operationName = "DownloadFileAttachmentByItemId", action = "urn:thesecretserver.com/DownloadFileAttachmentByItemId") @WebResult(name = "DownloadFileAttachmentByItemIdResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "DownloadFileAttachmentByItemId", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DownloadFileAttachmentByItemId") @ResponseWrapper(localName = "DownloadFileAttachmentByItemIdResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DownloadFileAttachmentByItemIdResponse") public FileDownloadResult downloadFileAttachmentByItemId( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "secretItemId", targetNamespace = "urn:thesecretserver.com") int secretItemId); /** * * @param fileName * @param fileData * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "UploadFileAttachment", action = "urn:thesecretserver.com/UploadFileAttachment") @WebResult(name = "UploadFileAttachmentResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UploadFileAttachment", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UploadFileAttachment") @ResponseWrapper(localName = "UploadFileAttachmentResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UploadFileAttachmentResponse") public WebServiceResult uploadFileAttachment( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "fileData", targetNamespace = "urn:thesecretserver.com") byte[] fileData, @WebParam(name = "fileName", targetNamespace = "urn:thesecretserver.com") String fileName); /** * * @param fileName * @param fileData * @param secretId * @param secretItemId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "UploadFileAttachmentByItemId", action = "urn:thesecretserver.com/UploadFileAttachmentByItemId") @WebResult(name = "UploadFileAttachmentByItemIdResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UploadFileAttachmentByItemId", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UploadFileAttachmentByItemId") @ResponseWrapper(localName = "UploadFileAttachmentByItemIdResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UploadFileAttachmentByItemIdResponse") public WebServiceResult uploadFileAttachmentByItemId( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "secretItemId", targetNamespace = "urn:thesecretserver.com") int secretItemId, @WebParam(name = "fileData", targetNamespace = "urn:thesecretserver.com") byte[] fileData, @WebParam(name = "fileName", targetNamespace = "urn:thesecretserver.com") String fileName); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "ExpireSecret", action = "urn:thesecretserver.com/ExpireSecret") @WebResult(name = "ExpireSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "ExpireSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ExpireSecret") @ResponseWrapper(localName = "ExpireSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ExpireSecretResponse") public WebServiceResult expireSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param setPasswordChangeOnCheckIn * @param checkOutInterval * @param setCheckOut * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "SetCheckOutEnabled", action = "urn:thesecretserver.com/SetCheckOutEnabled") @WebResult(name = "SetCheckOutEnabledResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SetCheckOutEnabled", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SetCheckOutEnabled") @ResponseWrapper(localName = "SetCheckOutEnabledResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SetCheckOutEnabledResponse") public WebServiceResult setCheckOutEnabled( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "setCheckOut", targetNamespace = "urn:thesecretserver.com") boolean setCheckOut, @WebParam(name = "setPasswordChangeOnCheckIn", targetNamespace = "urn:thesecretserver.com") boolean setPasswordChangeOnCheckIn, @WebParam(name = "checkOutInterval", targetNamespace = "urn:thesecretserver.com") Integer checkOutInterval); /** * * @param xml * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "ImportXML", action = "urn:thesecretserver.com/ImportXML") @WebResult(name = "ImportXMLResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "ImportXML", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ImportXML") @ResponseWrapper(localName = "ImportXMLResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.ImportXMLResponse") public WebServiceResult importXML( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "xml", targetNamespace = "urn:thesecretserver.com") String xml); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.GetSecretAuditResult */ @WebMethod(operationName = "GetSecretAudit", action = "urn:thesecretserver.com/GetSecretAudit") @WebResult(name = "GetSecretAuditResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretAudit", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretAudit") @ResponseWrapper(localName = "GetSecretAuditResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretAuditResponse") public GetSecretAuditResult getSecretAudit( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param dependency * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AddDependency", action = "urn:thesecretserver.com/AddDependency") @WebResult(name = "AddDependencyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddDependency", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddDependency") @ResponseWrapper(localName = "AddDependencyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddDependencyResponse") public WebServiceResult addDependency( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "dependency", targetNamespace = "urn:thesecretserver.com") Dependency dependency); /** * * @param dependencyId * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "RemoveDependency", action = "urn:thesecretserver.com/RemoveDependency") @WebResult(name = "RemoveDependencyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "RemoveDependency", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RemoveDependency") @ResponseWrapper(localName = "RemoveDependencyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RemoveDependencyResponse") public WebServiceResult removeDependency( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "dependencyId", targetNamespace = "urn:thesecretserver.com") int dependencyId, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.GetDependenciesResult */ @WebMethod(operationName = "GetDependencies", action = "urn:thesecretserver.com/GetDependencies") @WebResult(name = "GetDependenciesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetDependencies", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetDependencies") @ResponseWrapper(localName = "GetDependenciesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetDependenciesResponse") public GetDependenciesResult getDependencies( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param token * @return * returns com.thesecretserver.service.GetSitesResult */ @WebMethod(operationName = "GetDistributedEngines", action = "urn:thesecretserver.com/GetDistributedEngines") @WebResult(name = "GetDistributedEnginesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetDistributedEngines", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetDistributedEngines") @ResponseWrapper(localName = "GetDistributedEnginesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetDistributedEnginesResponse") public GetSitesResult getDistributedEngines( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param token * @return * returns com.thesecretserver.service.GetTicketSystemsResult */ @WebMethod(operationName = "GetTicketSystems", action = "urn:thesecretserver.com/GetTicketSystems") @WebResult(name = "GetTicketSystemsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetTicketSystems", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetTicketSystems") @ResponseWrapper(localName = "GetTicketSystemsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetTicketSystemsResponse") public GetTicketSystemsResult getTicketSystems( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param secretId * @param siteId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AssignSite", action = "urn:thesecretserver.com/AssignSite") @WebResult(name = "AssignSiteResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AssignSite", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignSite") @ResponseWrapper(localName = "AssignSiteResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignSiteResponse") public WebServiceResult assignSite( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "siteId", targetNamespace = "urn:thesecretserver.com") int siteId); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "CheckIn", action = "urn:thesecretserver.com/CheckIn") @WebResult(name = "CheckInResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "CheckIn", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.CheckIn") @ResponseWrapper(localName = "CheckInResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.CheckInResponse") public WebServiceResult checkIn( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param ticketNumber * @param notes * @param ipAddress * @param secretId * @param userId * @param referenceId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AddSecretCustomAudit", action = "urn:thesecretserver.com/AddSecretCustomAudit") @WebResult(name = "AddSecretCustomAuditResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddSecretCustomAudit", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecretCustomAudit") @ResponseWrapper(localName = "AddSecretCustomAuditResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecretCustomAuditResponse") public WebServiceResult addSecretCustomAudit( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "notes", targetNamespace = "urn:thesecretserver.com") String notes, @WebParam(name = "ipAddress", targetNamespace = "urn:thesecretserver.com") String ipAddress, @WebParam(name = "referenceId", targetNamespace = "urn:thesecretserver.com") Integer referenceId, @WebParam(name = "ticketNumber", targetNamespace = "urn:thesecretserver.com") String ticketNumber, @WebParam(name = "userId", targetNamespace = "urn:thesecretserver.com") int userId); /** * * @param owner * @param view * @param edit * @param secretId * @param groupOrUserRecord * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "UpdateSecretPermission", action = "urn:thesecretserver.com/UpdateSecretPermission") @WebResult(name = "UpdateSecretPermissionResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UpdateSecretPermission", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateSecretPermission") @ResponseWrapper(localName = "UpdateSecretPermissionResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateSecretPermissionResponse") public WebServiceResult updateSecretPermission( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "groupOrUserRecord", targetNamespace = "urn:thesecretserver.com") GroupOrUserRecord groupOrUserRecord, @WebParam(name = "view", targetNamespace = "urn:thesecretserver.com") boolean view, @WebParam(name = "edit", targetNamespace = "urn:thesecretserver.com") boolean edit, @WebParam(name = "owner", targetNamespace = "urn:thesecretserver.com") boolean owner); /** * * @param sessionKey * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "CheckInByKey", action = "urn:thesecretserver.com/CheckInByKey") @WebResult(name = "CheckInByKeyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "CheckInByKey", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.CheckInByKey") @ResponseWrapper(localName = "CheckInByKeyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.CheckInByKeyResponse") public WebServiceResult checkInByKey( @WebParam(name = "sessionKey", targetNamespace = "urn:thesecretserver.com") String sessionKey); /** * * @param token * @return * returns com.thesecretserver.service.UserInfoResult */ @WebMethod(operationName = "WhoAmI", action = "urn:thesecretserver.com/WhoAmI") @WebResult(name = "WhoAmIResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "WhoAmI", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.WhoAmI") @ResponseWrapper(localName = "WhoAmIResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.WhoAmIResponse") public UserInfoResult whoAmI( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param token * @return * returns com.thesecretserver.service.GetAllGroupsResult */ @WebMethod(operationName = "GetAllGroups", action = "urn:thesecretserver.com/GetAllGroups") @WebResult(name = "GetAllGroupsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetAllGroups", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllGroups") @ResponseWrapper(localName = "GetAllGroupsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllGroupsResponse") public GetAllGroupsResult getAllGroups( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param groupId * @param userId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AssignUserToGroup", action = "urn:thesecretserver.com/AssignUserToGroup") @WebResult(name = "AssignUserToGroupResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AssignUserToGroup", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignUserToGroup") @ResponseWrapper(localName = "AssignUserToGroupResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignUserToGroupResponse") public WebServiceResult assignUserToGroup( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "userId", targetNamespace = "urn:thesecretserver.com") int userId, @WebParam(name = "groupId", targetNamespace = "urn:thesecretserver.com") int groupId); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.SSHCredentialsResult */ @WebMethod(operationName = "GetSSHLoginCredentials", action = "urn:thesecretserver.com/GetSSHLoginCredentials") @WebResult(name = "GetSSHLoginCredentialsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSSHLoginCredentials", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHLoginCredentials") @ResponseWrapper(localName = "GetSSHLoginCredentialsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHLoginCredentialsResponse") public SSHCredentialsResult getSSHLoginCredentials( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param machine * @param secretId * @param token * @return * returns com.thesecretserver.service.SSHCredentialsResult */ @WebMethod(operationName = "GetSSHLoginCredentialsWithMachine", action = "urn:thesecretserver.com/GetSSHLoginCredentialsWithMachine") @WebResult(name = "GetSSHLoginCredentialsWithMachineResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSSHLoginCredentialsWithMachine", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHLoginCredentialsWithMachine") @ResponseWrapper(localName = "GetSSHLoginCredentialsWithMachineResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHLoginCredentialsWithMachineResponse") public SSHCredentialsResult getSSHLoginCredentialsWithMachine( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "machine", targetNamespace = "urn:thesecretserver.com") String machine); /** * * @param includeInactiveUsers * @param searchTerm * @param token * @return * returns com.thesecretserver.service.GetUsersResult */ @WebMethod(operationName = "SearchUsers", action = "urn:thesecretserver.com/SearchUsers") @WebResult(name = "SearchUsersResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchUsers", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchUsers") @ResponseWrapper(localName = "SearchUsersResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchUsersResponse") public GetUsersResult searchUsers( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "searchTerm", targetNamespace = "urn:thesecretserver.com") String searchTerm, @WebParam(name = "includeInactiveUsers", targetNamespace = "urn:thesecretserver.com") boolean includeInactiveUsers); /** * * @param userId * @param token * @return * returns com.thesecretserver.service.GetUserResult */ @WebMethod(operationName = "GetUser", action = "urn:thesecretserver.com/GetUser") @WebResult(name = "GetUserResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetUser", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetUser") @ResponseWrapper(localName = "GetUserResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetUserResponse") public GetUserResult getUser( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "userId", targetNamespace = "urn:thesecretserver.com") int userId); /** * * @param user * @param token * @return * returns com.thesecretserver.service.UpdateUserResult */ @WebMethod(operationName = "UpdateUser", action = "urn:thesecretserver.com/UpdateUser") @WebResult(name = "UpdateUserResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UpdateUser", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateUser") @ResponseWrapper(localName = "UpdateUserResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateUserResponse") public UpdateUserResult updateUser( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "user", targetNamespace = "urn:thesecretserver.com") User user); /** * * @param secretId * @param fieldDisplayName * @param token * @return * returns com.thesecretserver.service.SecretItemHistoryResult */ @WebMethod(operationName = "GetSecretItemHistoryByFieldName", action = "urn:thesecretserver.com/GetSecretItemHistoryByFieldName") @WebResult(name = "GetSecretItemHistoryByFieldNameResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretItemHistoryByFieldName", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretItemHistoryByFieldName") @ResponseWrapper(localName = "GetSecretItemHistoryByFieldNameResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretItemHistoryByFieldNameResponse") public SecretItemHistoryResult getSecretItemHistoryByFieldName( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId, @WebParam(name = "fieldDisplayName", targetNamespace = "urn:thesecretserver.com") String fieldDisplayName); /** * * @param secretId * @param token * @return * returns com.thesecretserver.service.SecretPolicyForSecretResult */ @WebMethod(operationName = "GetSecretPolicyForSecret", action = "urn:thesecretserver.com/GetSecretPolicyForSecret") @WebResult(name = "GetSecretPolicyForSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSecretPolicyForSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretPolicyForSecret") @ResponseWrapper(localName = "GetSecretPolicyForSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSecretPolicyForSecretResponse") public SecretPolicyForSecretResult getSecretPolicyForSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretId", targetNamespace = "urn:thesecretserver.com") int secretId); /** * * @param secretPolicyForSecret * @param token * @return * returns com.thesecretserver.service.SecretPolicyForSecretResult */ @WebMethod(operationName = "AssignSecretPolicyForSecret", action = "urn:thesecretserver.com/AssignSecretPolicyForSecret") @WebResult(name = "AssignSecretPolicyForSecretResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AssignSecretPolicyForSecret", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignSecretPolicyForSecret") @ResponseWrapper(localName = "AssignSecretPolicyForSecretResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AssignSecretPolicyForSecretResponse") public SecretPolicyForSecretResult assignSecretPolicyForSecret( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretPolicyForSecret", targetNamespace = "urn:thesecretserver.com") SecretPolicyForSecret secretPolicyForSecret); /** * * @param includeInactive * @param term * @param token * @return * returns com.thesecretserver.service.SearchSecretPoliciesResult */ @WebMethod(operationName = "SearchSecretPolicies", action = "urn:thesecretserver.com/SearchSecretPolicies") @WebResult(name = "SearchSecretPoliciesResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SearchSecretPolicies", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretPolicies") @ResponseWrapper(localName = "SearchSecretPoliciesResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SearchSecretPoliciesResponse") public SearchSecretPoliciesResult searchSecretPolicies( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "term", targetNamespace = "urn:thesecretserver.com") String term, @WebParam(name = "includeInactive", targetNamespace = "urn:thesecretserver.com") boolean includeInactive); /** * * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "RunActiveDirectorySynchronization", action = "urn:thesecretserver.com/RunActiveDirectorySynchronization") @WebResult(name = "RunActiveDirectorySynchronizationResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "RunActiveDirectorySynchronization", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RunActiveDirectorySynchronization") @ResponseWrapper(localName = "RunActiveDirectorySynchronizationResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RunActiveDirectorySynchronizationResponse") public WebServiceResult runActiveDirectorySynchronization( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param addGroupRequestMessage * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AddGroupToActiveDirectorySynchronization", action = "urn:thesecretserver.com/AddGroupToActiveDirectorySynchronization") @WebResult(name = "AddGroupToActiveDirectorySynchronizationResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddGroupToActiveDirectorySynchronization", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddGroupToActiveDirectorySynchronization") @ResponseWrapper(localName = "AddGroupToActiveDirectorySynchronizationResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddGroupToActiveDirectorySynchronizationResponse") public WebServiceResult addGroupToActiveDirectorySynchronization( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "addGroupRequestMessage", targetNamespace = "urn:thesecretserver.com") AddGroupRequestMessage addGroupRequestMessage); /** * * @param secretPolicy * @param token * @return * returns com.thesecretserver.service.SecretPolicyResult */ @WebMethod(operationName = "AddSecretPolicy", action = "urn:thesecretserver.com/AddSecretPolicy") @WebResult(name = "AddSecretPolicyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddSecretPolicy", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecretPolicy") @ResponseWrapper(localName = "AddSecretPolicyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddSecretPolicyResponse") public SecretPolicyResult addSecretPolicy( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "secretPolicy", targetNamespace = "urn:thesecretserver.com") SecretPolicyDetail secretPolicy); /** * * @param token * @return * returns com.thesecretserver.service.SecretPolicyResult */ @WebMethod(operationName = "GetNewSecretPolicy", action = "urn:thesecretserver.com/GetNewSecretPolicy") @WebResult(name = "GetNewSecretPolicyResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetNewSecretPolicy", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetNewSecretPolicy") @ResponseWrapper(localName = "GetNewSecretPolicyResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetNewSecretPolicyResponse") public SecretPolicyResult getNewSecretPolicy( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token); /** * * @param sshCommandMenuId * @param token * @return * returns com.thesecretserver.service.GetSshCommandMenuResult */ @WebMethod(operationName = "GetSSHCommandMenu", action = "urn:thesecretserver.com/GetSSHCommandMenu") @WebResult(name = "GetSSHCommandMenuResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetSSHCommandMenu", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHCommandMenu") @ResponseWrapper(localName = "GetSSHCommandMenuResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetSSHCommandMenuResponse") public GetSshCommandMenuResult getSSHCommandMenu( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "sshCommandMenuId", targetNamespace = "urn:thesecretserver.com") int sshCommandMenuId); /** * * @param commandsText * @param sshCommandMenu * @param deleteCommands * @param token * @return * returns com.thesecretserver.service.GetSshCommandMenuResult */ @WebMethod(operationName = "SaveSSHCommandMenu", action = "urn:thesecretserver.com/SaveSSHCommandMenu") @WebResult(name = "SaveSSHCommandMenuResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "SaveSSHCommandMenu", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SaveSSHCommandMenu") @ResponseWrapper(localName = "SaveSSHCommandMenuResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.SaveSSHCommandMenuResponse") public GetSshCommandMenuResult saveSSHCommandMenu( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "sshCommandMenu", targetNamespace = "urn:thesecretserver.com") SshCommandMenu sshCommandMenu, @WebParam(name = "commandsText", targetNamespace = "urn:thesecretserver.com") String commandsText, @WebParam(name = "deleteCommands", targetNamespace = "urn:thesecretserver.com") boolean deleteCommands); /** * * @param includeInactive * @param token * @return * returns com.thesecretserver.service.GetSshCommandMenusResult */ @WebMethod(operationName = "GetAllSSHCommandMenus", action = "urn:thesecretserver.com/GetAllSSHCommandMenus") @WebResult(name = "GetAllSSHCommandMenusResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetAllSSHCommandMenus", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllSSHCommandMenus") @ResponseWrapper(localName = "GetAllSSHCommandMenusResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllSSHCommandMenusResponse") public GetSshCommandMenusResult getAllSSHCommandMenus( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "includeInactive", targetNamespace = "urn:thesecretserver.com") Boolean includeInactive); /** * * @param sshCommandMenuId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "DeleteSSHCommandMenu", action = "urn:thesecretserver.com/DeleteSSHCommandMenu") @WebResult(name = "DeleteSSHCommandMenuResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "DeleteSSHCommandMenu", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DeleteSSHCommandMenu") @ResponseWrapper(localName = "DeleteSSHCommandMenuResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.DeleteSSHCommandMenuResponse") public WebServiceResult deleteSSHCommandMenu( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "sshCommandMenuId", targetNamespace = "urn:thesecretserver.com") int sshCommandMenuId); /** * * @param sshCommandMenuId * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "RestoreSSHCommandMenu", action = "urn:thesecretserver.com/RestoreSSHCommandMenu") @WebResult(name = "RestoreSSHCommandMenuResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "RestoreSSHCommandMenu", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RestoreSSHCommandMenu") @ResponseWrapper(localName = "RestoreSSHCommandMenuResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.RestoreSSHCommandMenuResponse") public WebServiceResult restoreSSHCommandMenu( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "sshCommandMenuId", targetNamespace = "urn:thesecretserver.com") int sshCommandMenuId); /** * * @param newUserScript * @param token * @return * returns com.thesecretserver.service.WebServiceResult */ @WebMethod(operationName = "AddScript", action = "urn:thesecretserver.com/AddScript") @WebResult(name = "AddScriptResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "AddScript", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddScript") @ResponseWrapper(localName = "AddScriptResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.AddScriptResponse") public WebServiceResult addScript( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "newUserScript", targetNamespace = "urn:thesecretserver.com") UserScript newUserScript); /** * * @param includeInactiveUserScripts * @param token * @return * returns com.thesecretserver.service.GetUserScriptsResult */ @WebMethod(operationName = "GetAllScripts", action = "urn:thesecretserver.com/GetAllScripts") @WebResult(name = "GetAllScriptsResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetAllScripts", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllScripts") @ResponseWrapper(localName = "GetAllScriptsResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetAllScriptsResponse") public GetUserScriptsResult getAllScripts( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "includeInactiveUserScripts", targetNamespace = "urn:thesecretserver.com") boolean includeInactiveUserScripts); /** * * @param userScriptId * @param token * @return * returns com.thesecretserver.service.GetUserScriptResult */ @WebMethod(operationName = "GetScript", action = "urn:thesecretserver.com/GetScript") @WebResult(name = "GetScriptResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "GetScript", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetScript") @ResponseWrapper(localName = "GetScriptResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.GetScriptResponse") public GetUserScriptResult getScript( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "userScriptId", targetNamespace = "urn:thesecretserver.com") int userScriptId); /** * * @param userScript * @param token * @return * returns com.thesecretserver.service.UpdateUserScriptResult */ @WebMethod(operationName = "UpdateScript", action = "urn:thesecretserver.com/UpdateScript") @WebResult(name = "UpdateScriptResult", targetNamespace = "urn:thesecretserver.com") @RequestWrapper(localName = "UpdateScript", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateScript") @ResponseWrapper(localName = "UpdateScriptResponse", targetNamespace = "urn:thesecretserver.com", className = "com.thesecretserver.service.UpdateScriptResponse") public UpdateUserScriptResult updateScript( @WebParam(name = "token", targetNamespace = "urn:thesecretserver.com") String token, @WebParam(name = "userScript", targetNamespace = "urn:thesecretserver.com") UserScript userScript); }