Skip navigation links
oracle.wsm.policyaccess.impl
Class PolicyAccessorImpl
java.lang.Object
oracle.wsm.policyaccess.impl.PolicyAccessorImpl
- All Implemented Interfaces:
- IPolicyAccessor
-
public class PolicyAccessorImpl
- extends Object
- implements IPolicyAccessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEACTIVATE_SCA_COMPONENT
public static final int DEACTIVATE_SCA_COMPONENT
-
- See Also:
- Constant Field Values
DEACTIVATE_SCA_SERVICE
public static final int DEACTIVATE_SCA_SERVICE
-
- See Also:
- Constant Field Values
DEACTIVATE_SCA_ES
public static final int DEACTIVATE_SCA_ES
-
- See Also:
- Constant Field Values
DEACTIVATE_SCA_MODULE
public static final int DEACTIVATE_SCA_MODULE
-
- See Also:
- Constant Field Values
PolicyAccessorImpl
public PolicyAccessorImpl()
init
public void init(Configuration config)
- Description copied from interface:
IPolicyAccessor
- Configuration information to connect to the Policy Manager
-
- Specified by:
init
in interface IPolicyAccessor
getPolicySet
public IPolicyAccessSubjectResult getPolicySet(IPolicyAccessSubject polAccessSubject,
boolean synchronizeAttachmentEntries)
throws PolicyAccessException
-
- Specified by:
getPolicySet
in interface IPolicyAccessor
-
- Returns:
- Throws:
PolicyAccessException
getPolicySetMap
public Map<IPolicyAccessSubject,IPolicyAccessSubjectResult> getPolicySetMap(List<IPolicyAccessSubject> polAccessSubjects,
boolean synchronizeAttachmentEntries)
throws PolicyAccessException
-
- Specified by:
getPolicySetMap
in interface IPolicyAccessor
-
- Returns:
- Throws:
PolicyAccessException
processEvent
public void processEvent(List<IPolicyAccessSubject> polAccessSubjects,
int lcEventType)
throws PolicyAccessException
- This method deletes the backtrace entries for deatcivated SCA Component, Service and Module.
-
- Specified by:
processEvent
in interface IPolicyAccessor
-
- Parameters:
polAccessSubjects
- --list of policy access subjects
lcEventType
- --- Lifecycle EventType being passed.
- Throws:
PolicyAccessException
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.