Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation()
Returns a new instance of
SubjectConfirmation . |
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation(Element elem)
Returns a new instance of
SubjectConfirmation . |
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation(String xml)
Returns a new instance of
SubjectConfirmation . |
Modifier and Type | Method and Description |
---|---|
List<SubjectConfirmation> |
Subject.getSubjectConfirmation()
Returns a list of subject confirmations
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setSubjectConfirmation(List<SubjectConfirmation> confirmations)
Sets a list of subject confirmations
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.