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