Package | Description |
---|---|
org.apache.ws.security.saml | |
org.apache.ws.security.saml.ext | |
org.apache.ws.security.saml.ext.builder | |
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 |
---|---|
static SAMLKeyInfo |
SAMLUtil.getCredentialFromSubject(Assertion assertion,
RequestData data,
WSDocInfo docInfo,
boolean bspCompliant)
Get the SAMLKeyInfo object corresponding to the credential stored in the Subject of a
SAML 2 assertion
|
Modifier and Type | Method and Description |
---|---|
Assertion |
AssertionWrapper.getSaml2()
Method getSaml2 returns the saml2 of this AssertionWrapper object.
|
Constructor and Description |
---|
AssertionWrapper(Assertion saml2)
Constructor AssertionWrapper creates a new AssertionWrapper instance.
|
Modifier and Type | Method and Description |
---|---|
static Assertion |
SAML2ComponentBuilder.createAssertion()
Create a SAML 2 assertion
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
Response.getAssertions()
Return the list of Assertion child elements.
|
List<Assertion> |
Evidence.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
Advice.getAssertions()
Gets the list of Assertions used as advice.
|
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)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<Assertion> |
ResponseImpl.getAssertions()
Return the list of Assertion child elements.
|
List<Assertion> |
EvidenceImpl.getAssertions()
Gets the list of Assertions used as evidence.
|
List<Assertion> |
AdviceImpl.getAssertions()
Gets the list of Assertions used as advice.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionSpecValidator.validate(Assertion assertion)
Checks to see if a XMLObject is valid.
|
void |
AssertionSchemaValidator.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.
|
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 © 2018 JBoss by Red Hat. All rights reserved.