diff options
Diffstat (limited to 'lib/classes/auth_plugins/CASUserDataMapping.php')
| -rw-r--r-- | lib/classes/auth_plugins/CASUserDataMapping.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/classes/auth_plugins/CASUserDataMapping.php b/lib/classes/auth_plugins/CASUserDataMapping.php new file mode 100644 index 0000000..03c9cd2 --- /dev/null +++ b/lib/classes/auth_plugins/CASUserDataMapping.php @@ -0,0 +1,13 @@ +<? +# Lifter007: TODO +# Lifter003: TODO +# Lifter010: TODO +/** + * Interface for the user mapping used by StudIPAuthCAS + */ +interface CASUserDataMapping { + + // reads one attribute identified by a key of a given user + function getUserData ($key, $username); +} +?>
\ No newline at end of file |
