org.globus.wsrf.security
Interface SecureResource

All Superinterfaces:
Resource
All Known Implementing Classes:
NotificationConsumerCallbackManagerImpl, SimpleSubscription

public interface SecureResource
extends Resource

Defines the interface that a secure resource should implement.


Method Summary
 ResourceSecurityDescriptor getSecurityDescriptor()
          Method to retrieve the security descriptor for this resource.
 

Method Detail

getSecurityDescriptor

public ResourceSecurityDescriptor getSecurityDescriptor()
Method to retrieve the security descriptor for this resource. If the descriptor does not have Subject and GridMap set, then it is recommended that ResourceSecurityConfig be used initialize the descriptor object. If the initialized is set to true, in the returned descriptor, then no initialization is done.

Returns:
resource security descriptor for the resource. Can be null.