Package | Description |
---|---|
org.keycloak.dom.saml.v2.metadata | |
org.keycloak.saml.processing.core.saml.v2.util | |
org.keycloak.saml.processing.core.saml.v2.writers |
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 |
---|---|
static X509Certificate |
SAMLMetadataUtil.getCertificate(KeyDescriptorType keyDescriptor)
Get the
X509Certificate from the KeyInfo |
Modifier and Type | Method and Description |
---|---|
void |
SAMLMetadataWriter.writeKeyDescriptor(KeyDescriptorType keyDescriptor) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.