Skip navigation links
oracle.wsm.security.policy.scenario.executor
Class WssSamlTokenOverSSLScenarioExecutor
java.lang.Object
oracle.wsm.policyengine.impl.AssertionExecutor
oracle.wsm.policyengine.impl.runtime.AssertionExecutor
oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
- All Implemented Interfaces:
- IAssertionExecutor
-
public class WssSamlTokenOverSSLScenarioExecutor
- extends SecurityScenarioExecutor
- Since:
- release specific (what release of product did this appear in)
- Version:
- $Header: owsm/src/oracle/wsm/security/policy/scenario/executor/WssSamlTokenOverSSLScenarioExecutor.java /st_owsm/3 2009/02/01 07:16:33 vkdwived Exp $
- Author:
- atugupta
| Methods inherited from class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor |
addWSSHeader, execute, getConfiguration, getJpsManager, getRequireRecipientAlias, getWsmKeyStore, getWsmSoapMessage, getWSSHeader, init, postExecute, setRequireRecipientAlias, setUseConfigs, updateWsmKeyStore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WssSamlTokenOverSSLScenarioExecutor
public WssSamlTokenOverSSLScenarioExecutor()
init
public void init(IAssertion assertion,
IExecutionContext context,
IContext msgContext)
throws WSMException
- Description copied from interface:
IAssertionExecutor
- This method is called after the AssertionExecutor is created or after one of the properties has been changed.
-
- Specified by:
init in interface IAssertionExecutor
- Overrides:
init in class SecurityScenarioExecutor
-
- Throws:
WSMException
isSupported
public boolean isSupported(boolean the_isService,
IMessageContext.STAGE stage)
-
- Specified by:
isSupported in class SecurityScenarioExecutor
receiveRequest
public IResult receiveRequest(IMessageContext msgContext)
throws WSMException
-
- Specified by:
receiveRequest in class SecurityScenarioExecutor
-
- Parameters:
msgContext -
- Returns:
- Throws:
WSMException
receiveResponse
public IResult receiveResponse(IMessageContext msgContext)
throws WSMException
-
- Specified by:
receiveResponse in class SecurityScenarioExecutor
-
- Throws:
WSMException
sendFault
public IResult sendFault(IMessageContext msgContext)
throws WSMException
-
- Specified by:
sendFault in class SecurityScenarioExecutor
-
- Throws:
WSMException
sendRequest
public IResult sendRequest(IMessageContext msgContext)
throws WSMException
-
- Specified by:
sendRequest in class SecurityScenarioExecutor
-
- Throws:
WSMException
sendResponse
public IResult sendResponse(IMessageContext msgContext)
throws WSMException
-
- Specified by:
sendResponse in class SecurityScenarioExecutor
-
- Throws:
WSMException
receiveFault
public IResult receiveFault(IMessageContext msgContext)
throws WSMException
-
- Specified by:
receiveFault in class SecurityScenarioExecutor
-
- Parameters:
msgContext -
- Returns:
- Throws:
WSMException
destroy
public void destroy()
- Description copied from interface:
IAssertionExecutor
- The destroy method for a cleaner ending of the assertion lifecycle.
-
- Specified by:
destroy in interface IAssertionExecutor
- Specified by:
destroy in class SecurityScenarioExecutor
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.