Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
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
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.