|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubjectConfirmation | |
|---|---|
| org.opensaml.saml2.core | Interfaces for SAML 2.0 core specification types and elements. |
| org.opensaml.saml2.core.impl | Implementations of SAML 2.0 core specification types and elements. |
| org.opensaml.saml2.core.validator | Validation rules for SAML 2.0 core types and elements. |
| Uses of SubjectConfirmation in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type SubjectConfirmation | |
|---|---|
List<SubjectConfirmation> |
Subject.getSubjectConfirmations()
Gets the confirmations made about this subject. |
| Uses of SubjectConfirmation in org.opensaml.saml2.core.impl |
|---|
| Fields in org.opensaml.saml2.core.impl with type parameters of type SubjectConfirmation | |
|---|---|
private XMLObjectChildrenList<SubjectConfirmation> |
SubjectImpl.subjectConfirmations
Subject Confirmations of the Subject. |
| Methods in org.opensaml.saml2.core.impl that return SubjectConfirmation | |
|---|---|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
| Methods in org.opensaml.saml2.core.impl that return types with arguments of type SubjectConfirmation | |
|---|---|
List<SubjectConfirmation> |
SubjectImpl.getSubjectConfirmations()
Gets the confirmations made about this subject. |
| Uses of SubjectConfirmation in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type SubjectConfirmation | |
|---|---|
void |
SubjectConfirmationSchemaValidator.validate(SubjectConfirmation subjectConfirmation)
|
protected void |
SubjectConfirmationSchemaValidator.validateMethod(SubjectConfirmation subjectConfirmation)
Checks that Method is present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||