Uses of Class
org.apache.cxf.rs.security.oauth2.tokens.hawk.Nonce
-
Packages that use Nonce Package Description org.apache.cxf.rs.security.oauth2.tokens.hawk -
-
Uses of Nonce in org.apache.cxf.rs.security.oauth2.tokens.hawk
Methods in org.apache.cxf.rs.security.oauth2.tokens.hawk that return types with arguments of type Nonce Modifier and Type Method Description Set<Nonce>NonceHistory. getNonces()Methods in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type Nonce Modifier and Type Method Description booleanNonceHistory. addNonce(Nonce nonce)voidNonceStore. initNonceHistory(String tokenKey, Nonce nonce, long requestTimeDelta)Constructors in org.apache.cxf.rs.security.oauth2.tokens.hawk with parameters of type Nonce Constructor Description NonceHistory(long requestTimeDelta, Nonce nonce)
-