Uses of Interface
org.opensaml.saml.saml2.metadata.KeyDescriptor
Packages that use KeyDescriptor
Package
Description
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
Classes related to verifying various credentials within a SAML system.
-
Uses of KeyDescriptor in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type KeyDescriptorModifier and TypeMethodDescriptionAffiliationDescriptor.getKeyDescriptors()Gets a list of KeyDescriptors for this affiliation.RoleDescriptor.getKeyDescriptors()Gets the key descriptors for this role. -
Uses of KeyDescriptor in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement KeyDescriptorFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type KeyDescriptorModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<KeyDescriptor>AffiliationDescriptorImpl.keyDescriptorsKey descriptors for this role.private final XMLObjectChildrenList<KeyDescriptor>RoleDescriptorImpl.keyDescriptorsKey descriptors for this role.RoleDescriptorXSAnyAdapter.keyDescriptorsKeyDescriptor children.Methods in org.opensaml.saml.saml2.metadata.impl that return KeyDescriptorModifier and TypeMethodDescriptionKeyDescriptorBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.KeyDescriptorBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type KeyDescriptorModifier and TypeMethodDescriptionAffiliationDescriptorImpl.getKeyDescriptors()Gets a list of KeyDescriptors for this affiliation.RoleDescriptorImpl.getKeyDescriptors()Gets the key descriptors for this role.RoleDescriptorXSAnyAdapter.getKeyDescriptors()Gets the key descriptors for this role. -
Uses of KeyDescriptor in org.opensaml.saml.security.impl
Fields in org.opensaml.saml.security.impl declared as KeyDescriptorModifier and TypeFieldDescriptionprivate KeyDescriptorSAMLMDCredentialContext.keyDescriptorKey descriptor which contained the KeyInfo used.Methods in org.opensaml.saml.security.impl that return KeyDescriptorModifier and TypeMethodDescriptionSAMLMDCredentialContext.getKeyDescriptor()Get the key descriptor context.Methods in org.opensaml.saml.security.impl with parameters of type KeyDescriptorModifier and TypeMethodDescriptionprotected voidMetadataCredentialResolver.extractCredentials(Collection<Credential> accumulator, KeyDescriptor keyDescriptor, String entityID, UsageType mdUsage) Extract the credentials from the specified KeyDescriptor.Constructors in org.opensaml.saml.security.impl with parameters of type KeyDescriptor