opensaml-3.2.1
|
Template for processing unindexed endpoint information. More...
#include <saml/saml2/metadata/EndpointManager.h>
Public Member Functions | |
EndpointManager (const typename std::vector< _Tx * > &endpoints) | |
Constructor. More... | |
const _Tx * | getByBinding (const XMLCh *binding) const |
Returns endpoint that supports a particular binding. More... | |
Protected Attributes | |
const std::vector< _Tx * > & | m_endpoints |
Reference to endpoint array. | |
Template for processing unindexed endpoint information.
_Tx | the endpoint type being managed |
|
inline |
Constructor.
endpoints | array of endpoints to manage |
|
inline |
Returns endpoint that supports a particular binding.
binding | binding to locate |