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