パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.match.saml | |
edu.internet2.middleware.shibboleth.common.attribute.provider | |
edu.internet2.middleware.shibboleth.idp.ui |
UI package for the Shibboleth IdP.
|
edu.internet2.middleware.shibboleth.idp.util | |
org.opensaml.common.binding |
Classes related to SAML binding operations.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected EntityDescriptor |
AttributeIssuerEntityAttributeExactMatchFunctor.getEntityMetadata(ShibbolethFilteringContext filterContext)
Gets the entity descriptor for the entity to check.
|
protected EntityDescriptor |
AttributeRequesterEntityAttributeExactMatchFunctor.getEntityMetadata(ShibbolethFilteringContext filterContext)
Gets the entity descriptor for the entity to check.
|
protected EntityDescriptor |
AttributeIssuerEntityAttributeRegexMatchFunctor.getEntityMetadata(ShibbolethFilteringContext filterContext)
Gets the entity descriptor for the entity to check.
|
protected EntityDescriptor |
AttributeRequesterEntityAttributeRegexMatchFunctor.getEntityMetadata(ShibbolethFilteringContext filterContext)
Gets the entity descriptor for the entity to check.
|
protected abstract EntityDescriptor |
AbstractEntityAttributeMatchFunctor.getEntityMetadata(ShibbolethFilteringContext filterContext)
Gets the entity descriptor for the entity to check.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Attribute |
AbstractEntityAttributeMatchFunctor.getEntityAttribute(EntityDescriptor entityDescriptor)
Gets the entity attribute from the given entity metadata.
|
protected boolean |
AbstractEntityGroupMatchFunctor.isEntityInGroup(EntityDescriptor entity)
Checks if the given entity is in the provided entity group.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Set<String> |
ShibbolethSAML2AttributeAuthority.getAttribtueIds(EntityDescriptor metadata)
Gets the attribute IDs for those attributes requested in the entity metadata.
|
protected Set<String> |
ShibbolethSAML1AttributeAuthority.getAttribtueIds(EntityDescriptor metadata)
Gets the attribute IDs for those attributes requested in the entity metadata.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected EntityDescriptor |
ServiceTagSupport.getSPEntityDescriptor()
Get the EntityDescriptor for the relying party.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static EntityDescriptor |
HttpServletHelper.getRelyingPartyMetadata(String relyingPartyEntityId,
RelyingPartyConfigurationManager rpConfigMngr)
Gets the metatdata for a given relying party.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EntityDescriptor |
AbstractEndpointSelector.getEntityMetadata()
Gets the metadata of the entity.
|
EntityDescriptor |
BasicSAMLMessageContext.getLocalEntityMetadata()
Gets the local entity metadata.
|
EntityDescriptor |
SAMLMessageContext.getLocalEntityMetadata()
Gets the local entity metadata.
|
EntityDescriptor |
BasicSAMLMessageContext.getPeerEntityMetadata()
Gets the peer entity metadata.
|
EntityDescriptor |
SAMLMessageContext.getPeerEntityMetadata()
Gets the peer entity metadata.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractEndpointSelector.setEntityMetadata(EntityDescriptor entity)
Sets the metadata of the entity.
|
void |
BasicSAMLMessageContext.setLocalEntityMetadata(EntityDescriptor metadata)
Sets the local entity metadata.
|
void |
SAMLMessageContext.setLocalEntityMetadata(EntityDescriptor metadata)
Sets the local entity metadata.
|
void |
BasicSAMLMessageContext.setPeerEntityMetadata(EntityDescriptor metadata)
Sets the peer entity metadata.
|
void |
SAMLMessageContext.setPeerEntityMetadata(EntityDescriptor metadata)
Sets the peer entity metadata.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EntityDescriptor> |
EntitiesDescriptor.getEntityDescriptors()
Gets a list of child
EntityDescriptor s. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
EntityDescriptorImpl
Concretate implementation of
EntitiesDescriptor . |
修飾子とタイプ | メソッドと説明 |
---|---|
EntityDescriptor |
EntityDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EntityDescriptor |
EntityDescriptorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EntityDescriptor> |
EntitiesDescriptorImpl.getEntityDescriptors()
Gets a list of child
EntityDescriptor s. |
修飾子とタイプ | メソッドと説明 |
---|---|
protected EntityDescriptor |
AbstractMetadataProvider.doGetEntityDescriptor(String entityID)
Gets the identified EntityDescriptor from the metadata.
|
EntityDescriptor |
ChainingMetadataProvider.getEntityDescriptor(String entityID)
Gets the valid metadata for a given entity.
|
EntityDescriptor |
AbstractMetadataProvider.getEntityDescriptor(String entityID)
Gets the valid metadata for a given entity.
|
EntityDescriptor |
MetadataProvider.getEntityDescriptor(String entityID)
Gets the valid metadata for a given entity.
|
protected EntityDescriptor |
AbstractMetadataProvider.getEntityDescriptorById(String entityID,
EntitiesDescriptor descriptor)
Gets the entity descriptor with the given ID that is a descendant of the given entities descriptor.
|
protected EntityDescriptor |
AbstractMetadataProvider.getEntityDescriptorById(String entityID,
XMLObject metadata)
Gets the EntityDescriptor with the given ID from the cached metadata.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
EntityRoleFilter.filterEntityDescriptor(EntityDescriptor descriptor)
Filters entity descriptor roles.
|
protected void |
SignatureValidationFilter.processEntityDescriptor(EntityDescriptor entityDescriptor)
Process the signatures on the specified EntityDescriptor and any signed children.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
EntityDescriptorSchemaValidator.validate(EntityDescriptor entityDescriptor)
Checks to see if a XMLObject is valid.
|
void |
EntityDescriptorSpecValidator.validate(EntityDescriptor entityDescriptor)
Checks to see if a XMLObject is valid.
|
protected void |
EntityDescriptorSchemaValidator.validateDescriptors(EntityDescriptor entityDescriptor)
Checks that an AffiliationDescriptor OR one or more RoleDescriptors are present.
|
protected void |
EntityDescriptorSchemaValidator.validateEntityID(EntityDescriptor entityDescriptor)
Checks that EntityID is present and valid.
|
protected void |
EntityDescriptorSpecValidator.validateRoot(EntityDescriptor entityDescriptor)
Checks that at least either Valid Until or Cache Duration is present when Entity Descriptor is root element.
|
Copyright © 2012. All Rights Reserved.