Home | History | Annotate | Download | only in header

Lines Matching refs:String

7     String NAME = "Authorization";
9 String getAlgorithm();
10 void setAlgorithm(String algorithm) throws ParseException;
12 String getCNonce();
13 void setCNonce(String cNonce) throws ParseException;
15 String getNonce();
16 void setNonce(String nonce) throws ParseException;
21 String getOpaque();
22 void setOpaque(String opaque) throws ParseException;
24 String getQop();
25 void setQop(String qop) throws ParseException;
27 String getRealm();
28 void setRealm(String realm) throws ParseException;
30 String getResponse();
31 void setResponse(String response) throws ParseException;
33 String getScheme();
34 void setScheme(String scheme);
42 String getUsername();
43 void setUsername(String username) throws ParseException;