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.saml.v2.factories |
Modifier and Type | Field and Description |
---|---|
protected List<SubjectConfirmationType> |
SubjectType.subjectConfirmation |
protected List<SubjectConfirmationType> |
SubjectType.STSubType.subjectConfirmation |
Modifier and Type | Method and Description |
---|---|
List<SubjectConfirmationType> |
SubjectType.getConfirmation()
Get a list of subject confirmations
|
List<SubjectConfirmationType> |
SubjectType.STSubType.getConfirmation() |
Modifier and Type | Method and Description |
---|---|
void |
SubjectType.addConfirmation(SubjectConfirmationType con)
Add a subject confirmation
|
void |
SubjectType.STSubType.addConfirmation(SubjectConfirmationType con) |
void |
SubjectType.removeConfirmation(SubjectConfirmationType con)
Remove a subject confirmation
|
Modifier and Type | Method and Description |
---|---|
protected SubjectConfirmationType |
SAMLSubjectConfirmationParser.instantiateElement(XMLEventReader xmlEventReader,
StartElement element) |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLSubjectConfirmationParser.processSubElement(XMLEventReader xmlEventReader,
SubjectConfirmationType target,
SAMLAssertionQNames element,
StartElement elementDetail) |
Modifier and Type | Method and Description |
---|---|
static SubjectConfirmationType |
SAMLAssertionFactory.createSubjectConfirmation(NameIDType nameID,
String confirmationMethod,
KeyInfoConfirmationDataType keyInfoData)
Creates a
SubjectConfirmationType object with the specified values. |
Modifier and Type | Method and Description |
---|---|
static SubjectType |
SAMLAssertionFactory.createSubject(NameIDType nameID,
SubjectConfirmationType confirmation)
Creates a
SubjectType object with the specified values. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.