Class BasicAuthChallenge.Parser
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.user.BasicAuthChallenge.Parser
 
- 
- All Implemented Interfaces:
- AuthChallenge.AuthChallengeParser
 - Enclosing class:
- BasicAuthChallenge
 
 public static class BasicAuthChallenge.Parser extends java.lang.Object implements AuthChallenge.AuthChallengeParser 
- 
- 
Constructor SummaryConstructors Constructor Description Parser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccepts(JSONObject json)AuthChallengeparse(JSONObject json)
 
- 
- 
- 
Method Detail- 
parsepublic AuthChallenge parse(JSONObject json) throws JSONException - Specified by:
- parsein interface- AuthChallenge.AuthChallengeParser
- Throws:
- JSONException
 
 - 
acceptspublic boolean accepts(JSONObject json) - Specified by:
- acceptsin interface- AuthChallenge.AuthChallengeParser
 
 
- 
 
-