Liferay 6.2-ce-ga5

com.liferay.portal.security.ac
Annotation Type AccessControlled


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface AccessControlled


Optional Element Summary
 boolean guestAccessEnabled
           
 boolean hostAllowedValidationEnabled
           
 

guestAccessEnabled

public abstract boolean guestAccessEnabled
Default:
false

hostAllowedValidationEnabled

public abstract boolean hostAllowedValidationEnabled
Default:
true

Liferay 6.2-ce-ga5