opensaml-2.4.3
|
Licensed to the University Corporation for Advanced Internet Development, Inc. More...
#include <saml/base.h>
#include <vector>
#include <xmltooling/exceptions.h>
#include <xmltooling/security/CredentialResolver.h>
Classes | |
class | opensaml::saml2md::MetadataProvider |
Supplies an individual source of metadata. More... | |
struct | opensaml::saml2md::MetadataProvider::Criteria |
Batches up criteria for entity lookup. More... | |
Namespaces | |
namespace | opensaml |
Common classes for OpenSAML library. | |
namespace | opensaml::saml2md |
SAML 2.0 metadata namespace. | |
Macros | |
#define | XML_METADATA_PROVIDER "XML" |
MetadataProvider based on local or remote XML file. | |
#define | DYNAMIC_METADATA_PROVIDER "Dynamic" |
MetadataProvider based on dynamic resolution. | |
#define | CHAINING_METADATA_PROVIDER "Chaining" |
MetadataProvider that wraps a sequence of metadata providers. More... | |
#define | NULL_METADATA_PROVIDER "Null" |
MetadataProvider that returns an empty "dummy" entity descriptor. More... | |
Functions | |
void | opensaml::saml2md::registerMetadataProviders () |
Registers MetadataProvider classes into the runtime. | |
opensaml::saml2md::DECL_XMLTOOLING_EXCEPTION (MetadataException,, opensaml::saml2md, xmltooling::XMLToolingException, Exceptions related to metadata use) | |
Variables | |
class XMLTOOL_API | xmltooling::QName |
Licensed to the University Corporation for Advanced Internet Development, Inc.
(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.
UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Supplies an individual source of metadata.
#define CHAINING_METADATA_PROVIDER "Chaining" |
MetadataProvider that wraps a sequence of metadata providers.
#define NULL_METADATA_PROVIDER "Null" |
MetadataProvider that returns an empty "dummy" entity descriptor.