public static class TrackingCompatibilityModeResponseHandler.CompatibilityModeResponseData extends Object
| Constructor and Description |
|---|
CompatibilityModeResponseData(long amountOfConditionlessResponses,
long amountOfResponsesWithNoAuthnStatements,
long amountOfResponsesWithMultipleAuthnStatements) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getAmountOfConditionlessResponses() |
long |
getAmountOfResponsesWithMultipleAuthnStatements() |
long |
getAmountOfResponsesWithNoAuthnStatements() |
int |
hashCode() |
String |
toString() |
public CompatibilityModeResponseData(long amountOfConditionlessResponses,
long amountOfResponsesWithNoAuthnStatements,
long amountOfResponsesWithMultipleAuthnStatements)
public long getAmountOfConditionlessResponses()
public long getAmountOfResponsesWithNoAuthnStatements()
public long getAmountOfResponsesWithMultipleAuthnStatements()
Copyright © 2023 Atlassian. All rights reserved.