public class EventRiskType extends Object implements Serializable
The event risk type.
| Constructor and Description |
|---|
EventRiskType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCompromisedCredentialsDetected()
Indicates whether compromised credentials were detected during an
authentication event.
|
String |
getRiskDecision()
The risk decision.
|
String |
getRiskLevel()
The risk level.
|
int |
hashCode() |
Boolean |
isCompromisedCredentialsDetected()
Indicates whether compromised credentials were detected during an
authentication event.
|
void |
setCompromisedCredentialsDetected(Boolean compromisedCredentialsDetected)
Indicates whether compromised credentials were detected during an
authentication event.
|
void |
setRiskDecision(RiskDecisionType riskDecision)
The risk decision.
|
void |
setRiskDecision(String riskDecision)
The risk decision.
|
void |
setRiskLevel(RiskLevelType riskLevel)
The risk level.
|
void |
setRiskLevel(String riskLevel)
The risk level.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EventRiskType |
withCompromisedCredentialsDetected(Boolean compromisedCredentialsDetected)
Indicates whether compromised credentials were detected during an
authentication event.
|
EventRiskType |
withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
|
EventRiskType |
withRiskDecision(String riskDecision)
The risk decision.
|
EventRiskType |
withRiskLevel(RiskLevelType riskLevel)
The risk level.
|
EventRiskType |
withRiskLevel(String riskLevel)
The risk level.
|
public String getRiskDecision()
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
The risk decision.
RiskDecisionTypepublic void setRiskDecision(String riskDecision)
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic EventRiskType withRiskDecision(String riskDecision)
The risk decision.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic void setRiskDecision(RiskDecisionType riskDecision)
The risk decision.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic EventRiskType withRiskDecision(RiskDecisionType riskDecision)
The risk decision.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: NoRisk, AccountTakeover, Block
riskDecision - The risk decision.
RiskDecisionTypepublic String getRiskLevel()
The risk level.
Constraints:
Allowed Values: Low, Medium, High
The risk level.
RiskLevelTypepublic void setRiskLevel(String riskLevel)
The risk level.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic EventRiskType withRiskLevel(String riskLevel)
The risk level.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic void setRiskLevel(RiskLevelType riskLevel)
The risk level.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic EventRiskType withRiskLevel(RiskLevelType riskLevel)
The risk level.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Low, Medium, High
riskLevel - The risk level.
RiskLevelTypepublic Boolean isCompromisedCredentialsDetected()
Indicates whether compromised credentials were detected during an authentication event.
Indicates whether compromised credentials were detected during an authentication event.
public Boolean getCompromisedCredentialsDetected()
Indicates whether compromised credentials were detected during an authentication event.
Indicates whether compromised credentials were detected during an authentication event.
public void setCompromisedCredentialsDetected(Boolean compromisedCredentialsDetected)
Indicates whether compromised credentials were detected during an authentication event.
compromisedCredentialsDetected - Indicates whether compromised credentials were detected during an authentication event.
public EventRiskType withCompromisedCredentialsDetected(Boolean compromisedCredentialsDetected)
Indicates whether compromised credentials were detected during an authentication event.
Returns a reference to this object so that method calls can be chained together.
compromisedCredentialsDetected - Indicates whether compromised credentials were detected during an authentication event.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.