Uses of Interface
org.openid4java.consumer.NonceVerifier

Packages that use NonceVerifier
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
 

Uses of NonceVerifier in org.openid4java.consumer
 

Classes in org.openid4java.consumer that implement NonceVerifier
 class AbstractNonceVerifier
           
 class EhcacheNonceVerifier
           
 class InMemoryNonceVerifier
           
 class JdbcNonceVerifier
          JDBC implementation of a NonceVerifier.
private  class JdbcNonceVerifier.GenericNonceVerifier
           
 

Fields in org.openid4java.consumer declared as NonceVerifier
private  NonceVerifier ConsumerManager._nonceVerifier
          Verifier for the nonces in authentication responses; prevents replay attacks.
private  NonceVerifier JdbcNonceVerifier._verifier
           
 

Methods in org.openid4java.consumer that return NonceVerifier
 NonceVerifier ConsumerManager.getNonceVerifier()
          Gets the NonceVerifier implementation used to keep track of the nonces that have been seen in authentication response messages.
 

Methods in org.openid4java.consumer with parameters of type NonceVerifier
 void ConsumerManager.setNonceVerifier(NonceVerifier nonceVerifier)
          Configures the NonceVerifier that will be used to keep track of the nonces in the authentication response messages.
 



Copyright 2006-2008 Sxip Identity Corporation