BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.security.acl
Interface ExplicitlyControlled


public interface ExplicitlyControlled

An object that needs to have some access control lists associated explicitly will implement this interface. Normally, an object's access control lists are determined by an ACL name that is based on the object's position in some hierarchy.

The display and navigation of ManagedObject checks for this interface.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.security.acl.Acl getAcl(java.lang.String feature)
          Returns this object's ACLs.
 

Method Detail

getAcl

public java.security.acl.Acl getAcl(java.lang.String feature)
Returns this object's ACLs. Set feature to null to refer to the implementation itself. Other values for feature are interpreted by the implementation and might well make no difference. When displaying a ManagedObject, this method is called with the name of a property to decide whether that property should be displayed.

Parameters:
feature - Name of feature to be displayed

Documentation is available at
http://www.weblogic.com/docs51