#include <voms_api.h>
Public Methods | |
voms (const voms &) | |
voms () | |
voms & | operator= (const voms &) |
~voms () | |
Public Attributes | |
int | version |
int | siglen |
std::string | signature |
std::string | user |
std::string | userca |
std::string | server |
std::string | serverca |
std::string | voname |
std::string | uri |
std::string | date1 |
std::string | date2 |
data_type | type |
std::vector< data > | std |
std::string | custom |
std::vector< std::string > | fqan |
std::string | serial |
Friends | |
class | vomsdata |
|
|
|
|
|
|
|
|
|
Definition at line 58 of file voms_api.h. |
|
The data returned by an S command Definition at line 72 of file voms_api.h. |
|
Beginning of validity of the user info Definition at line 68 of file voms_api.h. |
|
End of validity of the user info Definition at line 69 of file voms_api.h. |
|
Keeps the data in the compact format Definition at line 74 of file voms_api.h. |
|
Serial number. "0" if coming from non-ac Definition at line 75 of file voms_api.h. |
|
The VOMS server DN, as from its certificate Definition at line 64 of file voms_api.h. |
|
The CA which signed the VOMS certificate Definition at line 65 of file voms_api.h. |
|
The length of the VOMS server signature Definition at line 60 of file voms_api.h. |
|
The VOMS server signature Definition at line 61 of file voms_api.h. |
|
User's characteristics Definition at line 71 of file voms_api.h. |
|
The type of data returned Definition at line 70 of file voms_api.h. |
|
The URI of the VOMS server Definition at line 67 of file voms_api.h. |
|
The user's DN, as from his certificate Definition at line 62 of file voms_api.h. |
|
The CA which signed the user's certificate Definition at line 63 of file voms_api.h. |
|
0 means data didn't originate from an AC Definition at line 59 of file voms_api.h. |
|
The name of the VO to which the VOMS belongs Definition at line 66 of file voms_api.h. |