Uses of Interface
org.openid4java.server.NonceGenerator

Packages that use NonceGenerator
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.infocard.sts   
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of NonceGenerator in org.openid4java.consumer
 

Fields in org.openid4java.consumer declared as NonceGenerator
private  NonceGenerator ConsumerManager._consumerNonceGenerator
          Consumer-side nonce generator, needed for compatibility with OpenID 1.1.
 

Uses of NonceGenerator in org.openid4java.infocard.sts
 

Fields in org.openid4java.infocard.sts declared as NonceGenerator
private  NonceGenerator OpenIDTokenGeneratorHandler._nonceGenerator
           
 

Uses of NonceGenerator in org.openid4java.server
 

Classes in org.openid4java.server that implement NonceGenerator
 class IncrementalNonceGenerator
           
 

Fields in org.openid4java.server declared as NonceGenerator
private  NonceGenerator ServerManager._nonceGenerator
          Nonce generator implementation.
 

Methods in org.openid4java.server that return NonceGenerator
 NonceGenerator ServerManager.getNonceGenerator()
          Gets the NonceGenerator used for generating nonce tokens to uniquely identify authentication responses.
 

Methods in org.openid4java.server with parameters of type NonceGenerator
 void ServerManager.setNonceGenerator(NonceGenerator nonceGenerator)
          Sets the NonceGenerator implementation that will be used to generate nonce tokens to uniquely identify authentication responses.
 



Copyright 2006-2008 Sxip Identity Corporation