| Constructor and Description |
|---|
SAMLToken(Assertion assertion,
JAXBContext jxbContext,
com.sun.xml.ws.api.SOAPVersion soapVersion)
Creates a new instance of SAMLToken
|
| Modifier and Type | Method and Description |
|---|---|
protected Assertion |
IssueSamlTokenContractImpl.createSAML11Assertion(String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
protected Assertion |
DefaultSAMLTokenProvider.createSAML11Assertion(WSTrustVersion wstVer,
int lifeSpan,
String confirMethod,
String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
protected Assertion |
IssueSamlTokenContractImpl.createSAML20Assertion(String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType) |
protected Assertion |
DefaultSAMLTokenProvider.createSAML20Assertion(WSTrustVersion wstVer,
int lifeSpan,
String confirMethod,
String assertionId,
String issuer,
String appliesTo,
org.apache.xml.security.keys.KeyInfo keyInfo,
Map<QName,List<String>> claimedAttrs,
String keyType,
String authnCtx) |
| Modifier and Type | Method and Description |
|---|---|
static Assertion |
WSTrustUtil.addSamlAttributes(Assertion assertion,
Map<QName,List<String>> claimedAttrs) |
| Modifier and Type | Method and Description |
|---|---|
static Assertion |
WSTrustUtil.addSamlAttributes(Assertion assertion,
Map<QName,List<String>> claimedAttrs) |
| 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.