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.server Offers support for implementing an OpenID Provider server. 
 

Uses of NonceGenerator in org.openid4java.consumer
 

Methods in org.openid4java.consumer that return NonceGenerator
 NonceGenerator ConsumerManager.getConsumerNonceGenerator()
           
 

Methods in org.openid4java.consumer with parameters of type NonceGenerator
 void ConsumerManager.setConsumerNonceGenerator(NonceGenerator consumerNonceGenerator)
          Sets the nonce generator to be used for consumer nonces.
 

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