Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion THIRD-PARTY-NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CDDL 1.0 -- https://opensource.org/licenses/CDDL-1.0


Design inspiration (no code copied; independent C# reimplementation):
- Evolveum GuardedString (OpenICF / ConnId connector framework) -- the encrypted-at-rest buffer, callback-based Access, and AppendChar / MakeReadOnly API shape are modelled after this Java class. https://github.com/Evolveum/openicf/blob/master/framework/java/connector-framework/src/main/java/org/identityconnectors/common/security/GuardedString.java
- Evolveum GuardedString (OpenICF / ConnId connector framework; Copyright 2008-2009 Sun Microsystems, Inc.) -- the encrypted-at-rest buffer, callback-based Access, and AppendChar / MakeReadOnly API shape are modelled after this Java class. https://github.com/Evolveum/openicf/blob/master/framework/java/connector-framework/src/main/java/org/identityconnectors/common/security/GuardedString.java



Expand Down
Loading