| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
Subject
The
Subject element specifies one or more subjects. |
| Modifier and Type | Method and Description |
|---|---|
static SubjectType |
Subject.fromElement(Element element)
This constructor builds a subject element from an existing XML block
which has already been built into a DOM.
|
| Constructor and Description |
|---|
Subject(SubjectType subjectType) |
| Modifier and Type | Field and Description |
|---|---|
protected SubjectType |
AssertionType.subject |
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
ObjectFactory.createSubjectType()
Create an instance of
SubjectType |
SubjectType |
AssertionType.getSubject()
Gets the value of the subject property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectType> |
ObjectFactory.createSubject(SubjectType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectType> |
ObjectFactory.createSubject(SubjectType value)
|
void |
AssertionType.setSubject(SubjectType value)
Sets the value of the subject property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.