Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.security.spi
Interface SelfDescribingResourceV2

All Superinterfaces:
Resource, SelfDescribingResource, Serializable
All Known Implementing Classes:
AdminResource, ApplicationResource, COMResource, ControlResource, EISResource, EJBResource, JDBCResource, JMSResource, JMXResource, JNDIResource, RemoteResource, ResourceBase, ServerResource, URLResource, WebServiceResource, WorkContextResource

public interface SelfDescribingResourceV2
extends SelfDescribingResource

The SelfDescribingResourceV2 class adds more query methods to the SelfDescribingResource class. It should be used for all new Resources.

Since:
9.0

Field Summary
 
Fields inherited from interface weblogic.security.spi.SelfDescribingResource
LIST_FIELD_TYPE, NORMAL_FIELD_TYPE, PATH_FIELD_TYPE, UNDEFINED_FIELD_TYPE
 
Method Summary
 boolean isTransitiveField(String fieldName)
          Returns true when the specified field name is a transitive field.
 
Methods inherited from interface weblogic.security.spi.SelfDescribingResource
getFieldType, getRepeatingFieldIndex, getRepeatingFieldTerminatingIndex
 
Methods inherited from interface weblogic.security.spi.Resource
equals, getID, getKeys, getParentResource, getType, getValues, hashCode, toString
 

Method Detail

isTransitiveField

boolean isTransitiveField(String fieldName)
Returns true when the specified field name is a transitive field. When the transitive field value is null the field name is not included into the resource id.


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06