org.jasig.portal.services |
|
Java Source File Name | Type | Comment |
Authentication.java | Class | Attempts to authenticate a user and retrieve attributes
associated with the user.
author: Ken Weiner, kweiner@unicon.net author: Don Fracapane (df7@columbia.edu) author: Added properties in the security properties file that hold the tokens used to author: represent the principal and credential for each security context. |
AuthorizationService.java | Class | |
EntityCachingService.java | Class | This class presents a facade for the IEntityCachingService implementation
that lets clients cache and retrieve IBasicEntities . |
EntityLockService.java | Class | This is a bootstrap class and facade for the IEntityLockService implementation.
It presents a simple api for acquiring lock objects, IEntityLocks ,
that can be used to control concurrent access to portal entities in a
multi-server environment. |
EntityNameFinderService.java | Class | |
EntityPropertyRegistry.java | Class | A Service to allow the querying and storing of properties relating
to portal entities. |
ExternalServices.java | Class | ExternalServices starts up all the runtime services for the uPortal.
These services can be customized at an installation location by editing the
services.xml file under the properties directory. |
GroupService.java | Class | Bootstrap class for the IGroupService implementation. |
HttpClientManager.java | Class | |
LogService.java | Class | As of uPortal 2.4, use Apache Commons Logging directly instead of using this
LogService. |
PersonDirectory.java | Class | PersonDirectory is a static lookup mechanism for a singleton instance of
IPersonAttributeDao. |
SequenceGenerator.java | Class | |
StatsRecorder.java | Class | Static cover for the primary instance of IStatsRecorder. |