Package | Description |
---|---|
org.opensaml.saml.common.binding.impl |
Implementation of SAML binding-level functionality, such as MessageHandlers.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataLookupHandler.setRoleDescriptorResolver(RoleDescriptorResolver resolver)
Set the
RoleDescriptorResolver to use. |
Modifier and Type | Class and Description |
---|---|
class |
BasicRoleDescriptorResolver
Simple impl of
RoleDescriptorResolver which wraps an instance of MetadataResolver to
support basic EntityDescriptor resolution, and then performs further role-related filtering over the
returned EntityDescriptor. |
Modifier and Type | Method and Description |
---|---|
RoleDescriptorResolver |
MetadataCredentialResolver.getRoleDescriptorResolver()
Get the metadata RoleDescriptor resolver instance used by this resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataCredentialResolver.setRoleDescriptorResolver(RoleDescriptorResolver resolver)
Set the metadata RoleDescriptor resolver instance used by this resolver.
|
Copyright © 2017. All rights reserved.