Skip navigation links

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

E10689-01


oracle.wsm.policyaccess
Interface IPolicyAccessor

All Known Implementing Classes:
PolicyAccessorImpl

public interface IPolicyAccessor

Field Summary
static String ACTIVE_PROTOCOL
           
static String CLASSPATH_PROTOCOL_NAME
           
static String FILE_PROTOCOL_NAME
           
static String LOCAL_PROTOCOL_NAME
           
static String MDS_PROTOCOL_NAME
          Deprecated.  
static String OWSM_PROTOCOL_NAME
          Deprecated.  
static String PROP_MODULE_HOME_FILE
           
static String PROP_MODULE_HOME_MDS
           
static String REMOTE_PROTOCOL_NAME
           

 

Method Summary
 IPolicyAccessSubjectResult getPolicySet(IPolicyAccessSubject polAccessSubject, boolean synchronizedAttachmentEntries)
           
 Map<IPolicyAccessSubject,IPolicyAccessSubjectResult> getPolicySetMap(List<IPolicyAccessSubject> polAccessSubjects, boolean synchronizedAttachmentEntries)
           
 void init(Configuration config)
          Configuration information to connect to the Policy Manager
 void processEvent(List<IPolicyAccessSubject> polAccessSubjects, int lcEventType)
          This api deletes the backtrace entries for deatcivated SCA Component, Service and Module.

 

Field Detail

ACTIVE_PROTOCOL

static final String ACTIVE_PROTOCOL
See Also:
Constant Field Values

CLASSPATH_PROTOCOL_NAME

static final String CLASSPATH_PROTOCOL_NAME
See Also:
Constant Field Values

FILE_PROTOCOL_NAME

static final String FILE_PROTOCOL_NAME
See Also:
Constant Field Values

LOCAL_PROTOCOL_NAME

static final String LOCAL_PROTOCOL_NAME

MDS_PROTOCOL_NAME

static final String MDS_PROTOCOL_NAME
Deprecated. 
Old name for local protocol.
See Also:
Constant Field Values

REMOTE_PROTOCOL_NAME

static final String REMOTE_PROTOCOL_NAME

OWSM_PROTOCOL_NAME

static final String OWSM_PROTOCOL_NAME
Deprecated. 
Old name for remote protocol.
See Also:
Constant Field Values

PROP_MODULE_HOME_FILE

static final String PROP_MODULE_HOME_FILE
See Also:
Constant Field Values

PROP_MODULE_HOME_MDS

static final String PROP_MODULE_HOME_MDS
See Also:
Constant Field Values

Method Detail

init

void init(Configuration config)
Configuration information to connect to the Policy Manager
Parameters:
config -

getPolicySet

IPolicyAccessSubjectResult getPolicySet(IPolicyAccessSubject polAccessSubject,
                                        boolean synchronizedAttachmentEntries)
                                        throws PolicyAccessException
Parameters:
polAccessSubjects -
synchronizedAttachmentEntries -
Returns:
Throws:
PolicyAccessException

getPolicySetMap

Map<IPolicyAccessSubject,IPolicyAccessSubjectResult> getPolicySetMap(List<IPolicyAccessSubject> polAccessSubjects,
                                                                     boolean synchronizedAttachmentEntries)
                                                                     throws PolicyAccessException
Parameters:
polAccessSubjects -
synchronizedAttachmentEntries -
Returns:
Throws:
PolicyAccessException

processEvent

void processEvent(List<IPolicyAccessSubject> polAccessSubjects,
                  int lcEventType)
                  throws PolicyAccessException
This api deletes the backtrace entries for deatcivated SCA Component, Service and Module.
Parameters:
polAccessSubjects - --list of policy access subjects
lcEventType - --- Lifecycle EventType being passed.
Throws:
PolicyAccessException

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.