-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support SAML1 by using generic LoginContext Add support for user initiated failure during authentication. Change dependency to released Shibboleth version
- Loading branch information
Paul Hethmon
committed
Apr 11, 2014
1 parent
f0182a0
commit 3cfea92
Showing
4 changed files
with
45 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
.../edu/internet2/middleware/assurance/mcb/exception/UserInitiatedLoginFailureException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package edu.internet2.middleware.assurance.mcb.exception; | ||
|
||
import edu.internet2.middleware.shibboleth.idp.authn.AuthenticationException; | ||
|
||
public class UserInitiatedLoginFailureException extends AuthenticationException { | ||
|
||
/** | ||
* | ||
*/ | ||
private static final long serialVersionUID = -6813687033968748471L; | ||
|
||
} |