Package | Description |
---|---|
org.opensaml.saml.ext.saml2mdattr |
Interfaces for SAML 2 Metadata Extension for Entity Attributes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
EntityAttributes.getAssertions()
Gets the assertions about the entity.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Evidence.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
Response.getAssertions()
Return the list of Assertion child elements.
|
List<Assertion> |
Advice.getAssertions()
Gets the list of Assertions used as advice.
|
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 |
---|---|
static Assertion |
SAML2ActionSupport.addAssertionToResponse(AbstractProfileAction action,
Response response,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
String issuer)
|
static Assertion |
SAML2ActionSupport.buildAssertion(AbstractProfileAction action,
net.shibboleth.utilities.java.support.security.IdentifierGenerationStrategy idGenerator,
String issuer)
Constructs an
Assertion using the parameters supplied, with its issue instant set to the
current time. |
Modifier and Type | Method and Description |
---|---|
static Advice |
SAML2ActionSupport.addAdviceToAssertion(AbstractProfileAction action,
Assertion assertion)
|
static Conditions |
SAML2ActionSupport.addConditionsToAssertion(AbstractProfileAction action,
Assertion assertion)
Creates and adds a
Conditions to a given Assertion . |
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.