[java-identity-provider COMMIT] in /trunk/idp-authn-impl: pom.xml src/main/java/net/shibboleth/idp/authn/impl/Storage...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 13 21:04:40 EDT 2016
Author: scantor
Date: Thu Oct 13 21:04:40 2016
New Revision: 8489
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8489&view=rev
Log:
IDP-156 - Create an authn lock-out stage
https://issues.shibboleth.net/jira/browse/IDP-156
Lockout implementation and unit test.
Added:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManager.java (with props)
trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/StorageBackedAccountLockoutManagerTest.java (with props)
Modified:
trunk/idp-authn-impl/pom.xml
Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=8489&r1=8488&r2=8489&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Thu Oct 13 21:04:40 2016
@@ -112,6 +112,13 @@
</dependency>
<dependency>
+ <groupId>${opensaml.groupId}</groupId>
+ <artifactId>opensaml-storage-impl</artifactId>
+ <version>${opensaml.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
<version>${project.version}</version>
More information about the commits
mailing list