| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.metadata | |
| org.keycloak.saml.processing.core.saml.v2.util |
| Modifier and Type | Field and Description |
|---|---|
protected KeyTypes |
KeyDescriptorType.use |
| Modifier and Type | Method and Description |
|---|---|
static KeyTypes |
KeyTypes.fromValue(String v) |
KeyTypes |
KeyDescriptorType.getUse()
Gets the value of the use property.
|
static KeyTypes |
KeyTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyTypes[] |
KeyTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyDescriptorType.setUse(KeyTypes value)
Sets the value of the use property.
|
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
SAMLMetadataUtil.getCertificate(KeyTypes use,
SSODescriptorType ssoDescriptorType) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.