Skip navigation links
oracle.wsm.policymanager.impl
Class PolicyAttachmentResult
java.lang.Object
oracle.wsm.policymanager.impl.PolicyAttachmentResult
- All Implemented Interfaces:
- Serializable, IPolicyAttachmentResult
-
public class PolicyAttachmentResult
- extends Object
- implements IPolicyAttachmentResult
- See Also:
- Serialized Form
PolicyAttachmentResult
public PolicyAttachmentResult(String resourcePattern,
IPolicyReference polRef,
IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM status)
getPolicyReference
public IPolicyReference getPolicyReference()
- Description copied from interface:
IPolicyAttachmentResult
- The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
-
- Specified by:
getPolicyReference
in interface IPolicyAttachmentResult
-
- Returns:
- IPolicyReference
getResourcePattern
public String getResourcePattern()
- Description copied from interface:
IPolicyAttachmentResult
- The Resource/Policy Subject to which the Policy is being attached
-
- Specified by:
getResourcePattern
in interface IPolicyAttachmentResult
-
- Returns:
- String - string representation of the Policy Subject.
getStatus
public IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM getStatus()
- Description copied from interface:
IPolicyAttachmentResult
- The Status of the attachment from the Back Tracing perspective.
-
- Specified by:
getStatus
in interface IPolicyAttachmentResult
-
- 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
toString
public String toString()
-
- Overrides:
toString
in class Object
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.