public static class CspNonceReader.NonceValue extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getNonceValue() |
CspNonceSource |
getSource() |
boolean |
isNonceValueSet() |
static CspNonceReader.NonceValue |
ofNullRequest() |
static CspNonceReader.NonceValue |
ofNullSession() |
static CspNonceReader.NonceValue |
ofRequest(String nonceValue) |
static CspNonceReader.NonceValue |
ofSession(String nonceValue) |
String |
toString() |
public static CspNonceReader.NonceValue ofSession(String nonceValue)
public static CspNonceReader.NonceValue ofRequest(String nonceValue)
public static CspNonceReader.NonceValue ofNullSession()
public static CspNonceReader.NonceValue ofNullRequest()
public boolean isNonceValueSet()
public String getNonceValue()
public CspNonceSource getSource()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.