This repository has been archived by the owner on Oct 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
398be6a
commit 07e2cae
Showing
6 changed files
with
4 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,13 @@ | |
|
||
import javax.servlet.http.HttpServletRequest; | ||
|
||
|
||
/** | ||
* Generates a querystring parameter containing the authn_method parameter. | ||
* | ||
* @author [email protected] | ||
* @author Misagh Moayyed | ||
*/ | ||
public abstract class CasAuthnMethodParameterBuilder implements IParameterBuilder, ApplicationContextAware { | ||
private Logger logger = LoggerFactory.getLogger(CasAuthnMethodParameterBuilder.class); | ||
private final Logger logger = LoggerFactory.getLogger(CasAuthnMethodParameterBuilder.class); | ||
protected ApplicationContext applicationContext; | ||
|
||
@Override | ||
|
6 changes: 0 additions & 6 deletions
6
...dp/authn/provider/extra/CasMultifactorRefedsToDuoSecurityAuthnMethodParameterBuilder.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
6 changes: 0 additions & 6 deletions
6
.../provider/extra/CasMultifactorRefedsToGoogleAuthenticatorAuthnMethodParameterBuilder.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
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @author [email protected] | ||
*/ | ||
public class EntityIdParameterBuilder implements IParameterBuilder { | ||
private Logger logger = LoggerFactory.getLogger(EntityIdParameterBuilder.class); | ||
private final Logger logger = LoggerFactory.getLogger(EntityIdParameterBuilder.class); | ||
|
||
@Override | ||
public String getParameterString(final HttpServletRequest request) { | ||
|
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