This HTML5 document contains 9 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n3http://www.openlinksw.com/ontology/webservices#
schemahttp://schema.org/
n2http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#action_user.certificates.
n5http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4https://www.iodbc.org/ods/api/user.certificates.
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:list
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n3:isWebServiceOf
n5:this_ODSUserModuleAPI
n3:endPointURL
n4:list
schema:shortDescription
<p>List all X.509 certificates accociated with an account. </p>
schema:name
EntryPoint - user_certificates_list
schema:description
<p>An ODS account can contain an arbitrary number of certificates which can either be imported via <ref kindref="member" refid="group__ods__module__user_1ga2610d8c4c79df52949bdc7691550999c">user.certificates.new()</ref> or be created via <ref kindref="member" refid="group__ods__module__user_1ga0ee2110be2d0c0557a63715de1828a21">user.certificates.create()</ref>. This method lists all certificates in the profile.</p><p><simplesect kind="return"><p>A JSON list of all X.509 certificates accociated with the account. For historical reasons all information is provided twice: once in a plain list and once in a clean JSON map.</p></simplesect> <bold>Example:</bold> </p><p><pre> [ [ 1, "/CN=Sebastian Trueg (local ODS instance)/emailAddress=trueg@openlinksw.com", "1 week(s) ago", "67:1C:7A:E3:D2:2D:85:C9:E4:AF:BB:D7:F1:EA:53:3B", "Yes", { "id": 1, "fingerprint": "67:1C:7A:E3:D2:2D:85:C9:E4:AF:BB:D7:F1:EA:53:3B", "timestamp": "2012-10-15 20:31:36", "fuzzyTimestamp": "1 week(s) ago", "subject": { "CN": "Sebastian Trueg (local ODS instance)", "emailAddress": "trueg@openlinksw.com" } } ] ] </pre></p><p><simplesect kind="par"><title>Authentication</title><p>This function requries authentication via one of the supported authentication methods as described in <ref kindref="compound" refid="ods_authentication">ODS Authentication</ref>. </p></simplesect> </p>
schema:url
n4:list