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 AssertionIDRef
AssertionFactory. createAssertionIDRef()
Returns a new instance ofAssertionIDRef
.AssertionIDRef
AssertionFactory. createAssertionIDRef(String xml)
Returns a new instance ofAssertionIDRef
.AssertionIDRef
AssertionFactory. 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 theAssertionIDRef
in the element.List<AssertionIDRef>
Advice. getAssertionIDRefs()
Returns a list ofAssertionIDRef
Method parameters in com.sun.identity.saml2.assertion with type arguments of type AssertionIDRef Modifier and Type Method Description void
Evidence. setAssertionIDRef(List<AssertionIDRef> value)
Sets theAssertionIDRef
(s) in the element.void
Advice. 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 ofAssertionIDRef
objects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type AssertionIDRef Modifier and Type Method Description void
AssertionIDRequest. setAssertionIDRefs(List<AssertionIDRef> assertionIDRefs)
Sets a list ofAssertionIDRef
Objects.
-