Uses of Interface
org.sourceid.saml20.xmlbinding.assertion.AssertionType
-
Packages that use AssertionType Package Description org.sourceid.saml20.adapter.sp.authn Service Provider (SP) role specific interfaces and classes for authentication adapters.org.sourceid.saml20.xmlbinding.assertion org.sourceid.saml20.xmlbinding.protocol -
-
Uses of AssertionType in org.sourceid.saml20.adapter.sp.authn
Methods in org.sourceid.saml20.adapter.sp.authn that return AssertionType Modifier and Type Method Description AssertionTypeSsoContext. getSsoAssertion()The raw assertion that was relied upon for SSO.Methods in org.sourceid.saml20.adapter.sp.authn that return types with arguments of type AssertionType Modifier and Type Method Description List<AssertionType>SsoContext. getOtherValidAssertions()If more than one assertion was included by the IdP, the additional valid assertion can be accessed by this method.Constructors in org.sourceid.saml20.adapter.sp.authn with parameters of type AssertionType Constructor Description SsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl)Create a new SsoContext.SsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl, String authnCtx, Date authnInstant)Create a new SsoContext.Constructor parameters in org.sourceid.saml20.adapter.sp.authn with type arguments of type AssertionType Constructor Description SsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl)Create a new SsoContext.SsoContext(AttributeMap subjectAttributes, AssertionType ssoAssertion, List<AssertionType> otherValidAssertions, String idpPartnerEntityId, String targetResourceUrl, String authnCtx, Date authnInstant)Create a new SsoContext. -
Uses of AssertionType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return AssertionType Modifier and Type Method Description AssertionTypeAdviceType. addNewAssertion()Appends and returns a new empty value (as xml) as the last "Assertion" elementAssertionTypeAssertionDocument. addNewAssertion()Appends and returns a new empty "Assertion" elementAssertionTypeEvidenceType. addNewAssertion()Appends and returns a new empty value (as xml) as the last "Assertion" elementAssertionTypeAssertionDocument. getAssertion()Gets the "Assertion" elementAssertionType[]AdviceType. getAssertionArray()Gets array of all "Assertion" elementsAssertionTypeAdviceType. getAssertionArray(int i)Gets ith "Assertion" elementAssertionType[]EvidenceType. getAssertionArray()Gets array of all "Assertion" elementsAssertionTypeEvidenceType. getAssertionArray(int i)Gets ith "Assertion" elementAssertionTypeAdviceType. insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "Assertion" elementAssertionTypeEvidenceType. insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "Assertion" elementstatic AssertionTypeAssertionType.Factory. newInstance()static AssertionTypeAssertionType.Factory. newInstance(XmlOptions options)static AssertionTypeAssertionType.Factory. parse(File file)static AssertionTypeAssertionType.Factory. parse(File file, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(InputStream is)static AssertionTypeAssertionType.Factory. parse(InputStream is, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(Reader r)static AssertionTypeAssertionType.Factory. parse(Reader r, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(String xmlAsString)static AssertionTypeAssertionType.Factory. parse(String xmlAsString, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(URL u)static AssertionTypeAssertionType.Factory. parse(URL u, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(XMLStreamReader sr)static AssertionTypeAssertionType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AssertionTypeAssertionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AssertionTypeAssertionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AssertionTypeAssertionType.Factory. parse(Node node)static AssertionTypeAssertionType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.assertion with parameters of type AssertionType Modifier and Type Method Description voidAssertionDocument. setAssertion(AssertionType assertion)Sets the "Assertion" elementvoidAdviceType. setAssertionArray(int i, AssertionType assertion)Sets ith "Assertion" elementvoidAdviceType. setAssertionArray(AssertionType[] assertionArray)Sets array of all "Assertion" elementvoidEvidenceType. setAssertionArray(int i, AssertionType assertion)Sets ith "Assertion" elementvoidEvidenceType. setAssertionArray(AssertionType[] assertionArray)Sets array of all "Assertion" element -
Uses of AssertionType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return AssertionType Modifier and Type Method Description AssertionTypeResponseType. addNewAssertion()Appends and returns a new empty value (as xml) as the last "Assertion" elementAssertionType[]ResponseType. getAssertionArray()Gets array of all "Assertion" elementsAssertionTypeResponseType. getAssertionArray(int i)Gets ith "Assertion" elementAssertionTypeResponseType. insertNewAssertion(int i)Inserts and returns a new empty value (as xml) as the ith "Assertion" elementMethods in org.sourceid.saml20.xmlbinding.protocol with parameters of type AssertionType Modifier and Type Method Description voidResponseType. setAssertionArray(int i, AssertionType assertion)Sets ith "Assertion" elementvoidResponseType. setAssertionArray(AssertionType[] assertionArray)Sets array of all "Assertion" element
-