All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.imunity.vaadin.auth.server.RegularInvalidRequestsCounter Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * Copyright (c) 2013 ICM Uniwersytet Warszawski All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package io.imunity.vaadin.auth.server;

import pl.edu.icm.unity.base.utils.Log;
import pl.edu.icm.unity.engine.api.authn.UnsuccessfulAccessCounterBase;

class RegularInvalidRequestsCounter extends UnsuccessfulAccessCounterBase
{
	public RegularInvalidRequestsCounter(int maxAttepts, long blockTime)
	{
		super(Log.getLogger(Log.U_SERVER_AUTHN, RegularInvalidRequestsCounter.class), maxAttepts, blockTime);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy