Template for processing unindexed endpoint information.
More...
#include <saml/saml2/metadata/EndpointManager.h>
|
| | EndpointManager (const typename std::vector< _Tx * > &endpoints) |
| | Constructor.
|
| const _Tx * | getByBinding (const XMLCh *binding) const |
| | Returns endpoint that supports a particular binding.
|
|
|
const std::vector< _Tx * > & | m_endpoints |
| | Reference to endpoint array.
|
template<class _Tx>
class opensaml::saml2md::EndpointManager< _Tx >
Template for processing unindexed endpoint information.
- Parameters
-
| _Tx | the endpoint type being managed |
◆ EndpointManager()
Constructor.
- Parameters
-
| endpoints | array of endpoints to manage |
◆ getByBinding()
Returns endpoint that supports a particular binding.
- Parameters
-
- Returns
- a supporting endpoint, favoring the default, or nullptr
The documentation for this class was generated from the following file: