Quick search:

IndexPage
SecurityManager
User
UserEditDetailsPage
UserGroup
UserRole
SecurityManager
checkViewInDomainDir
initAuthenticator

<?php 
// Copyright (c) MetaClass, 2003-2008
// Licensed under the Academic Free License version 3.0


includeClass('PntSecurityManager', 'pnt');

/** 
*
* This concrete subclass is here to keep de application developers
* code separated from the framework code.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* Framework code is in the superclass to provide defaults.
* This class may be copied to an application folder to
* make application specific overrides.
* @package admin
*/
class SecurityManager extends PntSecurityManager {