-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 add client parameter to requests (#66)
* Update AsyncRequestCallable.java * Update Challenge.java * Update Endpoint.java * Update IPISimpleLogger.java * Update JSONParser.java * Update PIConfig.java * Update PIConstants.java * Update PIError.java * Update PIResponse.java * Update PrivacyIDEA.java * Delete U2F.java * Update WebAuthn.java * Update TestGetTokenInfo.java * Update TestPollTransaction.java * Update TestRollout.java * Update TestTriggerChallenge.java * Update TestU2F.java * Update TestValidateCheck.java * Update TestValidateCheckSerial.java * Update TestWebAuthn.java * rm u2f * Update Endpoint.java add get client ip * Update PIConfig.java add get client ip * Update PIConstants.java add client, rm u2f * Update PIResponse.java * Update PrivacyIDEA.java add forward client ip * Update PrivacyIDEA.java * Update pom.xml * Update build.yml * Update TestTriggerChallenge.java test the new function * Update PIConfig.java * Update PrivacyIDEA.java * Update Endpoint.java * Update Endpoint.java * change some private fields to protected or public
- Loading branch information
1 parent
f20c82e
commit af60956
Showing
23 changed files
with
272 additions
and
598 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,5 +21,5 @@ | |
*/ | ||
public interface IPISimpleLogger | ||
{ | ||
void pilog(String message); | ||
void piLog(String message); | ||
} |
Oops, something went wrong.