aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/auth_plugins/CASUserDataMapping.php
blob: 03c9cd2beba9b47cee4de63a930dc971c34b7605 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
}
?>