Skip navigation links
oracle.wsm.policy.util
Interface IPolicyRegistry
- All Known Implementing Classes:
- PolicyRegistry
-
public interface IPolicyRegistry
setParent
void setParent(IPolicyRegistry parent)
getParent
IPolicyRegistry getParent()
lookup
IPolicy lookup(String policyURI)
throws IllegalArgumentException
-
- Throws:
IllegalArgumentException
register
void register(String policyURI,
IPolicy policy)
unregister
void unregister(String policyURI)
getEntries
Map<String,IPolicy> getEntries()
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.