Skip navigation links
oracle.wsm.policy.util
Class PolicyRegistry
java.lang.Object
oracle.wsm.policy.util.PolicyRegistry
- All Implemented Interfaces:
- IPolicyRegistry
-
public class PolicyRegistry
- extends Object
- implements IPolicyRegistry
PolicyRegistry is contains reference to external policy that are used by the policy model to resolve policy reference objects to their actual policies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyRegistry
public PolicyRegistry()
PolicyRegistry
public PolicyRegistry(IPolicyRegistry parent)
setParent
public void setParent(IPolicyRegistry parent)
-
- Specified by:
setParent
in interface IPolicyRegistry
getParent
public IPolicyRegistry getParent()
-
- Specified by:
getParent
in interface IPolicyRegistry
lookup
public IPolicy lookup(String policyURI)
throws IllegalArgumentException
-
- Specified by:
lookup
in interface IPolicyRegistry
-
- Throws:
IllegalArgumentException
register
public void register(String policyURI,
IPolicy policy)
-
- Specified by:
register
in interface IPolicyRegistry
unregister
public void unregister(String policyURI)
-
- Specified by:
unregister
in interface IPolicyRegistry
keys
public Iterator keys()
values
public Iterator values()
getEntries
public Map<String,IPolicy> getEntries()
-
- Specified by:
getEntries
in interface IPolicyRegistry
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.