Modifier and Type | Field and Description |
---|---|
protected List<KeyDescriptorType> |
RoleDescriptorType.keyDescriptor |
protected List<KeyDescriptorType> |
AffiliationDescriptorType.keyDescriptor |
Modifier and Type | Method and Description |
---|---|
List<KeyDescriptorType> |
RoleDescriptorType.getKeyDescriptor()
Gets the value of the keyDescriptor property.
|
List<KeyDescriptorType> |
AffiliationDescriptorType.getKeyDescriptor()
Gets the value of the keyDescriptor property.
|
Modifier and Type | Method and Description |
---|---|
void |
RoleDescriptorType.addKeyDescriptor(KeyDescriptorType keyD)
Add key descriptor
|
void |
RoleDescriptorType.removeKeyDescriptor(KeyDescriptorType keyD)
remove key descriptor
|
Modifier and Type | Method and Description |
---|---|
protected KeyDescriptorType |
SAMLKeyDescriptorParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLKeyDescriptorParser.processSubElement(XMLEventReader xmlEventReader,
KeyDescriptorType target,
SAMLMetadataQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
static X509Certificate |
SAMLMetadataUtil.getCertificate(KeyDescriptorType keyDescriptor)
Get the
X509Certificate from the KeyInfo |
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataWriter.writeKeyDescriptor(KeyDescriptorType keyDescriptor) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.