|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of ResourceSecurityDescriptor in org.globus.wsrf |
| Methods in org.globus.wsrf with parameters of type ResourceSecurityDescriptor | |
org.apache.axis.message.addressing.EndpointReferenceType |
NotificationConsumerManager.createNotificationConsumer(java.util.List[] topicPaths,
NotifyCallback[] callbacks,
ResourceSecurityDescriptor desc)
Create a notification consumer resource with the given parameters. |
org.apache.axis.message.addressing.EndpointReferenceType |
NotificationConsumerManager.createNotificationConsumer(NotifyCallback callback,
ResourceSecurityDescriptor desc)
Create a notification consumer resource with the given callback. |
org.apache.axis.message.addressing.EndpointReferenceType |
NotificationConsumerManager.createNotificationConsumer(java.util.List topicPath,
NotifyCallback callback,
ResourceSecurityDescriptor desc)
Create a notification consumer resource with the given callback. |
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.impl |
| Fields in org.globus.wsrf.impl declared as ResourceSecurityDescriptor | |
(package private) ResourceSecurityDescriptor |
NotificationConsumerCallbackManagerImpl.resDesc
|
| Methods in org.globus.wsrf.impl that return ResourceSecurityDescriptor | |
ResourceSecurityDescriptor |
NotificationConsumerCallbackManagerImpl.getSecurityDescriptor()
|
| Constructors in org.globus.wsrf.impl with parameters of type ResourceSecurityDescriptor | |
NotificationConsumerCallbackManagerImpl(ResourceSecurityDescriptor desc)
|
|
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.impl.notification |
| Fields in org.globus.wsrf.impl.notification declared as ResourceSecurityDescriptor | |
protected ResourceSecurityDescriptor |
SimpleSubscription.resourceSecurityDescriptor
|
| Methods in org.globus.wsrf.impl.notification that return ResourceSecurityDescriptor | |
protected ResourceSecurityDescriptor |
SubscribeHelper.setupResourceSecurityDescriptor()
Set up the resource descriptor to be used on the resource. |
private ResourceSecurityDescriptor |
SubscribeHelper.createResourceSecurityDescriptor()
Create a new resource security descriptor and fill in the subject and authorization bits |
ResourceSecurityDescriptor |
SimpleSubscription.getSecurityDescriptor()
|
| Methods in org.globus.wsrf.impl.notification with parameters of type ResourceSecurityDescriptor | |
ResourceKey |
SubscriptionHome.create(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object subscriptionPolicy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicPathExpression,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor)
Create a subscription resource |
ResourceKey |
SubscriptionHome.create(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object subscriptionPolicy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicPathExpression,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor,
NotifyCallback callback)
Create a subscription resource |
protected Subscription |
SubscriptionHome.createSubscription(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object subscriptionPolicy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicPathExpression,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor,
NotifyCallback callback)
|
ResourceKey |
NotificationConsumerHome.create(ResourceSecurityDescriptor desc)
|
| Constructors in org.globus.wsrf.impl.notification with parameters of type ResourceSecurityDescriptor | |
SimpleSubscription(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object policy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicExpression,
boolean isPaused,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor)
Construct a new subscription resource. |
|
SimpleSubscription(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object policy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicExpression,
boolean isPaused,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor,
NotifyCallback callback)
Construct a new subscription resource. |
|
PersistentSubscription(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object policy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicExpression,
boolean isPaused,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor)
|
|
PersistentSubscription(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
org.apache.axis.message.addressing.EndpointReferenceType producerReference,
java.util.Calendar initialTerminationTime,
java.lang.Object policy,
QueryExpressionType precondition,
QueryExpressionType selector,
ResourceKey producerKey,
java.lang.String producerHomeLocation,
TopicExpressionType topicExpression,
boolean isPaused,
boolean useNotify,
ClientSecurityDescriptor notificationSecurityDescriptor,
ResourceSecurityDescriptor resourceSecurityDescriptor,
NotifyCallback callback)
|
|
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.impl.security |
| Methods in org.globus.wsrf.impl.security with parameters of type ResourceSecurityDescriptor | |
void |
SecurityManagerImpl.setResourceOwnerFromContext(ResourceSecurityDescriptor desc)
Sets the resource descriptor object with the current invocation subject. |
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.impl.security.authentication |
| Methods in org.globus.wsrf.impl.security.authentication with parameters of type ResourceSecurityDescriptor | |
void |
SecurityPolicyHandler.handle(org.apache.axis.MessageContext msgCtx,
ResourceSecurityDescriptor resDesc,
ServiceSecurityDescriptor desc,
java.lang.String servicePath)
|
void |
RunAsHandler.handle(org.apache.axis.MessageContext msgCtx,
ResourceSecurityDescriptor resDesc,
ServiceSecurityDescriptor desc,
java.lang.String servicePath)
|
abstract void |
DescriptorHandler.handle(org.apache.axis.MessageContext msgCtx,
ResourceSecurityDescriptor resDesc,
ServiceSecurityDescriptor desc,
java.lang.String servicePath)
|
void |
AuthHandler.handle(org.apache.axis.MessageContext msgCtx,
ResourceSecurityDescriptor resDesc,
ServiceSecurityDescriptor desc,
java.lang.String servicePath)
|
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.impl.security.descriptor |
| Methods in org.globus.wsrf.impl.security.descriptor that return ResourceSecurityDescriptor | |
static ResourceSecurityDescriptor |
SecureResourcePropertiesHelper.getResourceSecDescriptor(Resource resource)
|
ResourceSecurityDescriptor |
ResourceSecurityConfig.getSecurityDescriptor()
Returns the ResourceSecurityDescriptor object. |
| Constructors in org.globus.wsrf.impl.security.descriptor with parameters of type ResourceSecurityDescriptor | |
ResourceSecurityConfig(ResourceSecurityDescriptor desc)
|
|
| Uses of ResourceSecurityDescriptor in org.globus.wsrf.security |
| Methods in org.globus.wsrf.security that return ResourceSecurityDescriptor | |
ResourceSecurityDescriptor |
SecureResource.getSecurityDescriptor()
Method to retrieve the security descriptor for this resource. |
| Methods in org.globus.wsrf.security with parameters of type ResourceSecurityDescriptor | |
abstract void |
SecurityManager.setResourceOwnerFromContext(ResourceSecurityDescriptor desc)
Sets the resource descriptor object with the current invocation subject. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||