|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubjectConfirmation | |
|---|---|
| org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
| Uses of SubjectConfirmation in org.opensaml.saml1.core |
|---|
| Methods in org.opensaml.saml1.core that return SubjectConfirmation | |
|---|---|
SubjectConfirmation |
Subject.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject |
| Methods in org.opensaml.saml1.core with parameters of type SubjectConfirmation | |
|---|---|
void |
Subject.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
Sets the SubjectConfirmation of this Subject |
| Uses of SubjectConfirmation in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement SubjectConfirmation | |
|---|---|
class |
SubjectConfirmationImpl
Concrete implementation of a SubjectConfirmation object |
| Methods in org.opensaml.saml1.core.impl that return SubjectConfirmation | |
|---|---|
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)
|
SubjectConfirmation |
SubjectImpl.getSubjectConfirmation()
Gets the SubjectConfirmation of this Subject |
| Methods in org.opensaml.saml1.core.impl with parameters of type SubjectConfirmation | |
|---|---|
void |
SubjectImpl.setSubjectConfirmation(SubjectConfirmation subjectConfirmation)
Sets the SubjectConfirmation of this Subject |
| Uses of SubjectConfirmation in org.opensaml.saml1.core.validator |
|---|
| Methods in org.opensaml.saml1.core.validator with parameters of type SubjectConfirmation | |
|---|---|
void |
SubjectConfirmationSchemaValidator.validate(SubjectConfirmation subjectConfirmation)
|
protected void |
SubjectConfirmationSchemaValidator.validateSubjectConfirmationMethods(SubjectConfirmation subjectConfirmation)
Validates that the given subject confirmation has a confirmation method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||