Uses of Interface
org.opensaml.saml.saml2.core.Assertion
-
Packages that use Assertion Package Description org.opensaml.saml.ext.saml2mdattr Interfaces for SAML 2 Metadata Extension for Entity Attributes.org.opensaml.saml.saml2.assertion Interfaces and API classes for validating SAML 2 Assertions.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.saml.saml2.profile Classes for SAML 2.0 profile behavior.org.opensaml.saml.saml2.wssecurity Classes for SAML WS-Security. -
-
Uses of Assertion in org.opensaml.saml.ext.saml2mdattr
Methods in org.opensaml.saml.ext.saml2mdattr that return types with arguments of type Assertion Modifier and Type Method Description List<Assertion>EntityAttributes. getAssertions()Gets the assertions about the entity. -
Uses of Assertion in org.opensaml.saml.saml2.assertion
Methods in org.opensaml.saml.saml2.assertion with parameters of type Assertion Modifier and Type Method Description protected CriteriaSetSAML20AssertionValidator. getSignatureValidationCriteriaSet(Assertion token, ValidationContext context)Get the criteria set that will be used in evaluating the Assertion signature via the supplied trust engine.protected SignaturePrevalidatorSAML20AssertionValidator. getSignatureValidationPrevalidator(Assertion token, ValidationContext context)Get the signature trust engine that will be used in evaluating the Assertion signature.protected SignatureTrustEngineSAML20AssertionValidator. getSignatureValidationTrustEngine(Assertion token, ValidationContext context)Get the signature trust engine that will be used in evaluating the Assertion signature.protected voidSAML20AssertionValidator. log(Assertion assertion, ValidationContext context)Log the Assertion which is being validated, along with the supplied validation context parameters.protected ValidationResultSAML20AssertionValidator. performSignatureValidation(Assertion token, ValidationContext context)Handle the actual signature validation.ValidationResultAssertionValidator. validate(Assertion assertion, ValidationContext context)Validates the given assertion.ValidationResultConditionValidator. validate(Condition condition, Assertion assertion, ValidationContext context)Validates the given condition.ValidationResultSAML20AssertionValidator. validate(Assertion assertion, ValidationContext context)Validate the supplied SAML 2Assertion, using the parameters from the suppliedValidationContext.ValidationResultStatementValidator. validate(Statement statement, Assertion assertion, ValidationContext context)Validates the given statement.ValidationResultSubjectConfirmationValidator. validate(SubjectConfirmation confirmation, Assertion assertion, ValidationContext context)Confirms theSubjectby means of the givenSubjectConfirmation.protected ValidationResultSAML20AssertionValidator. validateConditions(Assertion assertion, ValidationContext context)Validates the conditions on the assertion.protected ValidationResultSAML20AssertionValidator. validateConditionsTimeBounds(Assertion assertion, ValidationContext context)Validates the NotBefore and NotOnOrAfter Conditions constraints on the assertion.protected ValidationResultSAML20AssertionValidator. validateIssuer(Assertion assertion, ValidationContext context)Validates the AssertionIssuer.protected ValidationResultSAML20AssertionValidator. validateRequiredConditions(Assertion assertion, ValidationContext context)Validate that all conditions indicated to be required are present in the assertion.protected ValidationResultSAML20AssertionValidator. validateSignature(Assertion token, ValidationContext context)Validates the signature of the assertion, if it is signed.protected ValidationResultSAML20AssertionValidator. validateStatements(Assertion assertion, ValidationContext context)Validates the statements within the assertion.protected ValidationResultSAML20AssertionValidator. validateSubjectConfirmation(Assertion assertion, ValidationContext context)Validates the subject confirmations of the assertion.protected ValidationResultSAML20AssertionValidator. validateVersion(Assertion assertion, ValidationContext context)Validates that the assertion is aSAMLVersion.VERSION_20assertion. -
Uses of Assertion in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type Assertion Modifier and Type Method Description List<Assertion>Advice. getAssertions()Gets the list of Assertions used as advice.List<Assertion>Evidence. getAssertions()Gets the list of Assertions used as evidence.List<Assertion>Response. getAssertions()Return the list of Assertion child elements. -
Uses of Assertion in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return Assertion Modifier and Type Method Description AssertionDecrypter. decrypt(EncryptedAssertion encryptedAssertion)Decrypt the specified EncryptedAssertion.Methods in org.opensaml.saml.saml2.encryption with parameters of type Assertion Modifier and Type Method Description EncryptedAssertionEncrypter. encrypt(Assertion assertion)Encrypt the specified Assertion.EncryptedIDEncrypter. encryptAsID(Assertion assertion)Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID. -
Uses of Assertion in org.opensaml.saml.saml2.profile
Methods in org.opensaml.saml.saml2.profile that return Assertion Modifier and Type Method Description static AssertionSAML2ActionSupport. addAssertionToResponse(AbstractProfileAction action, Response response, IdentifierGenerationStrategy idGenerator, String issuer)static AssertionSAML2ActionSupport. buildAssertion(AbstractProfileAction action, IdentifierGenerationStrategy idGenerator, String issuer)Constructs anAssertionusing the parameters supplied, with its issue instant set to the current time.Methods in org.opensaml.saml.saml2.profile with parameters of type Assertion Modifier and Type Method Description static AdviceSAML2ActionSupport. addAdviceToAssertion(AbstractProfileAction action, Assertion assertion)static ConditionsSAML2ActionSupport. addConditionsToAssertion(AbstractProfileAction action, Assertion assertion)Creates and adds aConditionsto a givenAssertion. -
Uses of Assertion in org.opensaml.saml.saml2.wssecurity
Constructors in org.opensaml.saml.saml2.wssecurity with parameters of type Assertion Constructor Description SAML20AssertionToken(Assertion token)Constructor.
-