Skip to content

Commit

Permalink
Fix #142: Remove default methods from MockCustomActivationProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Jun 21, 2024
1 parent 01059b9 commit 8471e74
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,6 @@ public void activationWasCommitted(Map<String, String> identityAttributes, Map<S
}
}

@Override
public Integer getMaxFailedAttemptCount(Map<String, String> identityAttributes, Map<String, Object> customAttributes, String userId, ActivationType activationType, Map<String, Object> context) {
// Null value means use value configured on PowerAuth server
return null;
}

@Override
public Long getValidityPeriodDuringActivation(Map<String, String> identityAttributes, Map<String, Object> customAttributes, String userId, ActivationType activationType, Map<String, Object> context) {
// Null value means use value configured on PowerAuth server
return null;
}

@Override
@Transactional
public List<String> getActivationFlags(Map<String, String> identityAttributes, Map<String, Object> customAttributes, String activationId, String userId, String appId, ActivationType activationType, Map<String, Object> context) {
Expand Down

0 comments on commit 8471e74

Please sign in to comment.