BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.security.spi
Interface SelfDescribingResourceV2

All Superinterfaces:
Resource, SelfDescribingResource, Serializable
All Known Implementing Classes:
ResourceBase

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
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

public 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.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.