Package org.openiam.base.request
Class AdaptiveAuthenticationExtraDataRequest
- java.lang.Object
-
- org.openiam.base.request.BaseServiceRequest
-
- org.openiam.base.request.AdaptiveAuthenticationExtraDataRequest
-
- All Implemented Interfaces:
Serializable
public class AdaptiveAuthenticationExtraDataRequest extends BaseServiceRequest
Extra data for adaptive authentication.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.request.BaseServiceRequest
contentProviderId, requestClientIP, requesterId, requestorLogin, requestorSessionID
-
-
Constructor Summary
Constructors Constructor Description AdaptiveAuthenticationExtraDataRequest(String ruleId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExtraData(AdaptiveAuthenticationExtraDataType attrType, String value)StringgetLogin()StringgetRequestUrl()StringgetUserDeviceInfo()StringgetUserId()StringgetUserIP()booleanisForgotPhone()booleanisNewCity()booleanisNewCountry()booleanisNewDevice()booleanisNewIp()voidsetForgotPhone(boolean value)voidsetUserId(String value)voidsetUserIP(String value)-
Methods inherited from class org.openiam.base.request.BaseServiceRequest
getLanguageId, setLanguageId
-
-
-
-
Constructor Detail
-
AdaptiveAuthenticationExtraDataRequest
public AdaptiveAuthenticationExtraDataRequest(String ruleId)
-
-
Method Detail
-
addExtraData
public void addExtraData(AdaptiveAuthenticationExtraDataType attrType, String value)
-
getUserId
public String getUserId()
-
getUserIP
public String getUserIP()
-
getUserDeviceInfo
public String getUserDeviceInfo()
-
setUserId
public void setUserId(String value)
-
setUserIP
public void setUserIP(String value)
-
isForgotPhone
public boolean isForgotPhone()
-
setForgotPhone
public void setForgotPhone(boolean value)
-
isNewDevice
public boolean isNewDevice()
-
isNewIp
public boolean isNewIp()
-
isNewCity
public boolean isNewCity()
-
isNewCountry
public boolean isNewCountry()
-
getLogin
public String getLogin()
-
getRequestUrl
public String getRequestUrl()
-
-