- Timestamp:
- 11/28/08 12:41:05 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm
r836 r1039 24 24 # As per the GPL, removal of this notice is prohibited. 25 25 26 =begin twiki26 =begin TML 27 27 28 28 ---+ package Foswiki::Users::TopicUserMapping … … 56 56 #Monitor::MonitorMethod('Foswiki::Users::TopicUserMapping'); 57 57 58 =begin twiki58 =begin TML 59 59 60 60 ---++ ClassMethod new ($session, $impl) … … 106 106 } 107 107 108 =begin twiki108 =begin TML 109 109 110 110 ---++ ObjectMethod finish() … … 128 128 } 129 129 130 =begin twiki130 =begin TML 131 131 132 132 ---++ ObjectMethod supportsRegistration () -> false … … 139 139 } 140 140 141 =begin twiki141 =begin TML 142 142 143 143 ---++ ObjectMethod handlesUser ( $cUID, $login, $wikiname) -> $boolean … … 181 181 } 182 182 183 =begin twiki183 =begin TML 184 184 185 185 ---++ ObjectMethod login2cUID ($login, $dontcheck) -> $cUID … … 205 205 } 206 206 207 =begin twiki207 =begin TML 208 208 209 209 ---++ ObjectMethod getLoginName ($cUID) -> login … … 269 269 } 270 270 271 =begin twiki271 =begin TML 272 272 273 273 ---++ ObjectMethod addUser ($login, $wikiname, $password, $emails) -> $cUID … … 449 449 } 450 450 451 =begin twiki451 =begin TML 452 452 453 453 ---++ ObjectMethod removeUser( $cUID ) -> $boolean … … 468 468 } 469 469 470 =begin twiki470 =begin TML 471 471 472 472 ---++ ObjectMethod getWikiName ($cUID) -> $wikiname … … 507 507 } 508 508 509 =begin twiki509 =begin TML 510 510 511 511 ---++ ObjectMethod userExists($cUID) -> $boolean … … 552 552 } 553 553 554 =begin twiki554 =begin TML 555 555 556 556 ---++ ObjectMethod eachUser () -> Foswiki::ListIterator of cUIDs … … 584 584 my %expanding; 585 585 586 =begin twiki586 =begin TML 587 587 588 588 ---++ ObjectMethod eachGroupMember ($group) -> listIterator of cUIDs … … 628 628 } 629 629 630 =begin twiki630 =begin TML 631 631 632 632 ---++ ObjectMethod isGroup ($user) -> boolean … … 645 645 } 646 646 647 =begin twiki647 =begin TML 648 648 649 649 ---++ ObjectMethod eachGroup () -> ListIterator of groupnames … … 660 660 } 661 661 662 =begin twiki662 =begin TML 663 663 664 664 ---++ ObjectMethod eachMembership ($cUID) -> ListIterator of groups this user is in … … 680 680 } 681 681 682 =begin twiki682 =begin TML 683 683 684 684 ---++ ObjectMethod isAdmin( $cUID ) -> $boolean … … 706 706 } 707 707 708 =begin twiki708 =begin TML 709 709 710 710 ---++ ObjectMethod findUserByEmail( $email ) -> \@cUIDs … … 749 749 } 750 750 751 =begin twiki751 =begin TML 752 752 753 753 ---++ ObjectMethod getEmails($name) -> @emailAddress … … 808 808 } 809 809 810 =begin twiki810 =begin TML 811 811 812 812 ---++ ObjectMethod setEmails($cUID, @emails) -> boolean … … 830 830 } 831 831 832 =begin twiki832 =begin TML 833 833 834 834 ---++ StaticMethod mapper_getEmails($session, $user) … … 872 872 } 873 873 874 =begin twiki874 =begin TML 875 875 876 876 ---++ StaticMethod mapper_setEmails ($session, $user, @emails) … … 917 917 } 918 918 919 =begin twiki919 =begin TML 920 920 921 921 ---++ ObjectMethod findUserByWikiName ($wikiname) -> list of cUIDs associated with that wikiname … … 967 967 } 968 968 969 =begin twiki969 =begin TML 970 970 971 971 ---++ ObjectMethod checkPassword( $login, $password ) -> $boolean … … 982 982 } 983 983 984 =begin twiki984 =begin TML 985 985 986 986 ---++ ObjectMethod setPassword( $cUID, $newPassU, $oldPassU ) -> $boolean … … 1011 1011 } 1012 1012 1013 =begin twiki1013 =begin TML 1014 1014 1015 1015 ---++ ObjectMethod passwordError( ) -> $string
Note: See TracChangeset
for help on using the changeset viewer.
