| Package | Description |
|---|---|
| io.milton.gae | |
| io.milton.http.http11.auth |
| Modifier and Type | Method and Description |
|---|---|
NonceProvider.NonceValidity |
AppEngineMemcacheNonceProvider.getNonceValidity(String nonce,
Long nc) |
NonceProvider.NonceValidity |
AppEngineMemcacheNonceProvider.getNonceValidity(String nonce,
Long nc) |
| Modifier and Type | Method and Description |
|---|---|
NonceProvider.NonceValidity |
NonceProvider.getNonceValidity(String nonce,
Long nonceCount)
Check to see if the given nonce is known.
|
NonceProvider.NonceValidity |
SimpleMemoryNonceProvider.getNonceValidity(String nonce,
Long nc) |
NonceProvider.NonceValidity |
SimpleMemoryNonceProvider.getNonceValidity(String nonce,
Long nc) |
NonceProvider.NonceValidity |
NonceProvider.getNonceValidity(String nonce,
Long nonceCount)
Check to see if the given nonce is known.
|
default NonceProvider.NonceValidity |
NonceProvider.getNonceValidity(String nonce,
Long nonceCount,
String userId)
Default implementation which calls getNonceValidity( String nonce, Long nonceCount )
Implementations which wish to apply extra security can check the userid is valid for the nonce
, IF it is provided
Note that the userID may be EITHER a userUrl (from cookie auth handler) or a username (from Digest auth)
|
default NonceProvider.NonceValidity |
NonceProvider.getNonceValidity(String nonce,
Long nonceCount,
String userId)
Default implementation which calls getNonceValidity( String nonce, Long nonceCount )
Implementations which wish to apply extra security can check the userid is valid for the nonce
, IF it is provided
Note that the userID may be EITHER a userUrl (from cookie auth handler) or a username (from Digest auth)
|
static NonceProvider.NonceValidity |
NonceProvider.NonceValidity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonceProvider.NonceValidity |
NonceProvider.NonceValidity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonceProvider.NonceValidity[] |
NonceProvider.NonceValidity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static NonceProvider.NonceValidity[] |
NonceProvider.NonceValidity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 McEvoy Software Ltd. All rights reserved.