Uses of Class
org.openiam.base.ws.ResponseCode
-
Packages that use ResponseCode Package Description org.openiam.base.response org.openiam.base.ws Bases that are used when the API is exposed as web services.org.openiam.esb.am.model org.openiam.esb.core.auth.module org.openiam.esb.core.device.service.impl org.openiam.esb.core.pswd.rule org.openiam.exception org.openiam.idm.srvc.audit.dto org.openiam.idm.srvc.pswd.dto org.openiam.mq.dto -
-
Uses of ResponseCode in org.openiam.base.response
Methods in org.openiam.base.response that return ResponseCode Modifier and Type Method Description ResponseCodeSyncResponse. getErrorCode()Methods in org.openiam.base.response with parameters of type ResponseCode Modifier and Type Method Description voidSyncResponse. setErrorCode(ResponseCode errorCode)Constructors in org.openiam.base.response with parameters of type ResponseCode Constructor Description PasswordValidationResponse(ResponseStatus status, ResponseCode errorCode) -
Uses of ResponseCode in org.openiam.base.ws
Fields in org.openiam.base.ws declared as ResponseCode Modifier and Type Field Description protected ResponseCodeResponse. errorCodeMethods in org.openiam.base.ws that return ResponseCode Modifier and Type Method Description static ResponseCodeResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponseCode[]ResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponseCode in org.openiam.esb.am.model
Methods in org.openiam.esb.am.model that return ResponseCode Modifier and Type Method Description ResponseCodeSSOLoginResponse. getLoginError()Methods in org.openiam.esb.am.model with parameters of type ResponseCode Modifier and Type Method Description voidSSOLoginResponse. setLoginError(ResponseCode loginError) -
Uses of ResponseCode in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return ResponseCode Modifier and Type Method Description protected ResponseCodeAbstractLoginModule. passwordExpired(LoginEntity lg, Date curDate, Policy policy)If the password has expired, but its before the grace period then its a good login If the password has expired and after the grace period, then its an exception. -
Uses of ResponseCode in org.openiam.esb.core.device.service.impl
Methods in org.openiam.esb.core.device.service.impl with parameters of type ResponseCode Modifier and Type Method Description voidDeviceDataServiceImpl. sendDeviceRegistrationResult(String deviceToken, String deviceId, boolean isSuccess, ResponseCode responseCode)voidDeviceDataServiceImpl. sendDeviceRegistrationResult(String deviceToken, String deviceId, Map<String,String> extraData, boolean isSuccess, ResponseCode responseCode) -
Uses of ResponseCode in org.openiam.esb.core.pswd.rule
Methods in org.openiam.esb.core.pswd.rule that return ResponseCode Modifier and Type Method Description ResponseCodePasswordRuleViolation. getCode()Methods in org.openiam.esb.core.pswd.rule with parameters of type ResponseCode Modifier and Type Method Description protected PasswordRuleExceptionAbstractPasswordRule. createException(ResponseCode code, int minBound, int maxBound)protected PasswordRuleAbstractPasswordRule. createRule(ResponseCode code, int minBound, int maxBound)voidPasswordRuleViolation. setCode(ResponseCode code) -
Uses of ResponseCode in org.openiam.exception
Methods in org.openiam.exception that return ResponseCode Modifier and Type Method Description ResponseCodeBasicDataServiceException. getCode()ResponseCodePasswordRuleException. getCode()Methods in org.openiam.exception with parameters of type ResponseCode Modifier and Type Method Description voidBasicDataServiceException. setCode(ResponseCode code)voidPasswordRuleException. setCode(ResponseCode code) -
Uses of ResponseCode in org.openiam.idm.srvc.audit.dto
Methods in org.openiam.idm.srvc.audit.dto with parameters of type ResponseCode Modifier and Type Method Description AuditLogBuilderAuditLogBuilder. setResponseCode(ResponseCode code) -
Uses of ResponseCode in org.openiam.idm.srvc.pswd.dto
Methods in org.openiam.idm.srvc.pswd.dto that return ResponseCode Modifier and Type Method Description ResponseCodePasswordRule. getCode()Methods in org.openiam.idm.srvc.pswd.dto with parameters of type ResponseCode Modifier and Type Method Description voidPasswordRule. setCode(ResponseCode code)Constructors in org.openiam.idm.srvc.pswd.dto with parameters of type ResponseCode Constructor Description PasswordRule(ResponseCode code)PasswordRule(ResponseCode code, Object[] args) -
Uses of ResponseCode in org.openiam.mq.dto
Fields in org.openiam.mq.dto declared as ResponseCode Modifier and Type Field Description protected ResponseCodeMQResponse. errorCode
-