パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Assertion |
AbstractSAML2ProfileHandler.buildAssertion(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
org.joda.time.DateTime issueInstant)
Builds a basic assertion with its id, issue instant, SAML version, issuer, subject, and conditions populated.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
AbstractSAML2ProfileHandler.postProcessAssertion(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
Assertion assertion)
Extension point for for subclasses to post-process the Assertion before it is signed and encrypted.
|
protected void |
SSOProfileHandler.postProcessAssertion(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
Assertion assertion)
Extension point for for subclasses to post-process the Assertion before it is signed and encrypted.
|
protected void |
AbstractSAML2ProfileHandler.signAssertion(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
Assertion assertion)
Signs the given assertion if either the current profile configuration or the relying party configuration contains
signing credentials.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Assertion> |
EvidenceImpl.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
AdviceImpl.getAssertions()
Gets the list of Assertions used as advice.
|
List<Assertion> |
ResponseImpl.getAssertions()
Return the list of Assertion child elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AssertionSchemaValidator.validate(Assertion assertion)
Checks to see if a XMLObject is valid.
|
void |
AssertionSpecValidator.validate(Assertion assertion)
Checks to see if a XMLObject is valid.
|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Assertion> |
EntityAttributes.getAssertions()
Gets the assertions about the entity.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Assertion> |
EntityAttributesImpl.getAssertions()
Gets the assertions about the entity.
|
Copyright © 2012. All Rights Reserved.