Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
Modifier and Type | Method and Description |
---|---|
Subject |
AssertionFactory.createSubject()
Returns a new instance of
Subject . |
Subject |
AssertionFactory.createSubject(Element elem)
Returns a new instance of
Subject . |
Subject |
AssertionFactory.createSubject(String xml)
Returns a new instance of
Subject . |
Subject |
Assertion.getSubject()
Returns the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setSubject(Subject subject)
Sets the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectQueryAbstract.getSubject()
Returns the
Subject object. |
Subject |
AuthnRequest.getSubject()
Returns the
Subject object. |
Modifier and Type | Method and Description |
---|---|
void |
SubjectQueryAbstract.setSubject(Subject subject)
Sets the
Subject object. |
void |
AuthnRequest.setSubject(Subject subject)
Sets the
Subject object. |
Copyright © 2010-2014, ForgeRock All Rights Reserved.