| Package | Description |
|---|---|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
| org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
| org.opensaml.saml.saml1.profile.impl |
Implementations of SAML 1.x profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
SubjectStatement.getSubject()
Get the Subject of the statement.
|
Subject |
SubjectQuery.getSubject()
Get Subject child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectStatement.setSubject(Subject subject)
Set the Subject of the statement.
|
void |
SubjectQuery.setSubject(Subject subject)
Set Subject child element.
|
| Modifier and Type | Field and Description |
|---|---|
private Subject |
SubjectQueryImpl.subject
Contains the Subject subelement.
|
private Subject |
SubjectStatementImpl.subject
Contains the Subject subelement.
|
| Modifier and Type | Method and Description |
|---|---|
Subject |
SubjectBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Subject |
SubjectBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Subject |
SubjectQueryImpl.getSubject()
Get Subject child element.
|
Subject |
SubjectStatementImpl.getSubject()
Get the Subject of the statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectQueryImpl.setSubject(Subject sub)
Set Subject child element.
|
void |
SubjectStatementImpl.setSubject(Subject sub)
Set the Subject of the statement.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLObjectBuilder<Subject> |
CopyNameIdentifierFromRequest.subjectBuilder
Builder for Subject objects.
|
private SAMLObjectBuilder<Subject> |
AddSubjectConfirmationToSubjects.subjectBuilder
Builder for Subject objects.
|
private SAMLObjectBuilder<Subject> |
AddNameIdentifierToSubjects.subjectBuilder
Builder for Subject objects.
|
| Modifier and Type | Method and Description |
|---|---|
private Subject |
CopyNameIdentifierFromRequest.getStatementSubject(SubjectStatement statement)
Get the subject to which the name identifier will be added.
|
private Subject |
AddSubjectConfirmationToSubjects.getStatementSubject(SubjectStatement statement)
Get the subject to which the confirmation will be added.
|
private Subject |
AddNameIdentifierToSubjects.getStatementSubject(SubjectStatement statement)
Get the subject to which the name identifier will be added.
|