Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
Conditions |
AssertionFactory.createConditions()
Returns a new instance of
Conditions . |
Conditions |
AssertionFactory.createConditions(Element elem)
Returns a new instance of
Conditions . |
Conditions |
AssertionFactory.createConditions(String xml)
Returns a new instance of
Conditions . |
Conditions |
Assertion.getConditions()
Returns the conditions of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setConditions(Conditions conditions)
Sets the conditions of the assertion
|
Modifier and Type | Method and Description |
---|---|
Conditions |
AuthnRequest.getConditions()
Returns the
Conditions object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setConditions(Conditions conditions)
Sets the
Conditions object. |
Copyright © 2010-2013, ForgeRock All Rights Reserved.