showClientSubject {dataone} | R Documentation |
Get DataONE Identity as Stored in the CILogon Certificate.
Description
Returns Your Identity according to DataONE (and CILogon) as provided in the Subject field of the X.509 certificate. The value is a Distinguished Name, and can be used in all fields that require a user identity for access control authorization. If the certificate is missing on expired, then the subject 'public' is returned.
Usage
showClientSubject(x, ...)
## S4 method for signature 'CertificateManager'
showClientSubject(x)
Arguments
x |
a CertificateManager instance |
... |
(Not yet used) |
Value
the DataONE Subject that is your client's identity
[Package dataone version 2.2.2 Index]