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.
|
private class |
JdbcNonceVerifier.GenericNonceVerifier |
Modifier and Type | Field and Description |
---|---|
private NonceVerifier |
ConsumerManager._nonceVerifier
Verifier for the nonces in authentication responses;
prevents replay attacks.
|
private NonceVerifier |
JdbcNonceVerifier._verifier |
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 2006-2008 Sxip Identity Corporation