Uses of Interface
com.sun.identity.saml2.assertion.AssertionIDRef
-
Packages that use AssertionIDRef Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of AssertionIDRef in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return AssertionIDRef Modifier and Type Method Description AssertionIDRefAssertionFactory. createAssertionIDRef()Returns a new instance ofAssertionIDRef.AssertionIDRefAssertionFactory. createAssertionIDRef(String xml)Returns a new instance ofAssertionIDRef.AssertionIDRefAssertionFactory. createAssertionIDRef(Element elem)Returns a new instance ofAssertionIDRef.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AssertionIDRef Modifier and Type Method Description List<AssertionIDRef>Evidence. getAssertionIDRef()Returns theAssertionIDRefin the element.List<AssertionIDRef>Advice. getAssertionIDRefs()Returns a list ofAssertionIDRefMethod parameters in com.sun.identity.saml2.assertion with type arguments of type AssertionIDRef Modifier and Type Method Description voidEvidence. setAssertionIDRef(List<AssertionIDRef> value)Sets theAssertionIDRef(s) in the element.voidAdvice. setAssertionIDRefs(List<AssertionIDRef> idRefs)Sets a list ofAssertionIDRef -
Uses of AssertionIDRef in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return types with arguments of type AssertionIDRef Modifier and Type Method Description List<AssertionIDRef>AssertionIDRequest. getAssertionIDRefs()Returns a list ofAssertionIDRefobjects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type AssertionIDRef Modifier and Type Method Description voidAssertionIDRequest. setAssertionIDRefs(List<AssertionIDRef> assertionIDRefs)Sets a list ofAssertionIDRefObjects.
-