public class KnowledgeQuestionRegistration
extends LocalMechanism
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnrolled()
Get the enrolled status of this mechanism.
|
JSONObject |
toJson()
Get a JSON formatted representation of this KnowledgeQuestionRegistration.
|
public JSONObject toJson()
{
"mechanismURI" : "urn:ibm:security:authentication:asf:mechanism:knowledge_questions",
"isEnrolled" : true
}
public boolean isEnrolled()