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.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
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 | Method and Description |
---|---|
boolean |
AbstractRegistrationInfoPredicate.apply(EntityDescriptor input) |
boolean |
EntityGroupNamePredicate.apply(EntityDescriptor input) |
boolean |
EntityAttributesPredicate.apply(EntityDescriptor input) |
boolean |
EntityIdPredicate.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(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria) |
Modifier and Type | Method and Description |
---|---|
Iterable<EntityDescriptor> |
ChainingMetadataResolver.resolve(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria) |
Modifier and Type | Method and Description |
---|---|
List<EntityDescriptor> |
EntitiesDescriptor.getEntityDescriptors()
Gets a list of child
EntityDescriptor s. |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.