Liferay 6.1.2-ce-ga3

com.liferay.portal.security.permission
Class PermissionCheckerFactoryImpl

java.lang.Object
  extended by com.liferay.portal.security.permission.PermissionCheckerFactoryImpl
All Implemented Interfaces:
PermissionCheckerFactory

public class PermissionCheckerFactoryImpl
extends Object
implements PermissionCheckerFactory


Constructor Summary
PermissionCheckerFactoryImpl()
           
 
Method Summary
 PermissionChecker create(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionCheckerFactoryImpl

public PermissionCheckerFactoryImpl()
                             throws Exception
Throws:
Exception
Method Detail

create

public PermissionChecker create(User user)
                         throws Exception
Specified by:
create in interface PermissionCheckerFactory
Throws:
Exception

Liferay 6.1.2-ce-ga3