Package | Description |
---|---|
org.openid4java.consumer |
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNonceVerifier |
class |
EhcacheNonceVerifier |
class |
InMemoryNonceVerifier |
class |
JdbcNonceVerifier
JDBC implementation of a NonceVerifier.
|
Modifier and Type | Method and Description |
---|---|
NonceVerifier |
ConsumerManager.getNonceVerifier()
Gets the NonceVerifier implementation used to keep track of the nonces
that have been seen in authentication response messages.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerManager.setNonceVerifier(NonceVerifier nonceVerifier)
Configures the NonceVerifier that will be used to keep track of the
nonces in the authentication response messages.
|
Copyright © 2015 Sxip. All rights reserved.