public class UserInformationRecoveryClient extends Object
Constructor and Description |
---|
UserInformationRecoveryClient() |
UserInformationRecoveryClient(String url,
org.apache.axis2.context.ConfigurationContext configContext) |
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
checkAnswer(String username,
String code,
String id,
String answer) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
confirmUserSelfRegistration(String userName,
String code,
org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha,
String tenantDomain) |
org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean |
generateCaptcha() |
org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO |
getChallengeQuestion(String username,
String code,
String id) |
org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionIdsDTO |
getChallengeQuestionIds(String username,
String confirmationCode) |
org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] |
getUserIdentitySupportedClaims(String dialect) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
registerUser(String userName,
String password,
org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] claims,
String profileName,
String tenantDomain) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
resetPassword(String username,
String confirmationCode,
String newPassword) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
sendRecoveryNotification(String username,
String key,
String notificationType) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
verifyAccount(org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] claims,
org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha,
String tenantDomain) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
verifyConfirmationCode(String username,
String code,
org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha) |
org.wso2.carbon.identity.mgt.stub.beans.VerificationBean |
VerifyUser(String username,
org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha) |
public UserInformationRecoveryClient(String url, org.apache.axis2.context.ConfigurationContext configContext) throws Exception
Exception
public org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean generateCaptcha() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean VerifyUser(String username, org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean sendRecoveryNotification(String username, String key, String notificationType)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean verifyConfirmationCode(String username, String code, org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean resetPassword(String username, String confirmationCode, String newPassword)
public org.wso2.carbon.identity.mgt.stub.dto.ChallengeQuestionIdsDTO getChallengeQuestionIds(String username, String confirmationCode)
public org.wso2.carbon.identity.mgt.stub.dto.UserChallengesDTO getChallengeQuestion(String username, String code, String id)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean checkAnswer(String username, String code, String id, String answer)
public org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] getUserIdentitySupportedClaims(String dialect)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean verifyAccount(org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] claims, org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha, String tenantDomain) throws RemoteException
RemoteException
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean registerUser(String userName, String password, org.wso2.carbon.identity.mgt.stub.dto.UserIdentityClaimDTO[] claims, String profileName, String tenantDomain)
public org.wso2.carbon.identity.mgt.stub.beans.VerificationBean confirmUserSelfRegistration(String userName, String code, org.wso2.carbon.captcha.mgt.beans.xsd.CaptchaInfoBean captcha, String tenantDomain) throws RemoteException
RemoteException
Copyright © 2007–2017 WSO2. All rights reserved.