Oracle Entitlements Server Provider SSPI API Reference

com.bea.security.spi
Interface ResourceActionBundle


public interface ResourceActionBundle

This class encapsulates a union of a resource and action allowing a provider to extract each of these seperately as well as together in a traditional weblogic.security.spi.Resource

Author:
Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.

Method Summary
 Resource getCombinedResource()
          Get the resource and action as a combined resource.
 ProviderAction getProviderAction()
          Get the action portion of this bundle.
 ProviderResource getProviderResource()
          Get the resource portion of this bundle.
 

Method Detail

getProviderAction

public ProviderAction getProviderAction()
Get the action portion of this bundle.

Returns:
the action for this bundle as a ProviderAction

getProviderResource

public ProviderResource getProviderResource()
Get the resource portion of this bundle.

Returns:
the resource for this bundle as a ProviderResource

getCombinedResource

public Resource getCombinedResource()
Get the resource and action as a combined resource.

Returns:
the combined resource and action as a weblogic.security.spi.Resource