| Package | Description |
|---|---|
| org.keycloak.broker.saml | |
| org.keycloak.protocol.saml | |
| org.keycloak.saml |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
SAMLIdentityProvider.getSignatureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
SamlClient.getSignatureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlClient.setSignatureAlgorithm(SignatureAlgorithm algorithm) |
| Modifier and Type | Field and Description |
|---|---|
protected SignatureAlgorithm |
BaseSAML2BindingBuilder.signatureAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
static SignatureAlgorithm |
SignatureAlgorithm.getFromXmlDigest(String xml) |
static SignatureAlgorithm |
SignatureAlgorithm.getFromXmlMethod(String xml) |
static SignatureAlgorithm |
SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureAlgorithm[] |
SignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
BaseSAML2BindingBuilder.signatureAlgorithm(SignatureAlgorithm alg) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.