|
xrootd
|
Generic structure to pass security information back and forth. More...
#include <XrdSecInterface.hh>
Public Member Functions | |
| XrdSecBuffer (char *bp=0, int sz=0) | |
| ~XrdSecBuffer () | |
Public Attributes | |
| int | size |
| Size of the buffer or length of data in the buffer. More... | |
| char * | buffer |
| Pointer to the buffer. More... | |
Private Attributes | |
| char * | membuf |
Generic structure to pass security information back and forth.
|
inline |
|
inline |
References membuf.
| char* XrdSecBuffer::buffer |
Pointer to the buffer.
Referenced by XrdCmsSecurity::Authenticate(), XrdSecProtocolsss::Authenticate(), XrdSecProtocolunix::Authenticate(), XrdSecProtocolkrb5::Authenticate(), XrdSecTLayer::Authenticate(), XrdSecProtocolgsi::Authenticate(), XrdSecProtocolpwd::Authenticate(), XrdXrootdProtocol::do_Auth(), XrdCl::XRootDTransport::DoAuthentication(), XrdClientConn::DoAuthentication(), XrdSecProtocolkrb5::exp_krbTkn(), XrdSecProtocolsss::getCred(), XrdSecProtocolhost::getCredentials(), XrdSecTLayer::getCredentials(), XrdSecProtocolgsi::getCredentials(), XrdSecProtocolpwd::getCredentials(), XrdSecServer::getParms(), XrdSecServer::getProtocol(), XrdCmsSecurity::Identify(), main(), XrdSecGetProtocol(), XrdSecProtBind::XrdSecProtBind(), and XrdSecProtBind::~XrdSecProtBind().
|
private |
Referenced by ~XrdSecBuffer().
| int XrdSecBuffer::size |
Size of the buffer or length of data in the buffer.
Referenced by XrdCmsSecurity::Authenticate(), XrdSecProtocolsss::Authenticate(), XrdSecProtocolunix::Authenticate(), XrdSecProtocolkrb5::Authenticate(), XrdSecTLayer::Authenticate(), XrdSecProtocolgsi::Authenticate(), XrdSecProtocolpwd::Authenticate(), XrdXrootdProtocol::do_Auth(), XrdCl::XRootDTransport::DoAuthentication(), XrdClientConn::DoAuthentication(), XrdSecProtocolkrb5::exp_krbTkn(), XrdSecProtocolsss::getCred(), XrdSecProtocolhost::getCredentials(), XrdSecTLayer::getCredentials(), XrdSecProtocolgsi::getCredentials(), XrdSecProtocolpwd::getCredentials(), XrdSecServer::getParms(), XrdSecServer::getProtocol(), XrdCmsSecurity::Identify(), main(), XrdSecGetProtocol(), and XrdSecProtBind::XrdSecProtBind().
1.8.3.1