Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09