|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyDescriptor | |
---|---|
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.validator | Validation rules for SAML 2.0 metadata types and elements. |
org.opensaml.security | Classes related to verifying various credentials within a SAML system. |
Uses of KeyDescriptor in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return types with arguments of type KeyDescriptor | |
---|---|
java.util.List<KeyDescriptor> |
RoleDescriptor.getKeyDescriptors()
Gets the key descriptors for this role. |
java.util.List<KeyDescriptor> |
AffiliationDescriptor.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation. |
Uses of KeyDescriptor in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement KeyDescriptor | |
---|---|
class |
KeyDescriptorImpl
Concrete implementation of KeyDescriptor . |
Methods in org.opensaml.saml2.metadata.impl that return KeyDescriptor | |
---|---|
KeyDescriptor |
KeyDescriptorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
KeyDescriptor |
KeyDescriptorBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type KeyDescriptor | |
---|---|
java.util.List<KeyDescriptor> |
AffiliationDescriptorImpl.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation. |
java.util.List<KeyDescriptor> |
RoleDescriptorImpl.getKeyDescriptors()
Gets the key descriptors for this role. |
Uses of KeyDescriptor in org.opensaml.saml2.metadata.validator |
---|
Methods in org.opensaml.saml2.metadata.validator with parameters of type KeyDescriptor | |
---|---|
void |
KeyDescriptorSchemaValidator.validate(KeyDescriptor keyDescriptor)
|
protected void |
KeyDescriptorSchemaValidator.validateKeyInfo(KeyDescriptor keyDescriptor)
Checks that KeyInfo is present. |
protected void |
KeyDescriptorSchemaValidator.validateUse(KeyDescriptor keyDescriptor)
Checks that use attribute has only one of allowed values. |
Uses of KeyDescriptor in org.opensaml.security |
---|
Methods in org.opensaml.security that return KeyDescriptor | |
---|---|
KeyDescriptor |
SAMLMDCredentialContext.getKeyDescriptor()
Get the key descriptor context. |
Constructors in org.opensaml.security with parameters of type KeyDescriptor | |
---|---|
SAMLMDCredentialContext(KeyDescriptor descriptor)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |