Holds the content of a CheckAccessRequest
![]() | CheckAccessRequest () Constructor |
![]() | setResource (const string& resource) Sets the name of the resource |
![]() | getResource () const Returns the name of the resource |
![]() | setAkentiPrincipal (const AkentiPrincipal& ap) Sets the principal accessing the resource |
![]() | containsAkentiPrincipal () const Returns true if this CheckAccessRequest contains a principal |
![]() | getAkentiPrincipal () const Returns the AkentiPrincipal that is in the message |
![]() | containsX509Chain () const Returns true if this CheckAccessRequest contains an X509 chain |
![]() | setX509Chain (const vector<Certificate>& certs) Sets the X509 chain of the principal accessing the resource |
![]() | getX509Chain () const Returns the X509 chain of the principal accessing the resource |
Holds the content of a CheckAccessRequest.
This request is used to determine the privileges of a user for a resource.
void setResource(const string& resource)
const string& getResource() const
void setAkentiPrincipal(const AkentiPrincipal& ap)
bool containsAkentiPrincipal() const
const AkentiPrincipal& getAkentiPrincipal() const
bool containsX509Chain() const
void setX509Chain(const vector<Certificate>& certs)
const vector <Certificate> & getX509Chain() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de