public class IdentityManagementAdminClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHALLENGE_QUESTION |
protected static org.apache.commons.logging.Log |
log |
protected org.wso2.carbon.identity.mgt.stub.UserIdentityManagementAdminServiceStub |
stub |
| Constructor and Description |
|---|
IdentityManagementAdminClient(String cookie,
String url,
org.apache.axis2.context.ConfigurationContext configContext) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionDTO[] |
getChallengeQuestions() |
org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO[] |
getChallengeQuestionsOfUser(String userId) |
boolean |
isReadOnlyUserStore(String username,
String tenantDomain) |
void |
setChallengeQuestions(org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionDTO[] challengeQuestionDTOs) |
void |
setChallengeQuestionsOfUser(String userId,
org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO[] userChallengesDTOs) |
public static final String CHALLENGE_QUESTION
protected static org.apache.commons.logging.Log log
protected org.wso2.carbon.identity.mgt.stub.UserIdentityManagementAdminServiceStub stub
public org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionDTO[] getChallengeQuestions()
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void setChallengeQuestions(org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionDTO[] challengeQuestionDTOs)
throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void setChallengeQuestionsOfUser(String userId, org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO[] userChallengesDTOs) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO[] getChallengeQuestionsOfUser(String userId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2007–2018 WSO2. All rights reserved.