public class NonceSource extends Object implements SourceExpression, MatchesNonce
| Constructor and Description |
|---|
NonceSource(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
matchesNonce(String nonce) |
String |
show() |
List<String> |
validationErrors() |
public boolean matchesNonce(@Nonnull String nonce)
matchesNonce in interface MatchesNonceCopyright © 2020. All rights reserved.