Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.policymanager
Interface IPolicyAttachmentResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
PolicyAttachmentResult

public interface IPolicyAttachmentResult
extends Serializable

This class captures result of attaching/detaching a Policy to a Policy Subject. It is used by the Policy Attachment Back Tracing APIs for the Policy Store to maintain the list of Policy Subjects to which a Policy in the Policy Store may be attached/detached.


Nested Class Summary
static class IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM
           

 

Method Summary
 IPolicyReference getPolicyReference()
          The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
 String getResourcePattern()
          The Resource/Policy Subject to which the Policy is being attached
 IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
          The Status of the attachment from the Back Tracing perspective.

 

Method Detail

getPolicyReference

IPolicyReference getPolicyReference()
The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
Returns:
IPolicyReference

getResourcePattern

String getResourcePattern()
The Resource/Policy Subject to which the Policy is being attached
Returns:
String - string representation of the Policy Subject.

getStatus

IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
The Status of the attachment from the Back Tracing perspective.
Returns:
ATTACHMENT_STATUS_ENUM success - if the Policy was either successfully attached/detached ignore - if the Policy referred to by the Policy Reference is invalid fail - If the recording of attachment/detachment failed due to internal exceptions

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.