#include <saml/saml2/metadata/EndpointManager.h>
Inheritance diagram for opensaml::saml2md::IndexedEndpointManager< _Tx >:
Public Member Functions | |
IndexedEndpointManager (const typename std::vector< _Tx * > &endpoints) | |
Constructor. | |
const _Tx * | getDefault () const |
Returns the default endpoint in the set. | |
const _Tx * | getByIndex (unsigned short index) const |
Returns indexed endpoint. | |
const _Tx * | getByBinding (const XMLCh *binding) const |
Returns endpoint that supports a particular binding. |
_Tx | the endpoint type being managed |
|
Constructor.
|
|
Returns endpoint that supports a particular binding.
Reimplemented from opensaml::saml2md::EndpointManager< _Tx >. |
|
Returns indexed endpoint.
|
|
Returns the default endpoint in the set.
|