Package | Description |
---|---|
org.opensaml.saml.ext.saml2alg.impl |
Implementation for SAML v2.0 Metadata Profile for Algorithm Support Version 1.0.
|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
Modifier and Type | Class and Description |
---|---|
class |
SigningMethodImpl
Implementation of
SigningMethod . |
Modifier and Type | Method and Description |
---|---|
SigningMethod |
SigningMethodBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SigningMethod |
SigningMethodBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SAMLMetadataSignatureSigningParametersResolver.credentialSupportsSigningMethod(Credential credential,
SigningMethod signingMethod)
Evaluate whether the specified credential is supported for use with the specified
SigningMethod . |
Copyright © 2018. All rights reserved.