| Package | Description |
|---|---|
| org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
| org.keycloak.saml.processing.core.parsers.saml.assertion | |
| org.keycloak.saml.processing.core.parsers.util |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoConfirmationDataType
Java class for KeyInfoConfirmationDataType complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SubjectConfirmationDataType |
SubjectConfirmationType.subjectConfirmationData |
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationDataType |
SubjectConfirmationType.getSubjectConfirmationData()
Gets the value of the subjectConfirmationData property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmationType.setSubjectConfirmationData(SubjectConfirmationDataType value)
Sets the value of the subjectConfirmationData property.
|
| Modifier and Type | Method and Description |
|---|---|
protected SubjectConfirmationDataType |
SAMLSubjectConfirmationDataParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SAMLSubjectConfirmationDataParser.processSubElement(XMLEventReader xmlEventReader,
SubjectConfirmationDataType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
| Modifier and Type | Method and Description |
|---|---|
static SubjectConfirmationDataType |
SAML11ParserUtil.parseSubjectConfirmationData(XMLEventReader xmlEventReader)
Parse the
SubjectConfirmationDataType |
Copyright © 2021 JBoss by Red Hat. All rights reserved.