Metadata-based CredentialCriteria subclass.
More...
#include <saml/saml2/metadata/MetadataCredentialCriteria.h>
|
| | MetadataCredentialCriteria (const RoleDescriptor &role) |
| | Constructor. More...
|
| |
| const RoleDescriptor & | getRole () const |
| | Return the metadata role associated with the credentials. More...
|
| |
| bool | matches (const xmltooling::Credential &credential) const |
| | Get whether the candidate credential matches the criteria. More...
|
| |
Metadata-based CredentialCriteria subclass.
◆ MetadataCredentialCriteria()
| opensaml::saml2md::MetadataCredentialCriteria::MetadataCredentialCriteria |
( |
const RoleDescriptor & |
role | ) |
|
Constructor.
- Parameters
-
| role | source of metadata-supplied credentials |
◆ getRole()
| const RoleDescriptor& opensaml::saml2md::MetadataCredentialCriteria::getRole |
( |
| ) |
const |
|
inline |
Return the metadata role associated with the credentials.
- Returns
- the associated metadata role
◆ matches()
| bool opensaml::saml2md::MetadataCredentialCriteria::matches |
( |
const xmltooling::Credential & |
credential | ) |
const |
Get whether the candidate credential matches the criteria.
- Parameters
-
The documentation for this class was generated from the following file: