| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 |
| Modifier and Type | Method and Description |
|---|---|
NameID |
SubjectConfirmation.getNameId() |
NameID |
Subject.getNameId() |
| Constructor and Description |
|---|
Assertion(String assertionID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements)
This constructor is used to populate the data members: the
assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion and a set of
Statement(s) in the assertion. |
Assertion(String assertionID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements,
JAXBContext jcc)
This constructor is used to populate the data members: the
assertionID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion ,a set of
Statement(s) and a JAXBContext for the assertion. |
Subject(NameID nameId,
SubjectConfirmation subjectConfirmation)
Constructs a Subject object from a
NameID
object and a SubjectConfirmation object. |
SubjectConfirmation(NameID nameID,
KeyInfoConfirmationData keyInfoConfirmationData,
String confirmationMethod) |
SubjectConfirmation(NameID nameID,
String method)
From scratch constructor for a single confirmation method.
|
SubjectConfirmation(NameID nameID,
SubjectConfirmationData subjectConfirmationData,
String confirmationMethod)
Constructs an
SubjectConfirmation instance. |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.