Uses of Interface
org.opensaml.saml.saml2.core.SubjectConfirmation
Packages that use SubjectConfirmation
Package
Description
Interfaces and API classes for validating SAML 2 Assertions.
Implementation classes for validating SAML 2 Assertions.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Implementations of SAML 2.0 profile behavior.
Classes for SAML WS-Security.
-
Uses of SubjectConfirmation in org.opensaml.saml.saml2.assertion
Methods in org.opensaml.saml.saml2.assertion with parameters of type SubjectConfirmationModifier and TypeMethodDescriptionSubjectConfirmationValidator.validate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Confirms theSubjectby means of the givenSubjectConfirmation. -
Uses of SubjectConfirmation in org.opensaml.saml.saml2.assertion.impl
Methods in org.opensaml.saml.saml2.assertion.impl with parameters of type SubjectConfirmationModifier and TypeMethodDescriptionprotected abstract ValidationResultAbstractSubjectConfirmationValidator.doValidate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Performs any further validation required for the specific confirmation method implementation.protected ValidationResultBearerSubjectConfirmationValidator.doValidate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Performs any further validation required for the specific confirmation method implementation.protected ValidationResultHolderOfKeySubjectConfirmationValidator.doValidate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Performs any further validation required for the specific confirmation method implementation.protected ValidationResultSenderVouchersSubjectConfirmationValidator.doValidate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Performs any further validation required for the specific confirmation method implementation.AbstractSubjectConfirmationValidator.validate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context) Confirms theSubjectby means of the givenSubjectConfirmation. -
Uses of SubjectConfirmation in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type SubjectConfirmationModifier and TypeMethodDescriptionSubject.getSubjectConfirmations()Gets the confirmations made about this subject. -
Uses of SubjectConfirmation in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement SubjectConfirmationFields in org.opensaml.saml.saml2.core.impl with type parameters of type SubjectConfirmationModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<SubjectConfirmation>SubjectImpl.subjectConfirmationsSubject Confirmations of the Subject.Methods in org.opensaml.saml.saml2.core.impl that return SubjectConfirmationModifier and TypeMethodDescriptionSubjectConfirmationBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.SubjectConfirmationBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type SubjectConfirmationModifier and TypeMethodDescriptionSubjectImpl.getSubjectConfirmations()Gets the confirmations made about this subject. -
Uses of SubjectConfirmation in org.opensaml.saml.saml2.profile.impl
Fields in org.opensaml.saml.saml2.profile.impl with type parameters of type SubjectConfirmationModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<SubjectConfirmation>AddSubjectConfirmationToSubjects.confirmationBuilderBuilder for SubjectConfirmation objects.Methods in org.opensaml.saml.saml2.profile.impl that return SubjectConfirmationModifier and TypeMethodDescriptionprivate SubjectConfirmationAddSubjectConfirmationToSubjects.cloneConfirmation(SubjectConfirmation confirmation) Create an efficient field-wise copy of aSubjectConfirmation.Methods in org.opensaml.saml.saml2.profile.impl with parameters of type SubjectConfirmationModifier and TypeMethodDescriptionprivate SubjectConfirmationAddSubjectConfirmationToSubjects.cloneConfirmation(SubjectConfirmation confirmation) Create an efficient field-wise copy of aSubjectConfirmation. -
Uses of SubjectConfirmation in org.opensaml.saml.saml2.wssecurity
Fields in org.opensaml.saml.saml2.wssecurity declared as SubjectConfirmationModifier and TypeFieldDescriptionprivate SubjectConfirmationSAML20AssertionToken.subjectConfirmationGet the successfully attested SubjectConfirmation.Methods in org.opensaml.saml.saml2.wssecurity that return SubjectConfirmationModifier and TypeMethodDescriptionSAML20AssertionToken.getSubjectConfirmation()Get the successfully attested SubjectConfirmation.Methods in org.opensaml.saml.saml2.wssecurity with parameters of type SubjectConfirmationModifier and TypeMethodDescriptionvoidSAML20AssertionToken.setSubjectConfirmation(SubjectConfirmation newSubjectConfirmation) Set the successfully attested SubjectConfirmation.