|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
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. |
Uses of Validator in org.opensaml.xml |
---|
Methods in org.opensaml.xml that return types with arguments of type Validator | |
---|---|
java.util.List<Validator> |
AbstractValidatingSignableXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list. |
Methods in org.opensaml.xml with parameters of type Validator | |
---|---|
void |
AbstractValidatingSignableXMLObject.deregisterValidator(Validator validator)
Deregisters a validator for this XMLObject. |
void |
AbstractValidatingSignableXMLObject.registerValidator(Validator validator)
Registers a validator for this XMLObject. |
Uses of Validator in org.opensaml.xml.encryption.validator |
---|
Classes in org.opensaml.xml.encryption.validator that implement Validator | |
---|---|
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 |
TransformsSchemaValidator
Checks Transforms for Schema compliance. |
Uses of Validator in org.opensaml.xml.schema.validator |
---|
Classes in org.opensaml.xml.schema.validator that implement Validator | |
---|---|
class |
XSBase64BinarySchemaValidator<T extends XSBase64Binary>
Checks XSBase64Binary for Schema compliance. |
class |
XSIntegerSchemaValidator<T extends XSInteger>
Checks XSInteger for Schema compliance. |
class |
XSStringSchemaValidator<T extends XSString>
Checks XSString for Schema compliance. |
Uses of Validator in org.opensaml.xml.signature |
---|
Classes in org.opensaml.xml.signature that implement Validator | |
---|---|
class |
SignatureValidator
A validator that validates an XML Signature on its content. |
Uses of Validator in org.opensaml.xml.signature.validator |
---|
Uses of Validator in org.opensaml.xml.validation |
---|
Methods in org.opensaml.xml.validation that return types with arguments of type Validator | |
---|---|
java.util.List<Validator> |
ValidatingXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list. |
java.util.List<Validator> |
AbstractValidatingXMLObject.getValidators()
Gets the list of validators for this XMLObject or null if there is no list. |
java.util.List<Validator> |
ValidatorSuite.getValidators(javax.xml.namespace.QName xmlObjectTarget)
Gets an immutable list of validators for a given XMLObject target. |
Methods in org.opensaml.xml.validation with parameters of type Validator | |
---|---|
void |
ValidatorSuite.deregisterValidator(javax.xml.namespace.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(javax.xml.namespace.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |