Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
Modifier and Type | Method and Description |
---|---|
OneTimeUse |
AssertionFactory.createOneTimeUse()
Returns a new instance of
OneTimeUse . |
OneTimeUse |
AssertionFactory.createOneTimeUse(Element elem)
Returns a new instance of
OneTimeUse . |
OneTimeUse |
AssertionFactory.createOneTimeUse(String xml)
Returns a new instance of
OneTimeUse . |
Modifier and Type | Method and Description |
---|---|
List<OneTimeUse> |
Conditions.getOneTimeUses()
Returns a list of
OneTimeUse |
Modifier and Type | Method and Description |
---|---|
void |
Conditions.setOneTimeUses(List<OneTimeUse> oneTimeUses)
Sets a list of
OneTimeUse |
Copyright © 2010-2018, ForgeRock All Rights Reserved.