Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
org.openid4java.server |
Offers support for implementing an OpenID Provider server.
|
Modifier and Type | Method and Description |
---|---|
NonceGenerator |
ConsumerManager.getConsumerNonceGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
ConsumerManager.setConsumerNonceGenerator(NonceGenerator consumerNonceGenerator)
Sets the nonce generator to be used for consumer nonces.
|
Modifier and Type | Class and Description |
---|---|
class |
IncrementalNonceGenerator |
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 © 2018 Sxip. All rights reserved.