Uses of Interface
com.sun.xml.wss.saml.Assertion
-
-
Uses of Assertion in com.sun.xml.wss
Methods in com.sun.xml.wss with parameters of type Assertion Modifier and Type Method Description voidSecurityEnvironment. updateOtherPartySubject(Subject subject, Assertion assertion)Update the public credentials of the subject of the party whose Assertion is given. -
Uses of Assertion in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl with parameters of type Assertion Modifier and Type Method Description voidWssProviderSecurityEnvironment. updateOtherPartySubject(Subject subject, Assertion assertion) -
Uses of Assertion in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type Assertion Modifier and Type Method Description voidDefaultSecurityEnvironmentImpl. updateOtherPartySubject(Subject subject, Assertion assertion)voidWSITProviderSecurityEnvironment. updateOtherPartySubject(Subject subject, Assertion assertion) -
Uses of Assertion in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return Assertion Modifier and Type Method Description abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subjectand a set ofStatement(s) in the assertion.abstract AssertionSAMLAssertionFactory. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)Creates and return an Assertion from the data members: theID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertion,Subject, a set ofStatement(s) ,and a jaxbcontext for the assertion.abstract AssertionSAMLAssertionFactory. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements)Creates and return an Assertion from the data members: theassertionID, the issuer, time when assertion issued, the conditions when creating a new assertion ,Adviceapplicable to thisAssertionand a set ofStatement(s) in the assertion.abstract AssertionSAMLAssertionFactory. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements, jakarta.xml.bind.JAXBContext jcc)abstract AssertionSAMLAssertionFactory. createAssertion(XMLStreamReader reader)Creates and returns anAssertionobject from the given SAMLXMLStreamReader.abstract AssertionSAMLAssertionFactory. createAssertion(Element element)Creates and returns anAssertionobject from the given SAMLorg.w3c.dom.Element.static AssertionAssertionUtil. fromElement(Element element) -
Uses of Assertion in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Assertion Modifier and Type Class Description classAssertionThis object stands forAssertionelement. -
Uses of Assertion in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Assertion Modifier and Type Class Description classAssertionThis object stands forAssertionelement. -
Uses of Assertion in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return Assertion Modifier and Type Method Description AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements, jakarta.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(XMLStreamReader reader)AssertionSAMLAssertion2_1FactoryImpl. createAssertion(Element element)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String ID, NameID issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, Subject subject, List statements, jakarta.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(String assertionID, String issuer, GregorianCalendar issueInstant, Conditions conditions, Advice advice, List statements, jakarta.xml.bind.JAXBContext jcc)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(XMLStreamReader reader)AssertionSAMLAssertion2_2FactoryImpl. createAssertion(Element element)
-