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.
 

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 © 2012 Sxip. All Rights Reserved.