Liferay 6.0.5

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, boolean checkGuest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionCheckerFactoryImpl

public PermissionCheckerFactoryImpl()
Method Detail

create

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

Liferay 6.0.5