|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policyaccess.impl.file.FilePolicyResolver
public class FilePolicyResolver
Constructor Summary | |
---|---|
FilePolicyResolver() |
Method Summary | |
---|---|
IPolicySet |
getPolicies(List<IPolicyReference> polRefs, boolean includeConfigs) |
IPolicySet |
getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean includeConfigs, boolean synchronizeAttachmentEntries) Gives the policies for the policyreferences. |
IPolicy |
getPolicy(String name, boolean includeConfigs) |
String[] |
getResourcePaths(String name) |
Date |
getStoreTimestamp() Returns the timestamp of the Policy store |
protected InputStream |
getStream(String name) |
void |
init(Map<String,String> properties) Initialize policy resolver using given configuration options. |
void |
removeAttachmentEntries(List<IPolicySubject> policySubject) |
static String |
resolvePropertyTokens(String input, Properties properties) |
static String |
resolveSystemPropertyTokens(String input) |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilePolicyResolver()
Method Detail |
---|
public void init(Map<String,String> properties)
init
in interface IPolicyResolver
properties
- map of initialization propertiespublic IPolicy getPolicy(String name, boolean includeConfigs) throws PolicyAccessException
PolicyAccessException
protected InputStream getStream(String name) throws PolicyAccessException
PolicyAccessException
public IPolicySet getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjPolRefsMap, boolean includeConfigs, boolean synchronizeAttachmentEntries) throws PolicyAccessException
getPolicies
in interface IPolicyResolver
polRefs
-includeConfigs
-PolicyAccessException
public IPolicySet getPolicies(List<IPolicyReference> polRefs, boolean includeConfigs) throws PolicyAccessException
getPolicies
in interface IPolicyResolver
PolicyAccessException
public String[] getResourcePaths(String name) throws IOException
IOException
public String toString()
toString
in class Object
public static String resolvePropertyTokens(String input, Properties properties)
public static String resolveSystemPropertyTokens(String input)
public Date getStoreTimestamp()
IPolicyResolver
getStoreTimestamp
in interface IPolicyResolver
public void removeAttachmentEntries(List<IPolicySubject> policySubject) throws PolicyAccessException
removeAttachmentEntries
in interface IPolicyResolver
PolicyAccessException
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |