Package | Description |
---|---|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xmlsec.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLSignatureProfileValidator.validateSignatureImpl(SignatureImpl sigImpl)
Validate an instance of
SignatureImpl , which is in turn based on underlying Apache XML Security
XMLSignature instance. |
Modifier and Type | Method and Description |
---|---|
SignatureImpl |
SignatureBuilder.buildObject()
Creates the XMLObject with the default prefix and local name.
|
SignatureImpl |
SignatureBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.