Java org.apache.hadoop.security.authorize AccessControlList fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.security.authorize AccessControlList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.security.authorize AccessControlList.

The text is from its open source code.

Constructor

AccessControlList(String aclString)
Construct a new ACL from a String representation of the same.

Method

voidaddUser(String user)
Add user to the names of users allowed for this service.
StringgetAclString()
Returns the access control list as a String that can be used for building a new instance by sending it to the constructor of AccessControlList .
booleanisUserAllowed(UserGroupInformation ugi)