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