Uses of Interface
org.openid4java.server.NonceGenerator

Packages that use NonceGenerator
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of NonceGenerator in org.openid4java.server
 

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

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