Package | Description |
---|---|
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.
|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
org.opensaml.samlext.saml2mdattr | |
org.opensaml.samlext.saml2mdattr.impl |
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Evidence.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
Advice.getAssertions()
Gets the list of Assertions used as advice.
|
List<Assertion> |
Response.getAssertions()
Return the list of Assertion child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionImpl
A concrete implementation of
Assertion . |
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Assertion |
AssertionBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
AdviceImpl.getAssertions()
Gets the list of Assertions used as advice.
|
List<Assertion> |
EvidenceImpl.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
ResponseImpl.getAssertions()
Return the list of Assertion child elements.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionSchemaValidator.validate(Assertion assertion) |
void |
AssertionSpecValidator.validate(Assertion assertion) |
protected void |
AssertionSchemaValidator.validateID(Assertion assertion)
Checks that the ID attribute is present.
|
protected void |
AssertionSchemaValidator.validateIssueInstant(Assertion assertion)
Checks that the IssueInstant attribute is present.
|
protected void |
AssertionSchemaValidator.validateIssuer(Assertion assertion)
Checks that Issuer element is present.
|
protected void |
AssertionSpecValidator.validateSubject(Assertion assertion)
Checks that the Subject element is present when required.
|
protected void |
AssertionSchemaValidator.validateVersion(Assertion assertion)
Checks that the Version attribute is present.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion.
|
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
Encrypter.encrypt(Assertion assertion)
Encrypt the specified Assertion.
|
EncryptedID |
Encrypter.encryptAsID(Assertion assertion)
Encrypt the specified Assertion, treating as an identifier and returning
an EncryptedID.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
EntityAttributes.getAssertions()
Gets the assertions about the entity.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
EntityAttributesImpl.getAssertions()
Gets the assertions about the entity.
|
Copyright © 1999-2013. All Rights Reserved.