| Package | Description |
|---|---|
| com.sun.xml.wss | |
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.misc | |
| com.sun.xml.wss.saml | |
| com.sun.xml.wss.saml.assertion.saml11.jaxb20 | |
| com.sun.xml.wss.saml.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityEnvironment.updateOtherPartySubject(Subject subject,
Assertion assertion)
Update the public credentials of the subject of the party
whose Assertion is given.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WssProviderSecurityEnvironment.updateOtherPartySubject(Subject subject,
Assertion assertion) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSITProviderSecurityEnvironment.updateOtherPartySubject(Subject subject,
Assertion assertion) |
void |
DefaultSecurityEnvironmentImpl.updateOtherPartySubject(Subject subject,
Assertion assertion) |
| Modifier and Type | Method and Description |
|---|---|
abstract Assertion |
SAMLAssertionFactory.createAssertion(Element element)
Creates and returns an
Assertion object from the given SAML org.w3c.dom.Element. |
abstract Assertion |
SAMLAssertionFactory.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements)
Creates and return an Assertion from the data members: the
ID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion, Subjectand a set of
Statement(s) in the assertion. |
abstract Assertion |
SAMLAssertionFactory.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements,
JAXBContext jcc)
Creates and return an Assertion from the data members: the
ID, the issuer, time when assertion issued,
the conditions when creating a new assertion , Advice
applicable to this Assertion, Subject, a set of
Statement(s) ,and a jaxbcontext for the assertion. |
abstract Assertion |
SAMLAssertionFactory.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements)
Creates and return an Assertion from 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. |
abstract Assertion |
SAMLAssertionFactory.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements,
JAXBContext jcc) |
abstract Assertion |
SAMLAssertionFactory.createAssertion(XMLStreamReader reader)
Creates and returns an
Assertion object from the given SAML XMLStreamReader. |
static Assertion |
AssertionUtil.fromElement(Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Assertion
This object stands for
Assertion element. |
| Modifier and Type | Method and Description |
|---|---|
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(Element element) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(Element element) |
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements) |
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements,
JAXBContext jcc) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(String ID,
NameID issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
Subject subject,
List statements,
JAXBContext jcc) |
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements) |
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements,
JAXBContext jcc) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(String assertionID,
String issuer,
GregorianCalendar issueInstant,
Conditions conditions,
Advice advice,
List statements,
JAXBContext jcc) |
Assertion |
SAMLAssertion2_2FactoryImpl.createAssertion(XMLStreamReader reader) |
Assertion |
SAMLAssertion2_1FactoryImpl.createAssertion(XMLStreamReader reader) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.