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 void
addExtraData(AdaptiveAuthenticationExtraDataType attrType, String value)
String
getLogin()
String
getUserDeviceInfo()
String
getUserId()
String
getUserIP()
boolean
isForgotPhone()
boolean
isNewCity()
boolean
isNewCountry()
boolean
isNewDevice()
boolean
isNewIp()
void
setForgotPhone(boolean value)
void
setUserId(String value)
void
setUserIP(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()
-
-