Uses of Interface
com.sun.identity.saml2.assertion.OneTimeUse
-
Packages that use OneTimeUse Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of OneTimeUse in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return OneTimeUse Modifier and Type Method Description OneTimeUseAssertionFactory. createOneTimeUse()Returns a new instance ofOneTimeUse.OneTimeUseAssertionFactory. createOneTimeUse(String xml)Returns a new instance ofOneTimeUse.OneTimeUseAssertionFactory. createOneTimeUse(Element elem)Returns a new instance ofOneTimeUse.Methods in com.sun.identity.saml2.assertion that return types with arguments of type OneTimeUse Modifier and Type Method Description List<OneTimeUse>Conditions. getOneTimeUses()Returns a list ofOneTimeUseMethod parameters in com.sun.identity.saml2.assertion with type arguments of type OneTimeUse Modifier and Type Method Description voidConditions. setOneTimeUses(List<OneTimeUse> oneTimeUses)Sets a list ofOneTimeUse
-