|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |