Example usage for com.liferay.portal.kernel.security.auth AlwaysAllowDoAsUser interface-usage

List of usage examples for com.liferay.portal.kernel.security.auth AlwaysAllowDoAsUser interface-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.security.auth AlwaysAllowDoAsUser interface-usage.

Usage

From source file com.liferay.wiki.web.internal.security.auth.EditPageAttachmentAlwaysAllowDoAsUser.java

/**
 * @author Ivn Zaera
 */
@Component(service = AlwaysAllowDoAsUser.class)
public class EditPageAttachmentAlwaysAllowDoAsUser implements AlwaysAllowDoAsUser {