Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private NonceGenerator |
ConsumerManager._consumerNonceGenerator
Consumer-side nonce generator, needed for compatibility with OpenID 1.1.
|
Modifier and Type | Field and Description |
---|---|
private NonceGenerator |
OpenIDTokenGeneratorHandler._nonceGenerator |
Modifier and Type | Class and Description |
---|---|
class |
IncrementalNonceGenerator |
Modifier and Type | Field and Description |
---|---|
private NonceGenerator |
ServerManager._nonceGenerator
Nonce generator implementation.
|
Modifier and Type | Method and Description |
---|---|
NonceGenerator |
ServerManager.getNonceGenerator()
Gets the NonceGenerator used for generating nonce tokens to uniquely
identify authentication responses.
|
Modifier and Type | Method and Description |
---|---|
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