- validate(byte[], byte[], String, CriteriaSet, Credential) - Method in class org.springframework.security.saml.trust.AllowAllSignatureTrustEngine
-  
- validate(Signature, CriteriaSet) - Method in class org.springframework.security.saml.trust.AllowAllSignatureTrustEngine
-  
- validate(PKIXValidationInformation, X509Credential) - Method in class org.springframework.security.saml.trust.CertPathPKIXTrustEvaluator
- validateRequiredAttributes(String, String) - Method in class org.springframework.security.saml.metadata.MetadataGenerator
-  
- VelocityFactory - Class in org.springframework.security.saml.util
- 
Factory class for creating VelocityEngine instance. 
- VelocityFactory() - Constructor for class org.springframework.security.saml.util.VelocityFactory
-  
- verifyAlias(String, String) - Static method in class org.springframework.security.saml.util.SAMLUtil
- 
Verifies that the alias is valid. 
- verifyAssertion(Assertion, AuthnRequest, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
-  
- verifyAssertionConditions(Conditions, SAMLMessageContext, boolean) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
-  
- verifyAssertionSignature(Signature, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Verifies signature of the assertion. 
- verifyAudience(SAMLMessageContext, List<AudienceRestriction>) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Method verifies audience restrictions of the assertion. 
- verifyAuthenticationStatement(AuthnStatement, RequestedAuthnContext, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Verifies that authentication statement is valid. 
- verifyAuthnContext(RequestedAuthnContext, AuthnContext, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Implementation is expected to verify that the requested authentication context corresponds with the received value. 
- verifyConditions(SAMLMessageContext, List<Condition>) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Verifies conditions of the assertion which were are not understood. 
- verifyContext(SAMLMessageContext) - Method in class org.springframework.security.saml.processor.SAMLProcessorImpl
- 
Verifies that context contains all the required information related to the local entity. 
- verifyEndpoint(Endpoint, String) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
- 
Verifies that the destination URL intended in the message matches with the endpoint address. 
- verifyIssuer(Issuer, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
-  
- verifySignature(Signature, String, SignatureTrustEngine) - Method in class org.springframework.security.saml.websso.AbstractProfileBase
-  
- verifySubject(Subject, AuthnRequest, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerHoKImpl
- 
Verifies validity of Subject element as per https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml2-holder-of-key-cs-02.pdf  and
 https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-holder-of-key-browser-sso-cs-02.pdf. 
- verifySubject(Subject, AuthnRequest, SAMLMessageContext) - Method in class org.springframework.security.saml.websso.WebSSOProfileConsumerImpl
- 
Verifies validity of Subject element, only bearer confirmation is validated.