| 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 |
|---|---|
SubjectConfirmation |
Subject.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subject.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
Sets the SubjectConfirmation of this Subject.
|
| Modifier and Type | Field and Description |
|---|---|
private SubjectConfirmation |
SubjectImpl.subjectConfirmation
Contains the SubjectConfirmation inside the Subject.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
SubjectConfirmation |
SubjectImpl.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectImpl.setSubjectConfirmation(SubjectConfirmation conf)
Sets the SubjectConfirmation of this Subject.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLObjectBuilder<SubjectConfirmation> |
AddSubjectConfirmationToSubjects.confirmationBuilder
Builder for SubjectConfirmation objects.
|
| Modifier and Type | Method and Description |
|---|---|
private SubjectConfirmation |
AddSubjectConfirmationToSubjects.cloneConfirmation(SubjectConfirmation confirmation)
Create an efficient field-wise copy of a
SubjectConfirmation. |
| Modifier and Type | Method and Description |
|---|---|
private SubjectConfirmation |
AddSubjectConfirmationToSubjects.cloneConfirmation(SubjectConfirmation confirmation)
Create an efficient field-wise copy of a
SubjectConfirmation. |