|
||||||||||
| 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 | |
|---|---|
List<KeyDescriptor> |
AffiliationDescriptor.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation. |
List<KeyDescriptor> |
RoleDescriptor.getKeyDescriptors()
Gets the key descriptors for this role. |
| 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. |
| Fields in org.opensaml.saml2.metadata.impl with type parameters of type KeyDescriptor | |
|---|---|
private XMLObjectChildrenList<KeyDescriptor> |
AffiliationDescriptorImpl.keyDescriptors
Key descriptors for this role |
private XMLObjectChildrenList<KeyDescriptor> |
RoleDescriptorImpl.keyDescriptors
Key descriptors for this role. |
| 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(String namespaceURI,
String localName,
String namespacePrefix)
|
| Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type KeyDescriptor | |
|---|---|
List<KeyDescriptor> |
AffiliationDescriptorImpl.getKeyDescriptors()
Gets an immutable list of KeyDescriptors for this affiliation. |
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 |
|---|
| Fields in org.opensaml.security declared as KeyDescriptor | |
|---|---|
private KeyDescriptor |
SAMLMDCredentialContext.keyDescriptor
Key descriptor which contained the KeyInfo used. |
| 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 | |||||||||