Class Index | File Index

Classes


Class Security.AccessControlList

A class which contains a list of allowed operations. Use User#getAccessControlList method to get 'Security.AccessControlList' object for a Fabric user. The possible values of the list elements are:


Defined in: </home/ubuntu/streamscape/NeeveBuild/stjsapi/src/main/webapp/js/security/AccessControlList.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Stores a list of operations access to which is allowed
Method Summary
Method Attributes Method Name and Description
boolean 
authorize(operation)
Returns true if the specified operation is allowed by this list
String 
Returns the string representation of the access control list
Class Detail
Security.AccessControlList()
Stores a list of operations access to which is allowed
Method Detail
{boolean} authorize(operation)
Returns true if the specified operation is allowed by this list
Parameters:
{String} operation
The operation to be checked. See AccessControlList for possible values.
Returns:
True if the specified operation is allowed and false otherwise

{String} toString()
Returns the string representation of the access control list
Returns:
The string representation of the access control list

Copyright © 2015-2021 StreamScape Technologies. All rights reserved.