Interface AuthChallenge.AuthChallengeParser
- 
- All Known Implementing Classes:
- ADSSOAuthChallenge.Parser,- BasicAuthChallenge.Parser
 - Enclosing class:
- AuthChallenge
 
 public static interface AuthChallenge.AuthChallengeParser
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccepts(JSONObject json)AuthChallengeparse(JSONObject json)
 
- 
- 
- 
Method Detail- 
parseAuthChallenge parse(JSONObject json) throws JSONException - Throws:
- JSONException
 
 - 
acceptsboolean accepts(JSONObject json) 
 
- 
 
-