Package | Description |
---|---|
org.keycloak.saml |
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 © 2020 JBoss by Red Hat. All rights reserved.