Class AuthChallengeSuccessResultScriptWrapper.SafetyWrapper
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.script.AuthChallengeSuccessResultScriptWrapper.SafetyWrapper
-
- Enclosing class:
- AuthChallengeSuccessResultScriptWrapper
public static class AuthChallengeSuccessResultScriptWrapper.SafetyWrapper extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthChallengeCompleteEvent.Result.Error
getAsError()
AuthChallengeCompleteEvent.Result.Success
getAsSuccess()
org.python.core.PyObject
getContext()
boolean
isError()
boolean
isSuccess()
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
isError
public boolean isError()
-
getAsSuccess
public AuthChallengeCompleteEvent.Result.Success getAsSuccess()
-
getAsError
public AuthChallengeCompleteEvent.Result.Error getAsError()
-
getContext
public org.python.core.PyObject getContext()
-
-