| Package | Description |
|---|---|
| org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
| org.opensaml.saml.common.messaging.context.navigate |
Functions to navigate SAML message contexts.
|
| org.opensaml.saml.common.messaging.soap |
Support classes for SAML SOAP message operations.
|
| org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
| org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
| org.opensaml.saml.metadata.resolver.index |
Classes for SAML metadata indexing.
|
| org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
| Modifier and Type | Field and Description |
|---|---|
private EntityDescriptor |
SAMLMetadataContext.entityDescriptor
The descriptor of the SAML entity.
|
| Modifier and Type | Method and Description |
|---|---|
EntityDescriptor |
SAMLMetadataContext.getEntityDescriptor()
Gets the descriptor of the SAML entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAMLMetadataContext.setEntityDescriptor(EntityDescriptor descriptor)
Sets the descriptor of the SAML entity.
|
| Modifier and Type | Method and Description |
|---|---|
EntityDescriptor |
EntityDescriptorLookupFunction.apply(SAMLMetadataContext input) |
| Modifier and Type | Field and Description |
|---|---|
private EntityDescriptor |
SAMLSOAPClientContextBuilder.peerEntityDescriptor
The SAML peer EntityDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
EntityDescriptor |
SAMLSOAPClientContextBuilder.getPeerEntityDescriptor()
Get the SAML peer EntityDscriptor.
|
| Modifier and Type | Method and Description |
|---|---|
SAMLSOAPClientContextBuilder<InboundMessageType,OutboundMessageType> |
SAMLSOAPClientContextBuilder.setPeerEntityDescriptor(EntityDescriptor entityDescriptor)
Set the SAML peer EntityDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityIdPredicate.apply(EntityDescriptor input) |
boolean |
EntityGroupNamePredicate.apply(EntityDescriptor input) |
boolean |
EntityAttributesPredicate.apply(EntityDescriptor input) |
boolean |
AbstractRegistrationInfoPredicate.apply(EntityDescriptor input) |
protected RegistrationInfo |
AbstractRegistrationInfoPredicate.getRegistrationInfo(EntityDescriptor entity)
Get the
RegistrationInfo extension associated with an entity, if any. |
| Modifier and Type | Method and Description |
|---|---|
EntityDescriptor |
ChainingMetadataResolver.resolveSingle(CriteriaSet criteria) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<EntityDescriptor> |
ChainingMetadataResolver.resolve(CriteriaSet criteria) |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataIndexKey> |
MetadataIndex.generateKeys(EntityDescriptor descriptor)
Generate a set of one or more
MetadataIndexKey instances based on the input EntityDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
List<EntityDescriptor> |
EntitiesDescriptor.getEntityDescriptors()
Gets a list of child
EntityDescriptors. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.