| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.protocol |
Package containing the classes for the protocol of SAMLv2
|
| org.keycloak.saml.processing.core.parsers.saml.protocol | |
| org.keycloak.saml.processing.core.saml.v2.writers |
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionsType |
StatusResponseType.extensions |
protected ExtensionsType |
RequestAbstractType.extensions |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsType |
StatusResponseType.getExtensions()
Gets the value of the extensions property.
|
ExtensionsType |
RequestAbstractType.getExtensions()
Gets the value of the extensions property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusResponseType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
RequestAbstractType.setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExtensionsType |
SAMLExtensionsParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMLExtensionsParser.processSubElement(XMLEventReader xmlEventReader,
ExtensionsType target,
SAMLProtocolQNames element,
StartElement elementDetail) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWriter.write(ExtensionsType extensions) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.