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 ResponseCode
SyncResponse. getErrorCode()
Methods in org.openiam.base.response with parameters of type ResponseCode Modifier and Type Method Description void
SyncResponse. 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 ResponseCode
Response. errorCode
Methods in org.openiam.base.ws that return ResponseCode Modifier and Type Method Description static ResponseCode
ResponseCode. 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 ResponseCode
SSOLoginResponse. getLoginError()
Methods in org.openiam.esb.am.model with parameters of type ResponseCode Modifier and Type Method Description void
SSOLoginResponse. 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 ResponseCode
AbstractLoginModule. 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 void
DeviceDataServiceImpl. sendDeviceRegistrationResult(String deviceToken, String deviceId, boolean isSuccess, ResponseCode responseCode)
void
DeviceDataServiceImpl. 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 ResponseCode
PasswordRuleViolation. getCode()
Methods in org.openiam.esb.core.pswd.rule with parameters of type ResponseCode Modifier and Type Method Description protected PasswordRuleException
AbstractPasswordRule. createException(ResponseCode code, int minBound, int maxBound)
protected PasswordRule
AbstractPasswordRule. createRule(ResponseCode code, int minBound, int maxBound)
void
PasswordRuleViolation. setCode(ResponseCode code)
-
Uses of ResponseCode in org.openiam.exception
Methods in org.openiam.exception that return ResponseCode Modifier and Type Method Description ResponseCode
BasicDataServiceException. getCode()
ResponseCode
PasswordRuleException. getCode()
Methods in org.openiam.exception with parameters of type ResponseCode Modifier and Type Method Description void
BasicDataServiceException. setCode(ResponseCode code)
void
PasswordRuleException. 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 AuditLogBuilder
AuditLogBuilder. 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 ResponseCode
PasswordRule. getCode()
Methods in org.openiam.idm.srvc.pswd.dto with parameters of type ResponseCode Modifier and Type Method Description void
PasswordRule. 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 ResponseCode
MQResponse. errorCode
-