パッケージ | 説明 |
---|---|
org.opensaml.common.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
org.opensaml.security |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.xml.encryption.validator | |
org.opensaml.xml.schema.validator | |
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.validator | |
org.opensaml.xml.validation |
Interfaces for classes that may be used to validate trees of XMLObjects.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Validator<Signature> |
SAMLProtocolMessageXMLSignatureSecurityPolicyRule.getSignaturePrevalidator()
Get the validator used to perform pre-validation on Signature tokens.
|
コンストラクタと説明 |
---|
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine,
Validator<Signature> signatureValidator)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Validator<Signature> |
SignatureValidationFilter.getSignaturePrevalidator()
Get the validator used to perform pre-validation on Signature tokens.
|
コンストラクタと説明 |
---|
SignatureValidationFilter(SignatureTrustEngine engine,
Validator<Signature> signatureValidator)
Constructor.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SAMLSignatureProfileValidator
A validator for instances of
Signature , which validates that the signature meets security-related
requirements indicated by the SAML profile of XML Signature. |
修飾子とタイプ | メソッドと説明 |
---|---|
List<Validator> |
AbstractValidatingSignableXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractValidatingSignableXMLObject.deregisterValidator(Validator validator)
Deregisters a validator for this XMLObject.
|
void |
AbstractValidatingSignableXMLObject.registerValidator(Validator validator)
Registers a validator for this XMLObject.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AgreementMethodSchemaValidator
Checks
AgreementMethod for Schema compliance. |
class |
CipherDataSchemaValidator
Checks
CipherData for Schema compliance. |
class |
CipherReferenceSchemaValidator
Checks
CipherReference for Schema compliance. |
class |
EncryptedTypeSchemaValidator
Checks
EncryptedType for Schema compliance. |
class |
EncryptionMethodSchemaValidator
Checks
EncryptionMethod for Schema compliance. |
class |
EncryptionPropertiesSchemaValidator
Checks
EncryptionProperties for Schema compliance. |
class |
EncryptionPropertySchemaValidator
Checks
EncryptionProperty for Schema compliance. |
class |
KeySizeSchemaValidator
Checks
KeySize for Schema compliance. |
class |
ReferenceListSchemaValidator
Checks
ReferenceList for Schema compliance. |
class |
ReferenceTypeSchemaValidator
Checks
ReferenceType for Schema compliance. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
XSBase64BinarySchemaValidator<T extends XSBase64Binary>
Checks
XSBase64Binary for Schema compliance. |
class |
XSDateTimeSchemaValidator<T extends XSDateTime>
Checks
XSDateTime for Schema compliance. |
class |
XSIntegerSchemaValidator<T extends XSInteger>
Checks
XSInteger for Schema compliance. |
class |
XSStringSchemaValidator<T extends XSString>
Checks
XSString for Schema compliance. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
SignatureValidator
A validator that validates an XML Signature on its content.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CryptoBinarySchemaValidator
Checks
CryptoBinary for Schema compliance. |
class |
DSAKeyValueSchemaValidator
Checks
DSAKeyValue for Schema compliance. |
class |
KeyInfoTypeSchemaValidator
Checks
KeyInfoType for Schema compliance. |
class |
KeyValueSchemaValidator
Checks
KeyValue for Schema compliance. |
class |
PGPDataSchemaValidator
Checks
PGPData for Schema compliance. |
class |
RetrievalMethodSchemaValidator
Checks
RetrievalMethod for Schema compliance. |
class |
RSAKeyValueSchemaValidator
Checks
RSAKeyValue for Schema compliance. |
class |
SignatureSchemaValidator
Checks
Signature for Schema compliance. |
class |
SPKIDataSchemaValidator
Checks
SPKIData for Schema compliance. |
class |
TransformSchemaValidator
Checks
Transform for Schema compliance. |
class |
TransformsSchemaValidator
Checks
Transforms for Schema compliance. |
class |
X509DataSchemaValidator
Checks
X509Data for Schema compliance. |
class |
X509IssuerSerialSchemaValidator
Checks
X509IssuerSerial for Schema compliance. |
class |
X509SerialNumberSchemaValidator
Checks
X509SerialNumber for Schema compliance. |
修飾子とタイプ | メソッドと説明 |
---|---|
List<Validator> |
ValidatingXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list.
|
List<Validator> |
AbstractValidatingXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list.
|
List<Validator> |
ValidatorSuite.getValidators(QName xmlObjectTarget)
Gets an immutable list of validators for a given XMLObject target.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ValidatorSuite.deregisterValidator(QName xmlObjectTarget,
Validator validator)
Removes a validator from this suite.
|
void |
ValidatingXMLObject.deregisterValidator(Validator validator)
Deregisters a validator for this XMLObject.
|
void |
AbstractValidatingXMLObject.deregisterValidator(Validator validator)
Deregisters a validator for this XMLObject.
|
void |
ValidatorSuite.registerValidator(QName xmlObjectTarget,
Validator validator)
Registers a new validator in the suite.
|
void |
ValidatingXMLObject.registerValidator(Validator validator)
Registers a validator for this XMLObject.
|
void |
AbstractValidatingXMLObject.registerValidator(Validator validator)
Registers a validator for this XMLObject.
|
Copyright © 2012. All Rights Reserved.