03-12-2007 Ilya Kharmatsky * WPAuthenticationModule.cs: added to project. Portal specific authentication module (uses PUMA services) * IPumaServicesProvider.cs, PumaServicesProvider.cs, WPGroupsRoleProvider.cs: added 'CurrentUserName' property and internal helpers methods. 03-01-2007 Ilya Kharmatsky * PumaServicesProvider.cs: fixed PumaController property (proper handling process action phace) 02-26-2007 Ilya Kharmatsky * WPGroupsRoleProvider.cs: fixed RoleExists method - in case when wildcard used in roleName parameter. 02-26-2007 Ilya Kharmatsky * Added comments, NET_2_0 derective to all classes under this directory. 02-26-2007 Ilya Kharmatsky * WPS*.cs : renamed to WP*.cs files and respective classes. * WPGroupsRoleProvider.cs: small fixes in implemented read-only features * PumaServicesProvider.cs: changed implementation of obtaining configuration properties - use JNDI repository and cache it in portlet/servlet session. 02-25-2007 Ilya Kharmatsky * WPSGroupsRoleProvider.cs: added * WPSMembershipProvider.cs, WPSMembershipUser.cs: added NET_2_0 directives. 02-21-2007 Ilya Kharmatsky * WPSMembershipProvider.cs: fixed 'null' case in GetUser methods - should return 'current user' 02-20-2007 Ilya Kharmatsky * WPSMembershipProvider.cs : fixed paging of resources. 02-19-2007 Ilya Kharmatsky * IPumaServicesProvider.cs, PumaServicesProvider.cs, PumaServicesProviderFactory.cs, WPSMembershipProvider.cs, WPSMembershipUser.cs : Added to the project - implementation of Web Sphere Portal MembershipProvider and Web Sphere Portal MembershipUser - based on PUMA API.