User::Identity::Collection::Users - a collection of users
| Use Case | Command | Description |
|---|---|---|
| Create a new users collection | User::Identity::Collection::Users->new('name', description => 'desc') |
Creates a new collection of user identities |
| Add a user to the collection | $collection->add($user, $role) |
Adds a user identity to the collection |
| Find a user by name | $collection->find('username') |
Locates a user within the collection |
| List all users | @users = @$collection |
Access all users via overloaded array dereference |
| Get roles for the collection | $collection->roles() |
Returns the roles associated with the collection |
User::Identity::Collection::Users
is a User::Identity::Collection
is a User::Identity::Item
The User::Identity::Collection::Users object maintains a set of User::Identity objects, each describing a user.
Extends "DESCRIPTION" in User::Identity::Collection.
Extends "OVERLOADED" in User::Identity::Collection.
@{} — Inherited, see "OVERLOADED" in User::Identity::Collectionstringification — Inherited, see "OVERLOADED" in User::Identity::CollectionExtends "METHODS" in User::Identity::Collection.
Extends "Constructors" in User::Identity::Collection.
User::Identity::Collection::Users->new( [$name], %options )
| Option | Defined in | Default |
|---|---|---|
description |
User::Identity::Item | undef |
item_type |
User::Identity::Collection | User::Identity |
name |
User::Identity::Item | 'people' |
parent |
User::Identity::Item | undef |
roles |
User::Identity::Collection | undef |
description => STRINGitem_type => CLASSname => STRINGparent => OBJECTroles => ROLE|ARRAYExtends "Attributes" in User::Identity::Collection.
$obj->description() — Inherited, see "Attributes" in User::Identity::Item$obj->itemType() — Inherited, see "Attributes" in User::Identity::Collection$obj->name( [$newname] ) — Inherited, see "Attributes" in User::Identity::Item$obj->roles() — Inherited, see "Attributes" in User::Identity::CollectionExtends "Collections" in User::Identity::Collection.
$obj->add($collection, $role) — Inherited, see "Collections" in User::Identity::Item$obj->addCollection( $object | <[$type], %options> ) — Inherited, see "Collections" in User::Identity::Item$obj->collection($name) — Inherited, see "Collections" in User::Identity::Item$obj->parent( [$parent] ) — Inherited, see "Collections" in User::Identity::Item$obj->removeCollection($object|$name) — Inherited, see "Collections" in User::Identity::Item$obj->type() and User::Identity::Collection::Users->type() — Inherited, see "Collections" in User::Identity::Item$obj->user() — Inherited, see "Collections" in User::Identity::ItemExtends "Maintaining roles" in User::Identity::Collection.
$obj->addRole($role| <[$name],%options> | ARRAY) — Inherited, see "Maintaining roles" in User::Identity::Collection$obj->removeRole($role|$name) — Inherited, see "Maintaining roles" in User::Identity::Collection$obj->renameRole( <$role|$oldname>, $newname ) — Inherited, see "Maintaining roles" in User::Identity::Collection$obj->sorted() — Inherited, see "Maintaining roles" in User::Identity::CollectionExtends "Searching" in User::Identity::Collection.
$obj->find($name|CODE|undef) — Inherited, see "Searching" in User::Identity::Collection$object is not a collection. — The first argument is an object, but not of a class which extends User::Identity::Collection.$type to add this to my collection. — Some options are specified to create a $type object, which is native to this collection. However, for some reason this failed.$type ($class). — Either the specified $type does not exist, or that module named $class returns compilation errors. If the type as specified in the warning is not the name of a package, you specified a nickname which was not defined. Maybe you forgot the 'require' the package which defines the nickname.$name into $newname: already exists$name into $newname: doesn't exist$class failed. — The $class did compile, but it was not possible to create an object of that class using the options you specified.$name — The collection with $name does not exist and can not be created.$collection: requires a $expect but got a $type — Each $collection groups sets of roles of one specific type ($expect). You cannot add objects of a different $type.This module is part of User-Identity distribution version 1.01, built on February 11, 2022. Website: http://perl.overmeer.net/CPAN/
Copyrights 2003-2022 by [Mark Overmeer <markov AT cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
perl v5.34.0 — 2022-02-12 — User::Identity::Collection::Users(3pm)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 09:42 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format