Skip navigation links

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

E10689-01

A B C D E F G H I J K L M N O P Q R S T U V W X


A

ABSENT_ENCRYPTED_KEYS_REQUEST - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ABSENT_SAML_ASSERTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
AbstractPermissionAuthorizationScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
AbstractPermissionAuthorizationScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
AbstractSecurityInterceptor - Class in oracle.fabric.common
User: lmccay Date: Jun 28, 2006 Time: 11:40:11 AM
AbstractSecurityInterceptor() - Constructor for class oracle.fabric.common.AbstractSecurityInterceptor
 
AbstractSignedElementsAndPartsComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance
 
AbstractSignedElementsAndPartsComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
 
ACTIVE_PROTOCOL - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
ACTIVE_PROTOCOL - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
ACTIVE_PROTOCOL - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of property for determining access protocol.
ACTUAL_RESOURCE_NAME_NOT_AVAILABLE_IN_MSGCTX - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
ADD_CREATED_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
ADD_NONCE_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
ADD_RESOURCE_TO_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ADD_TS_REQUEST - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
ADD_TS_RESPONSE - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
addAndCriteria(IQueryService.Attributes, String) - Method in class oracle.wsm.policymanager.SearchCriteria
Add an attribute-value pair to the list of attributes to be ANDed with each other
addAssertion(IAssertion) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
addAssertion(int, IAssertion) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
addAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Adds an IAssertion to its assertion list
addAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Adds an assertion as one of its terms
addAssertion(int, IAssertion) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
addAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
addAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
addAssertion(IAssertion) - Method in interface oracle.wsm.policy.model.INestedAssertion
Helper method same as doing getPolicy().addAssertion(ia)
addAssertions(List<IAssertion>) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
addAssertions(List<IAssertion>) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Adds set of assertions as its terms
addAssertions(List<IAssertion>) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
addAssertions(List<IAssertion>) - Method in interface oracle.wsm.policy.model.INestedAssertion
Helper method same as doing getPolicy().addAssertions(assertionsList)
addAssertionToParent(AdvertisementContext, IAssertion) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Adds the Assertion to parent assertion which is maintained at top of the processing Stack by the Advertisement Context
addAttachmentEntries(String, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
addAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
addAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
addAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
addAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in interface oracle.wsm.policymanager.IUpdateService
Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
addAttachmentEntriesAsString(String, List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
addAttachmentEntriesAsString(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
addAttachmentEntriesAsString(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - add attachments - if the referenced Policy does not exist - then that entry will be ignored (will not thrown an exception) and processing will continue Duplicate policy references are handled automatically as well as duplicate calls for the same resource pattern.
addAttachmentEntriesString(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
addAttachmentEntriesString(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deprecated. use addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
addAttachmentEntry(IPolicy, List<String>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
addAttachmentEntryForPolicyString(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
addAttachmentEntryForPolicyString(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deprecated.  
addAttribute(QName, String) - Method in interface oracle.wsm.policy.model.IAssertion
 
addAttribute(QName, String) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
addAttribute(QName, String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
addCause(IAssertion, IAssertion) - Method in interface oracle.wsm.policy.model.IIntersectionContext
Add the assertions that are causing the intersection failures
addCause(IAssertion, IAssertion) - Method in class oracle.wsm.policy.model.impl.IntersectionContext
 
addCause(IValidationError) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
addCause(IValidationError) - Method in interface oracle.wsm.policy.model.IPolicySet
 
addConfig(IConfig) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
addConfig(IConfig) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
addConfigReference(IConfigReference) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
addConfigReference(IConfigReference) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
addCreated - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
addCreated(UsernameToken) - Static method in class oracle.wsm.security.policy.scenario.util.UsernameUtils
 
addCreated - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
addCredsUsingCSF(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
This method adds the credentials to the config using the csf-key if it exists
addDetailEntry(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
addEntry(String, String) - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Adds a new prefix/uri binding to the namespace context.
addError(IValidationError) - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
addError(IValidationError) - Method in interface oracle.wsm.policy.validation.IValidationContext
Add a new validation error message
addExtensibilityElement(ExtensibilityElement) - Method in class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
Add an extensibility element.
addExtensibilityElement(ExtensibilityElement) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
addHeader(Header) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
addHeader(Header) - Method in interface oracle.wsm.policy.model.IPartsAssertion
 
addIncompatibilityResult(IWSDLFragment, IIntersectionContext) - Method in interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResultInternal
Add the results of the policy incompatibility.
addIncompatibilityResult(IWSDLFragment, IIntersectionContext) - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
Add the results of the policy incompatibility.
addMessageLevelPolicyToAllWSDLFaultSubjects(AdvertisementContext, Port, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Message level Fault Policy Subjects! if autoGeneratePolicyId is set to true then the wsu:Id on wsp:Policy is set to <orginalPolicyId>+"_"+wsdlPortName+"_Fault_Policy".
addMessageLevelPolicyToAllWSDLInputSubject(AdvertisementContext, Port, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Message level Input Policy Subjects! if autoGeneratePolicyId is set to true then the wsu:Id on wsp:Policy is set to <orginalPolicyId>+"_"+wsdlPortName+"_Input_Policy".
addMessageLevelPolicyToAllWSDLMessageLevelSubjects(AdvertisementContext, Port, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Message level Policy Subjects (i.e.
addMessageLevelPolicyToAllWSDLMessageLevelSubjects(AdvertisementContext, Port, BindingOperation, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Message level Policy Subjects (i.e.
addMessageLevelPolicyToAllWSDLOutputSubjects(AdvertisementContext, Port, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Message level Output Policy Subjects! if autoGeneratePolicyId is set to true then the wsu:Id on wsp:Policy is set to <orginalPolicyId>+"_"+wsdlPortName+"_Output_Policy".
addNamespace(Element, QName) - Static method in class oracle.wsm.xml.XMLUtils
 
addNamespace(Document, QName) - Static method in class oracle.wsm.xml.XMLUtils
 
addNonce - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
addNonce(UsernameToken) - Static method in class oracle.wsm.security.policy.scenario.util.UsernameUtils
 
addNonce - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
addOperationLevelPolicyToAllWSDLOperationSubjects(AdvertisementContext, Port, IPolicy, boolean) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
Add the Policy to all the Operation level Policy Subjects! if autoGeneratePolicyId is set to true then the wsu:Id on wsp:Policy is set to <orginalPolicyId>+"_"+wsdlPortName+"_Operation_Policy".
addOrCriteria(IQueryService.Attributes, String) - Method in class oracle.wsm.policymanager.SearchCriteria
Add an attribute-value pair to the list of attributes to be ORed with each other
addParseParameter(IPolicyReader.PARSE_ATTRIBUTES, Object) - Method in interface oracle.wsm.policy.parser.IPolicyReader
Set attributes that affect the way object are parsed Look at the enumeration PARSE_ATTRIBUTES for the list of allowed values
addParseParameter(IPolicyReader.PARSE_ATTRIBUTES, Object) - Method in class oracle.wsm.policy.util.PolicyParser
 
addPolicy(String, IPolicy) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
addPolicy(IPolicy) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
addPolicy(IPolicy) - Method in class oracle.wsm.policy.model.impl.PolicySet
Adds the policy in the PolicySet.
addPolicy(IPolicy, String) - Method in class oracle.wsm.policy.model.impl.PolicySet
Adds the policy in the PolicySet.
addPolicy(IPolicy) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
addPolicyAttachment(IPolicyAttachment) - Method in class oracle.wsm.policy.model.impl.PolicySet
Adds PolicyAttachment to the PolicySet.
addPolicyAttachment(IPolicyAttachment) - Method in interface oracle.wsm.policy.model.IPolicySet
Add attachments to PolicySet
addPolicyRef(Object, String) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
addPolicyReference(IPolicyReference) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
addPolicyReference(IPolicyReference) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
addPolicySubject(String) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
addPolicySubject(String) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
addPolicySubjectObj(IPolicySubject) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
addPolicySubjectObj(IPolicySubject) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
addProperty(IProperty) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
addProperty(String, String, String, String, String) - Method in class oracle.wsm.policy.model.impl.PropertySet
Create and Add a Property to the PropertySet!
addProperty(IProperty) - Method in interface oracle.wsm.policy.model.IPropertySet
Add a Property
addProperty(String, String, String, String, String) - Method in interface oracle.wsm.policy.model.IPropertySet
Create and Add a Property to the PropertySet!
addPropertySet(IPropertySet) - Method in interface oracle.wsm.policy.model.IConfig
Add a PropertySet
addPropertySet(IPropertySet) - Method in class oracle.wsm.policy.model.impl.Config
 
addSecurityHeader(WSSecurity) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Creates a SOAPEnvelope instance for the given SOAP-ENV:Envelope element.
addSecurityHeader(String, boolean) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
addTimestamp - Variable in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
 
addTimeStamp(IExecutionContext, WSSecurity, Properties) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
addToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
addWSSHeader(WsmSOAPMessage) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
addWsuIdtoBody(String) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
addXPathExpression(String) - Method in interface oracle.wsm.policy.model.IElementsAssertion
 
addXPathExpression(Collection<String>) - Method in interface oracle.wsm.policy.model.IElementsAssertion
 
addXPathExpression(String) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
addXPathExpression(Collection<String>) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
Adding all the xpath expressions in the exprs list to the ElementAssertion
ADVERT_LEVEL_INTEROP - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
ADVERT_LEVEL_ORACLE - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
ADVERT_VER - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
ADVERT_WSDL10 - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
ADVERT_WSDL11 - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
advertise(Definition, IPolicySet, Map) - Method in class oracle.wsm.advertisement.AdvertisementEngine
Advertises the policySet for the given Advertisement Level
ADVERTISE_WS_POLICY_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ADVERTISEMENT_LEVEL - Static variable in class oracle.wsm.policy.advertisement.AdvertisementConstants
 
AdvertisementConstants - Class in oracle.wsm.policy.advertisement
 
AdvertisementConstants() - Constructor for class oracle.wsm.policy.advertisement.AdvertisementConstants
 
AdvertisementContext - Class in oracle.wsm.policy.advertisement
 
AdvertisementContext() - Constructor for class oracle.wsm.policy.advertisement.AdvertisementContext
 
AdvertisementContext(IPolicy, Object, Map<String, Object>) - Constructor for class oracle.wsm.policy.advertisement.AdvertisementContext
 
AdvertisementContext(Object, Map<String, Object>) - Constructor for class oracle.wsm.policy.advertisement.AdvertisementContext
 
AdvertisementContext.OutputContext - Class in oracle.wsm.policy.advertisement
 
AdvertisementContext.OutputContext() - Constructor for class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
AdvertisementEngine - Class in oracle.wsm.advertisement
 
AdvertisementEngine() - Constructor for class oracle.wsm.advertisement.AdvertisementEngine
 
AdvertisementException - Exception in oracle.wsm.policy.advertisement
 
AdvertisementException(String) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(String, String) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(Throwable) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(String, Object[], String) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(String, Object[]) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(String, String, Throwable) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementException(String, Object[], String, Throwable) - Constructor for exception oracle.wsm.policy.advertisement.AdvertisementException
 
AdvertisementPolicyUtil - Class in oracle.wsm.policy.wsdl.util
 
AdvertisementPolicyUtil() - Constructor for class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
 
AdvertisementUtil - Class in oracle.wsm.security.policy.scenario.modelutil
 
AdvertisementUtil() - Constructor for class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
advertiseOracleWSPolicy(AdvertisementContext) - Method in interface oracle.wsm.policy.advertisement.IAssertionAdvertiser
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.Policy
Generate advertizable Oracle WS Policy with Oracle extensions
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
advertiseOracleWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Generate advertizable Oracle WS Policy with Oracle extensions
advertisePolicySet(Definition, IPolicySet, Map) - Method in class oracle.wsm.advertisement.AdvertisementEngine
 
advertiseWSPolicy(AdvertisementContext) - Method in interface oracle.wsm.policy.advertisement.IAssertionAdvertiser
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.Policy
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Generate interoperable WS-Policy with no Oracle Extensions.
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
Advertises oracle policy as WS-Security Policy 1.0
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
Advertises oracle policy as WS-Security Policy 1.0
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
Advertises oracle policy as WS-Security Policy 1.0
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
Advertises oracle policy as WS-Security Policy 1.0
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
Advertises oracle policy as WS-Security Policy 1.0
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
advertiseWSPolicy(AdvertisementContext) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
AES128 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
AES192 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
AES256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
AES_128 - Static variable in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
agent - Variable in class oracle.fabric.common.AbstractSecurityInterceptor
 
AGENT_APPLICATION_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_BINDING_ID - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_CATEGORY - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_CLIENT_MODE_JSE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_CLOCK_SKEW - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_CLOCK_SKEW_DEAFULT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_COMPLAINCE_CHECK - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_COMPLAINCE_CHECK_DEFAULT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_COMPOSITE_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_CONTEXT - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
AGENT_EXPIRE_TIME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_EXPIRE_TIME_DEFAULT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_FUNCTION - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_FUNCTION_VAL_CLIENT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_FUNCTION_VAL_SERVICE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_FUNCTION_VAL_WIRE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_INIT_MONITOR_FAILURE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
AGENT_MODEL_OBJECT_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_NONCE_TTL - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_NONCE_TTL_DEFAULT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_OVERRIDE_POLICY_CONFIG - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PIVOT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PIVOT_VAL_HTTP_CHALLENGE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PIVOT_VAL_HTTP_FORBIDDEN - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PROCESSFAULT_FAULTCODE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PROCESSFAULT_FAULTDETAILS - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PROCESSFAULT_FAULTMESSAGE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_PROCESSFAULT_NAMESPACEURI - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_RUNTIMEEXCEPTION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
AGENT_TOPOLOGYNODE_PATH - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
AGENT_TYPE - Static variable in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
 
ALGORITHM_NOT_SUPPORTED_FOR_SSL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ALGORITHM_SUITE_BASIC256 - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ALGORITHM_SUITE_BASIC256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ALGORITHM_SUITE_TRIPLE_DES_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
algorithmSuite - Variable in class oracle.wsm.security.policy.schema.RequireTlsType
 
algorithmSuite - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
AlgorithmSuiteAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
AlgorithmSuiteAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
AlgorithmSuiteAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
AlgorithmSuiteAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
AlgorithmSuiteAssertion(String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
AlgorithmSuiteEnumType - Enum in oracle.wsm.security.policy.schema
Java class for algorithm-suite-enum-type.
AlgorithmSuitePolicy - Class in oracle.wsm.security.policy.scenario.util
 
AlgorithmSuitePolicy(String) - Constructor for class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
AlgorithmWrapper - Interface in oracle.wsm.security.policy.securitypolicy
 
alias - Variable in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
 
ALL - Static variable in interface oracle.wsm.policymanager.IBuildInfoService
 
ALL - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
ALL_PARTS - Static variable in class oracle.fabric.common.log.NormalizedMessageProcessor
 
ALL_PARTS - Static variable in class oracle.wsm.log.executor.LogAssertionExecutor
 
AlorithmSuiteAssertionQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ALTERNATE_WSDL_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
AND_COMPOSITE_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
AndCompositeAssertion - Class in oracle.wsm.policy.model.impl
AndCompositeAssertion represents either policy or a single policy alternative.
AndCompositeAssertion() - Constructor for class oracle.wsm.policy.model.impl.AndCompositeAssertion
 
AndCompositeAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.AndCompositeAssertion
 
AndCompositeAssertionSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
AndCompositeAssertionSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.AndCompositeAssertionSerializerDeSerializer
 
anies - Variable in class oracle.wsm.security.policy.schema.AttachmentType
 
anies - Variable in class oracle.wsm.security.policy.schema.AuthorizationType
 
anies - Variable in class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.CoreidTokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.ElementsType
 
anies - Variable in class oracle.wsm.security.policy.schema.EmptyType
 
anies - Variable in class oracle.wsm.security.policy.schema.HeaderType
 
anies - Variable in class oracle.wsm.security.policy.schema.HttpHeaderType
 
anies - Variable in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.KerberosTokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.PartsType
 
anies - Variable in class oracle.wsm.security.policy.schema.PermissionAuthorizationType
 
anies - Variable in class oracle.wsm.security.policy.schema.RequireTlsType
 
anies - Variable in class oracle.wsm.security.policy.schema.RoleType
 
anies - Variable in class oracle.wsm.security.policy.schema.SamlTokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
anies - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
anies - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
 
anies - Variable in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
 
anonymousAuthenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
API_GET_POLICYSET_ERROR - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
START API level stacktrace logging error code *********** Range WSM_06001 to WSM_06099
apiSevereAssertionCloneFailed(QName, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereAssertionParseFailed(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereAssertionTemplateCloneFailed(String, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereAssertionTemplateCreateFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereAssertionTemplateDeleteFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereAssertionTemplateParseFailed(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
START API level stack trace logging
apiSevereBulkAssertionTemplatesDeletionFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereBulkPoliciesDeletionFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereCreatePolicyFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereDeleteAllAssertionTemplatesFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereDeleteAllPoliciesFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereEJBPermissionDenied(String) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereEJBPermissionException(String, Throwable) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereErrorReadingWSDL(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereFinishFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiSevereGetAssertionTemplateFailed(Object[], Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
API Level logging start
apiSevereGetAssertionTemplateVersionFailed(String, long, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetAttachToCombinationsFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetPoliciesFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetPolicyConfigurationFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetPolicyfailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetPolicyRefsFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereGetPolicySetError(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
START API level stacktrace logging **************************
apiSevereGetPolicyVersionFailed(String, long, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereInitFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiSevereInputOutputException(IOException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereParsePolicyAttachmentFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereParserConfigurationException(ParserConfigurationException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSeverePoliciesCompatibilityCheckFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSeverePoliciesCreationFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSeverePolicyAttachmentParseFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSeverePolicyCloneFailed(String, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSeverePolicyDeleteFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSeverePolicyParseFailedException(PolicyParseFailedException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSeverePolicySetParseFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereProcessEventFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiSevereProcessFaultFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiSevereProcessRequestFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
API logging START
apiSevereProcessResponseFailed(Object[], Exception, boolean) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiSeverePropertySetConfigParseFailed(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereSaxException(SAXException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereSearchPolicyFailed(Object, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiSevereWriteAssertionTemplateTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWriteAssertionTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWriteConfigTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWritePolicyAttachmentTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWritePolicySetTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWritePolicyTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWritePolRefTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiSevereWritePolSubTransformerException(Object, Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
apiWarningErrorRetrievingTimestamp(Throwable) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
apiWarningRuntimeException(Object[], Throwable) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
apiWarningRuntimeException(Object[], Throwable) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
APPLICATION_NAME - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
areTransactionsSupported() - Method in class oracle.wsm.mds.MDSAccessor
If the back end data store is file based, then MDS does not guarantee transactionality.
areTransactionsSupported() - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupported() - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupported() - Method in class oracle.wsm.policymanager.impl.QueryService
 
areTransactionsSupported() - Method in class oracle.wsm.policymanager.impl.UpdateService
 
areTransactionsSupported() - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupported() - Method in interface oracle.wsm.policymanager.IQueryService
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupported() - Method in interface oracle.wsm.policymanager.IUpdateService
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupportedAsBooleanValue() - Method in class oracle.wsm.policymanager.impl.QueryService
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
areTransactionsSupportedAsBooleanValue() - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
This methods lets you know if transactionality is supported by the backed datastore used by the policymanager.
assertion - Variable in class oracle.wsm.policyengine.impl.AssertionExecutor
 
ASSERTION_CLONE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
ASSERTION_INIT_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
NON API logging Start ******************************** range WSM-01600 to WSM-01699
ASSERTION_ORDER_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ASSERTION_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
ASSERTION_POLICY_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ASSERTION_PREFIX - Static variable in class oracle.wsm.mds.MDSConstants
 
ASSERTION_PREFIX_NAME - Static variable in class oracle.wsm.mds.MDSConstants
 
ASSERTION_SAME_CATEGORY_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ASSERTION_SERIALIZATION_FAILED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
ASSERTION_TEMPLATE_CLONE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
ASSERTION_TEMPLATE_CREATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ASSERTION_TEMPLATE_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ASSERTION_TEMPLATE_FILE_PARSE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ASSERTION_TEMPLATE_TYPE - Static variable in class oracle.wsm.mds.MDSAccessor
 
ASSERTION_TEMPLATE_TYPE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
 
ASSERTION_TEMPLATE_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ASSERTION_TEMPLATE_VERSION_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
AssertionBindings - Class in oracle.wsm.policy.model.impl
 
AssertionBindings() - Constructor for class oracle.wsm.policy.model.impl.AssertionBindings
 
AssertionBindingsSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
AssertionBindingsSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.AssertionBindingsSerializerDeSerializer
 
AssertionCategories - Enum in oracle.wsm.security.policy.validation
 
AssertionExecutor - Class in oracle.wsm.policyengine.impl
 
AssertionExecutor() - Constructor for class oracle.wsm.policyengine.impl.AssertionExecutor
 
AssertionExecutor - Class in oracle.wsm.policyengine.impl.runtime
 
AssertionExecutor() - Constructor for class oracle.wsm.policyengine.impl.runtime.AssertionExecutor
 
assertionExecutors - Variable in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
AssertionGuard - Class in oracle.wsm.policy.model.impl
 
AssertionGuard() - Constructor for class oracle.wsm.policy.model.impl.AssertionGuard
 
AssertionGuardSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
AssertionGuardSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.AssertionGuardSerializerDeSerializer
 
AssertionTemplate - Class in oracle.wsm.policy.model.impl
 
AssertionTemplate() - Constructor for class oracle.wsm.policy.model.impl.AssertionTemplate
 
ASSERTIONTEMPLATE_CREATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ASSERTIONTEMPLATE_CREATE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ASSERTIONTEMPLATE_DELETE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ASSERTIONTEMPLATE_DELETE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ASSERTIONTEMPLATE_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ASSERTIONTEMPLATE_UPDATE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
AssertionTemplateSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
AssertionTemplateSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.AssertionTemplateSerializerDeSerializer
 
assertionTemplateToDoc(IAssertionTemplate) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
assertionTemplateToDoc(IAssertionTemplate, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
assertOrder(List<AssertionCategories>, Map<AssertionCategories, Integer>) - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidatorUtils
 
assignIndex() - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidatorUtils
 
AsymmetricBindingAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
AsymmetricBindingAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
AsymmetricBindingAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
AsymmetricBindingQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
asymmetricSignatureMethod - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
AT_DELETION_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
AT_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
AT_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
AT_TEMPLATEID_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
AT_VAL_UNKNOWN_ATTACHTO - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
AT_VAL_UNKNOWN_CATEGORY - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
AT_VERSION_NOT_FOUND - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ATTACH_TO_ACTOR_CLIENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_ACTOR_SERVER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_ACTORS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_HTTP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_JCA - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_JMS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_SOAP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_SOAP_HTTP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_SOAP_JMS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACH_TO_BINDING_TYPES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
attachment - Variable in class oracle.wsm.security.policy.schema.PartsType
 
ATTACHMENT_PREFIX - Static variable in class oracle.wsm.mds.MDSConstants
 
ATTACHMENT_PREFIX_NAME - Static variable in class oracle.wsm.mds.MDSConstants
 
ATTACHMENT_TYPE - Static variable in class oracle.wsm.mds.MDSAccessor
 
attachmentNameAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicyAttachment
 
ATTACHMENTS_ENCRYPTION_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ATTACHMENTS_NOT_PRESENT - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ATTACHMENTS_SIGANTURE_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ATTACHMENTS_TRANSFORM_INCORRECT - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
AttachmentsPolicyComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
AttachmentsPolicyComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.AttachmentsPolicyComplianceHandler
 
AttachmentType - Class in oracle.wsm.security.policy.schema
Java class for attachment-type complex type.
AttachmentType() - Constructor for class oracle.wsm.security.policy.schema.AttachmentType
 
ATTACHTO_ANY_SEGMENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACHTO_BINDING_SEGMENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACHTO_COMPONENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACHTO_GENERIC - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
ATTACHTO_INCOMPATIBLE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
attachToAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
attribute - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
AttributeConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for attribute-config-type complex type.
AttributeConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.AttributeConfigType
 
AUDIT_CANNOT_CREATE_AUDITOR - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_COMPONENT_EVENTS_FIND_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_COMPONENT_EVENTS_OPEN_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_COMPONENT_EVENTS_READ_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_EVENT_LOGGING_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_EVENT_LOGGING_TEMPORARY_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_ISENABLED_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
AUDIT_SHUTDOWN_FAILURE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
auditAllStatus(IResult, String, String, IPolicy, IMessageContext) - Method in class oracle.wsm.agent.EnforcementAuditor
 
AuditException - Exception in oracle.wsm.audit
 
AuditException(String) - Constructor for exception oracle.wsm.audit.AuditException
 
AuditException(String, Object...) - Constructor for exception oracle.wsm.audit.AuditException
 
Auditor - Class in oracle.wsm.audit
 
Auditor.ContextType - Enum in oracle.wsm.audit
 
authHeader - Variable in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
 
AUTHORIZATION_HEADER - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
AuthorizationType - Class in oracle.wsm.security.policy.schema
Java class for authorization-type complex type.
AuthorizationType() - Constructor for class oracle.wsm.security.policy.schema.AuthorizationType
 
authorize(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
This method contains logic to verify if the user has permissions to perform certain operation on resources or not
authorize(IMessageContext, AuthorizationType) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
authPassword - Variable in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 
authUserName - Variable in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 

B

B2B_X509_SCENARIO_POLICY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.POLICY_NAMING_CONVENTIONS
 
BaseException - Exception in oracle.wsm.common.exception
WS exception base class that extends from JDK 1.4 java Exception with nested/chained exception handling.
BaseException(String) - Constructor for exception oracle.wsm.common.exception.BaseException
To create an exception with a predefined component-based error code.
BaseException(Throwable) - Constructor for exception oracle.wsm.common.exception.BaseException
To create an exception without error code but the parent cause, an exception or Throwable.
BaseException(String, Object[]) - Constructor for exception oracle.wsm.common.exception.BaseException
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string.
BaseException(String, Throwable) - Constructor for exception oracle.wsm.common.exception.BaseException
To create an exception with a predefined component-based error code and a parent cause (an Exception or Throwable).
BaseException(String, Object[], Throwable) - Constructor for exception oracle.wsm.common.exception.BaseException
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string, plus the parent cause of the exception.
BaseExceptionMessageBundle - Class in oracle.wsm.common.exception
 
BaseExceptionMessageBundle() - Constructor for class oracle.wsm.common.exception.BaseExceptionMessageBundle
 
BaseExceptionMessageCode - Interface in oracle.wsm.common.exception
Message/Error codes used as base for all Exceptions
BaseServlet - Class in oracle.wsm.policymanager.web
Base servlet from which all Policy Manager servlets may decend.
BaseServlet() - Constructor for class oracle.wsm.policymanager.web.BaseServlet
 
BASIC - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC128 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC128 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC128_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC128_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC128_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC128_SHA256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC128_SHA256 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC128_SHA256_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC128_SHA256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC128_SHA256_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC128_SHA256QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC128RSA15 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC192 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC192 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC192_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC192_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC192_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC192_SHA256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC192_SHA256 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC192_SHA256_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC192_SHA256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC192_SHA256_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC192_SHA256QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC192RSA15 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC256 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC256 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC256_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC256_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC256_SHA256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC256_SHA256 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC256_SHA256_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC256_SHA256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
BASIC256_SHA256_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC256_SHA256QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC256RSA15 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
BASIC_128 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC_128QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC_192 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC_192QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
BASIC_256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
BASIC_256QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
basicAuthenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
BINARY_SEC_TOKEN_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
BINARY_TOKEN_SIGNATURE_CERTIFICATE_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
BINDING_AUTHORIZATION_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
BINDING_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_MESSAGE_REFERENCE - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_OPER_FAULT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_OPER_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_OPER_INPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_OPER_OUTPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
BINDING_PERMISSION_AUTHORIZATION_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
BindingAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
BindingAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
BindingAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
BindingAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
BindingAuthorizationJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for binding-authorization-type complex type.
BindingAuthorizationJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.BindingAuthorizationJaxbElem
 
BindingAuthorizationScenario - Class in oracle.wsm.security.policy.scenario
 
BindingAuthorizationScenario() - Constructor for class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
BindingAuthorizationScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
BindingAuthorizationScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
BindingFragment - Class in oracle.wsm.wsdl.fragments
 
BindingFragment(IWSDLFragment.WSDL_TYPE_ENUM, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingFragment
 
BindingFragment(QName) - Constructor for class oracle.wsm.wsdl.fragments.BindingFragment
 
BindingMessageReferenceFragment - Class in oracle.wsm.wsdl.fragments
 
BindingMessageReferenceFragment(String, String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
BindingOperationFaultFragment - Class in oracle.wsm.wsdl.fragments
 
BindingOperationFaultFragment(String, String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
BindingOperationFaultFragment(QName, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
BindingOperationFragment - Class in oracle.wsm.wsdl.fragments
 
BindingOperationFragment(String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationFragment
 
BindingOperationFragment(QName, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationFragment
 
BindingOperationInputFragment - Class in oracle.wsm.wsdl.fragments
 
BindingOperationInputFragment(String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationInputFragment
 
BindingOperationInputFragment(QName, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationInputFragment
 
BindingOperationOutputFragment - Class in oracle.wsm.wsdl.fragments
 
BindingOperationOutputFragment(String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationOutputFragment
 
BindingOperationOutputFragment(QName, String) - Constructor for class oracle.wsm.wsdl.fragments.BindingOperationOutputFragment
 
BindingPermissionAuthorizationJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for binding-permission-authorization-type complex type.
BindingPermissionAuthorizationJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.BindingPermissionAuthorizationJaxbElem
 
BindingPermissionAuthorizationScenario - Class in oracle.wsm.security.policy.scenario
 
BindingPermissionAuthorizationScenario() - Constructor for class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
BindingPermissionAuthorizationScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
BindingPermissionAuthorizationScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.BindingPermissionAuthorizationScenarioExecutor
 
BindingSecurityInterceptor - Class in oracle.fabric.common
This class is used to delegate security policy enforcement to the OWSM agent runtime.
BindingSecurityInterceptor() - Constructor for class oracle.fabric.common.BindingSecurityInterceptor
 
BINDINGWS_PORT_INVALID - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
BLANK - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
body - Variable in class oracle.wsm.security.policy.schema.PartsType
 
BODY_PART - Static variable in class oracle.fabric.common.log.NormalizedMessageProcessor
 
BODY_PART - Static variable in class oracle.wsm.log.executor.LogAssertionExecutor
 
build(ISOAPBindingMessageContext, Properties, JpsManager) - Static method in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
Client side implementation for the transport scenarios.
build(IMessageContext, WsmSOAPMessage, KerberosTokenType, Wss11MsgSecurityType, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.KerberosTokenProcessor
 
build(IMessageContext, WsmSOAPEnvelope, WSSecurity, UsernameTokenType, Properties, JpsManager) - Static method in class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
build(IMessageContext, WsmSOAPMessage, WSSecurity, Wss10X509TokenType, Wss10MsgSecurityType, boolean, List<QName>, List<QName>, WsmKeyStore, Properties, IExecutionContext, WSSecurityTokenReference) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10X509TokenProcessor
 
build(IMessageContext, WsmSOAPMessage, WSSecurity, Wss10X509TokenType, Wss10MsgSecurityType, boolean, List<QName>, List<QName>, WsmKeyStore, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10X509TokenProcessor
 
build(IMessageContext, WsmSOAPMessage, WSSecurity, Wss11X509TokenType, Wss11MsgSecurityType, boolean, List<QName>, List<QName>, WsmKeyStore, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor
 
build(JpsManager, IMessageContext, WsmSOAPEnvelope, WSSecurity, SamlTokenType, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor
 
BUILD_TIME - Static variable in class oracle.fabric.common.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.agent.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.agent.handler.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.audit.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policy.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policyaccess.impl.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policymanager.ejb.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policymanager.ejb.impl.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policymanager.emintegration.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policymanager.impl.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policymanager.web.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.policytools.BuildInfo
 
BUILD_TIME - Static variable in class oracle.wsm.security.BuildInfo
 
buildAttrCondition(String, String) - Static method in class oracle.wsm.mds.MDSQueryUtil
Given an attribute and it's value, build a attributeCondition for the pair
buildAttrCondition(QName, String) - Static method in class oracle.wsm.mds.MDSQueryUtil
 
buildAttrCondition(String, String[]) - Static method in class oracle.wsm.mds.MDSQueryUtil
Build an attribute condition object for passed values
buildAttrCondition(QName, String[]) - Static method in class oracle.wsm.mds.MDSQueryUtil
Build an attribute condition object for passed values
buildConditionForAndAssertion(IAndCompositeAssertion) - Method in class oracle.wsm.policymanager.util.QueryUtil
 
buildConditionForXorAssertion(IXorCompositeAssertion) - Method in class oracle.wsm.policymanager.util.QueryUtil
 
buildElementCondition(QName) - Static method in class oracle.wsm.mds.MDSQueryUtil
 
buildHOK(JpsManager, IMessageContext, WsmSOAPEnvelope, WSSecurity, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor
 
BuildInfo - Class in oracle.fabric.common
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.fabric.common.BuildInfo
 
BuildInfo - Class in oracle.wsm.agent
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.agent.BuildInfo
 
BuildInfo - Class in oracle.wsm.agent.handler
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.agent.handler.BuildInfo
 
BuildInfo - Class in oracle.wsm.audit
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.audit.BuildInfo
 
BuildInfo - Class in oracle.wsm
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.BuildInfo
 
BuildInfo - Class in oracle.wsm.policy
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policy.BuildInfo
 
BuildInfo - Class in oracle.wsm.policyaccess.impl
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policyaccess.impl.BuildInfo
 
BuildInfo - Class in oracle.wsm.policymanager.ejb
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policymanager.ejb.BuildInfo
 
BuildInfo - Class in oracle.wsm.policymanager.ejb.impl
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policymanager.ejb.impl.BuildInfo
 
BuildInfo - Class in oracle.wsm.policymanager.emintegration
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policymanager.emintegration.BuildInfo
 
BuildInfo - Class in oracle.wsm.policymanager.impl
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policymanager.impl.BuildInfo
 
BuildInfo - Class in oracle.wsm.policymanager.web
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policymanager.web.BuildInfo
 
BuildInfo - Class in oracle.wsm.policytools
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.policytools.BuildInfo
 
BuildInfo - Class in oracle.wsm.security
Information about the build in which this class was created.
BuildInfo() - Constructor for class oracle.wsm.security.BuildInfo
 
BuildInfoService - Class in oracle.wsm.policymanager.ejb.impl
EJB implementation for the BuildInfoService
BuildInfoService() - Constructor for class oracle.wsm.policymanager.ejb.impl.BuildInfoService
 
buildNameCondition(String, String, String) - Static method in class oracle.wsm.mds.MDSQueryUtil
Given a MDS prefix and path, return a NameCondition object that can be used to search the MDS store based on the given paramenters
buildQueryCondition(IPolicy) - Method in class oracle.wsm.policymanager.util.QueryUtil
 
buildTextCondition(String) - Static method in class oracle.wsm.mds.MDSQueryUtil
 
BULK_AT_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
BULK_ATTACHMENT_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
BULK_DELETE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
BULK_POLICY_CREATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
BULK_POLICY_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
BULK_POLICY_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
BULK_UPDATES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
bulkUpload(String) - Method in class oracle.wsm.policytools.PolicyTool
Upload all the policy/assertion template XMLs to the db store from a directory
BUNDLE_COMMON - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_ENFORCEMENT - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_MDS - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_MONITOR - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_POLICY - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_POLICY_LEGACY - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_POLICYACCESS - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_POLICYMANAGER - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_POLICYVALIDATION - Static variable in class oracle.wsm.resources.ResourceManager
 
BUNDLE_SECURITY - Static variable in class oracle.wsm.resources.ResourceManager
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_de
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_es
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_fr
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_it
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ja
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ko
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_pt_BR
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_CN
 
bundleName - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_TW
 

C

C14N - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
CACHE_CONFIG_FILE_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
cacheTtl - Variable in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
 
CALLBACK_HANDLER_CLASS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CALLBACK_HANDLER_CONFIG_CLASS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CALLER_PRINCIPAL_NAME_PROPERY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CANNOT_HANDLE_ASSERTION_TYPE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
CANNOT_RESOLVE_POLICYREFERENCE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
CAT_MISMATCH_POL_POLREF - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
CATEGORIES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants
 
CATEGORY - Static variable in class oracle.wsm.mds.MDSConstants
 
categoryAttrQName - Static variable in interface oracle.wsm.policy.model.IConfig
 
categoryAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
CbHandlerEnumType - Enum in oracle.wsm.security.policy.schema
Java class for cb-handler-enum-type.
cbhandlerName - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
cbhandlerName - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
cbhandlerName - Variable in class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
 
CERT - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
CERTIFICATE_RETRIEVAL_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
CertMatcher - Interface in oracle.wsm.security.jps
 
checkAndAddAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
checkAndSetAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
checkAttachTo(List<IPolicySubject>, IPolicy, IValidationContext) - Static method in class oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
Checks to ensure the Policy can be attached to the Policy Subject.
checkAttachTo(IPolicySubject, IPolicy, IValidationContext) - Static method in class oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
 
checkAttachtoCompatibility(String, String) - Static method in class oracle.wsm.policy.util.PolicyUtil
Checks if passed attachTo value policy confirms to the type of subject it is applied to
checkCategory(IPolicySubject, IPolicy, IPolicyReference, IValidationContext) - Static method in class oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
Checks to ensure the category on Policy Reference if defined matches with the category on Policy
checkCompatibility(Definition, Element, List<IPolicy>, Map<String, String>, IPolicyCompatibilityResultInternal) - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityChecker
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompatibility(Definition, IPolicySubject, List<IPolicy>, Map<String, String>, IPolicyCompatibilityResultInternal) - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityChecker
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompatibility(Definition, Definition, IPolicyCompatibilityResultInternal) - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityChecker
Checks the policy compatibility btw two WSDLs
checkCompatibility(String, IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.PolicyServiceDelegate
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompatibility(String, IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.PolicyService
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompatibility(String, IPolicySubject, List<IPolicyReference>) - Method in interface oracle.wsm.policymanager.IPolicyService
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompatibilityString(String, String, List<String>) - Method in class oracle.wsm.policymanager.impl.PolicyService
 
checkCompatibilityString(String, String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyService
Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies.
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.AttachmentsPolicyComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionAlgorithmSuiteComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionReference11MechanismComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionReferenceMechanismComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.GenericReferenceMechanism11ComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.NEncryptedElementsAndPartsComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.NSignedElementsAndPartsComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SAML10PolicyComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureAlgorithmSuiteComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureConfirmationComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureReference11MechanismComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureReferenceMechanismComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.SSLComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.TimeStampComplianceHandler
 
checkCompliance(Map<String, Object>) - Method in interface oracle.wsm.security.policy.scenario.policycompliance.IPolicyCompliance
 
checkForWSS10Scenarios(SimpleAssertion, SimpleAssertion) - Static method in class oracle.wsm.security.policy.scenario.modelutil.CompatibilityUtil
Returns the Result.
checkForWSS11Scenarios(SimpleAssertion, SimpleAssertion) - Static method in class oracle.wsm.security.policy.scenario.modelutil.CompatibilityUtil
Returns the boolean Result.
checkIfCodeSourceHasAllPermission() - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
checkIn(T) - Method in class oracle.wsm.common.util.ObjectPool
 
checkLocalOptimization() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
checkLocalOptimization() - Method in interface oracle.wsm.policy.model.IPolicySet
This method will return the local optimzation value of this policyset
checkOut() - Method in class oracle.wsm.common.util.ObjectPool
 
checkPermission(String, Subject, String, String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
This method should be refactored to simply invoke checkIfCodeSourceHasAllPermission and checkPermissionNewStyle once deprecate time is over
checkPermission - Variable in class oracle.wsm.security.policy.schema.PermissionAuthorizationType
 
CheckPermissionType - Class in oracle.wsm.security.policy.schema
Java class for check-permission-type complex type.
CheckPermissionType() - Constructor for class oracle.wsm.security.policy.schema.CheckPermissionType
 
checkTLSClientRequirements(IMessageContext, RequireTlsType) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
CLASS_NOT_FOUND_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
CLASS_NOT_FOUND_EXCEPTION - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
CLASSLOAD_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
CLASSNAME_OVERRIDES_CONFIG - Static variable in class oracle.wsm.policy.util.PolicyConfigRegistry
 
CLASSPATH_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
CLASSPATH_PROTOCOL_NAME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Classpath access protocol (reads from classpath)
ClasspathPolicyResolver - Class in oracle.wsm.policyaccess.impl.classpath
 
ClasspathPolicyResolver() - Constructor for class oracle.wsm.policyaccess.impl.classpath.ClasspathPolicyResolver
 
cleandbStore() - Method in class oracle.wsm.policytools.PolicyTool
Delete all the policies/assetion templates in the store
cleanup(T) - Method in class oracle.wsm.common.util.ObjectPool
 
cleanup(Object) - Method in class oracle.wsm.common.util.TransformerObjectPool
 
clearAssertions() - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
clearAssertions() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
clearPolicies() - Method in class oracle.wsm.policy.model.impl.PolicySet
Clears the policy in the PolicySet.
clearPolicyAttachments() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
clearWSDLFragmentAndAssertions() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
CLIENT_CONFIG_PROPS_MAP - Static variable in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
 
CLIENT_CREDS_LOC_CONFIG - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CLIENT_CREDS_LOC_CUSTOM - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CLIENT_CREDS_LOC_JAX_RPC - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CLIENT_CREDS_LOC_SUBJECT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CLIENT_CREDS_LOCATION - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
clockSkew - Variable in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
 
clone() - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
clone() - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
clone() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
cloneAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyCloneUtil
 
cloneAssertionTemplate(IAssertionTemplate) - Static method in class oracle.wsm.policy.util.PolicyCloneUtil
 
cloneAttrs(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
cloneDocument(Document) - Static method in class oracle.wsm.xml.XMLUtils
Clone document in a thread-safe manner.
cloneFrom(MessageContext) - Method in class oracle.wsm.common.sdk.MessageContext
 
cloneFrom(NormalizedMessageContext) - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
cloneFrom(SOAPBindingMessageContext) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
clonePolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyCloneUtil
 
cloneSOAPMessage(SOAPMessage) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
CO_AUTHZ_ROLE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ComponentOverride
 
CO_AUTHZ_ROLE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_CSF_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_ENC_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_ENC_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_ENC_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KERBEROS_SERVICE_PRINCIPAL - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KEYSTORE_CSF_MAP_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KEYSTORE_LOCATION - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KEYSTORE_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KEYSTORE_PASSWORD_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_KEYSTORE_TYPE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_PERMISSION_CLASS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_RECIPIENT_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_ROLE_CLASS_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_SAML_ISSUER_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_SIG_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_SIG_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
CO_SIG_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ConfigOverride
 
collectPolicyStatus(IPolicy, InvocationStatus) - Method in class oracle.wsm.monitor.DMSInstrument
 
collectSecurityStatus(IPolicy, InvocationStatus, String, IMessageContext.STAGE) - Method in class oracle.wsm.monitor.DMSInstrument
 
COMMA_DELIM - Static variable in interface oracle.wsm.common.util.WSMConstants
 
COMMIT_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
CommonMessageBundle - Class in oracle.wsm.resources.common
 
CommonMessageBundle() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle
 
CommonMessageBundle_de - Class in oracle.wsm.resources.common
 
CommonMessageBundle_de() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_de
 
CommonMessageBundle_en - Class in oracle.wsm.resources.common
 
CommonMessageBundle_en() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_en
 
CommonMessageBundle_es - Class in oracle.wsm.resources.common
 
CommonMessageBundle_es() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_es
 
CommonMessageBundle_fr - Class in oracle.wsm.resources.common
 
CommonMessageBundle_fr() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_fr
 
CommonMessageBundle_it - Class in oracle.wsm.resources.common
 
CommonMessageBundle_it() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_it
 
CommonMessageBundle_ja - Class in oracle.wsm.resources.common
 
CommonMessageBundle_ja() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_ja
 
CommonMessageBundle_ko - Class in oracle.wsm.resources.common
 
CommonMessageBundle_ko() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_ko
 
CommonMessageBundle_pt_BR - Class in oracle.wsm.resources.common
 
CommonMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_pt_BR
 
CommonMessageBundle_zh_CN - Class in oracle.wsm.resources.common
 
CommonMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_zh_CN
 
CommonMessageBundle_zh_TW - Class in oracle.wsm.resources.common
 
CommonMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.common.CommonMessageBundle_zh_TW
 
CommonMessageID - Interface in oracle.wsm.resources.common
 
CommonMessageLogger - Class in oracle.wsm.common.logging
 
CommonMessageLogger() - Constructor for class oracle.wsm.common.logging.CommonMessageLogger
 
CommonUtil - Class in oracle.wsm.common.util
 
CommonUtil() - Constructor for class oracle.wsm.common.util.CommonUtil
 
CommonUtilException - Exception in oracle.wsm.common.util
 
CommonUtilException(String, Object[], Throwable) - Constructor for exception oracle.wsm.common.util.CommonUtilException
 
CommonUtilException(String, Object[]) - Constructor for exception oracle.wsm.common.util.CommonUtilException
 
CommonUtilException(String, Throwable) - Constructor for exception oracle.wsm.common.util.CommonUtilException
 
CommonUtilException(String) - Constructor for exception oracle.wsm.common.util.CommonUtilException
 
CommonUtilException(Throwable) - Constructor for exception oracle.wsm.common.util.CommonUtilException
 
COMPATIBILITY_CHECK_EXCEPTION - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CompatibilityCheckException - Exception in oracle.wsm.policyimport.compatibility
 
CompatibilityCheckException(String) - Constructor for exception oracle.wsm.policyimport.compatibility.CompatibilityCheckException
To create an exception with a predefined component-based error code.
CompatibilityCheckException(Throwable) - Constructor for exception oracle.wsm.policyimport.compatibility.CompatibilityCheckException
To create an exception without error code but the parent cause, an exception or Throwable.
CompatibilityCheckException(String, Object[]) - Constructor for exception oracle.wsm.policyimport.compatibility.CompatibilityCheckException
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string.
CompatibilityCheckException(String, Throwable) - Constructor for exception oracle.wsm.policyimport.compatibility.CompatibilityCheckException
To create an exception with a predefined component-based error code and a parent cause (an Exception or Throwable).
CompatibilityCheckException(String, Object[], Throwable) - Constructor for exception oracle.wsm.policyimport.compatibility.CompatibilityCheckException
To create an exception with a predefined component-based error code and an array of argument values that will be formated according to errorCode's corresponding message string, plus the parent cause of the exception.
CompatibilityUtil - Class in oracle.wsm.security.policy.scenario.modelutil
 
CompatibilityUtil() - Constructor for class oracle.wsm.security.policy.scenario.modelutil.CompatibilityUtil
 
Compliance - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
Compliance(boolean) - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
Compliance(boolean, String) - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
Compliance(boolean, String, Object...) - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
Compliance(boolean, List<Compliance>) - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
COMPONENT_LOOKUP_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CompositeAssertion - Class in oracle.wsm.policy.model.impl
CompositeAssertion abstract class implements few method which are common to composite assertions.
CompositeAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.CompositeAssertion
 
CONCURRENT_ASSERTION_TEMPLATE_UPDATE_FAILURE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CONCURRENT_ATTACHMENT_UPDATE_FAILURE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CONCURRENT_POLICY_UPDATE_FAILURE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CONCURRENT_UPDATE_FAILURE - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
Condition - Class in oracle.wsm.policy.model.impl
 
Condition(String) - Constructor for class oracle.wsm.policy.model.impl.Condition
 
Config - Class in oracle.wsm.policy.model.impl
 
Config() - Constructor for class oracle.wsm.policy.model.impl.Config
 
CONFIG_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
CONFIG_PREFIX - Static variable in class oracle.wsm.mds.MDSConstants
 
CONFIG_TYPE - Static variable in class oracle.wsm.mds.MDSAccessor
 
ConfigCallbackHandler - Class in oracle.wsm.security.policy.scenario.client
 
ConfigCallbackHandler(Properties) - Constructor for class oracle.wsm.security.policy.scenario.client.ConfigCallbackHandler
 
ConfigCallbackHandler(Properties, IMessageContext, JpsManager) - Constructor for class oracle.wsm.security.policy.scenario.client.ConfigCallbackHandler
 
configFormatter(Logger) - Static method in class oracle.wsm.common.logging.WsmLogFormatter
 
ConfigOverrideMapping - Static variable in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
ConfigReference - Class in oracle.wsm.policy.model.impl
 
ConfigReference(String) - Constructor for class oracle.wsm.policy.model.impl.ConfigReference
 
ConfigReferenceSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
ConfigReferenceSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.ConfigReferenceSerializerDeSerializer
 
ConfigSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
ConfigSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.ConfigSerializerDeSerializer
 
configTypeAttrQName - Static variable in interface oracle.wsm.policy.model.IConfig
 
Configuration - Class in oracle.wsm.common.util
 
Configuration(Map<String, String>) - Constructor for class oracle.wsm.common.util.Configuration
 
Configuration(Properties) - Constructor for class oracle.wsm.common.util.Configuration
 
CONFIGURATION - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
confirmationMethod - Variable in class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodConfigType
 
confirmationMethod - Variable in class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodsConfigType
 
confirmationType - Variable in class oracle.wsm.security.policy.schema.SamlTokenType
 
confirmSignature - Variable in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
 
CONSTANT - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
containsSTRXform(E) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
contentTypeAttrQName - Static variable in interface oracle.wsm.policy.model.IProperty
 
CONTEXT_CLOSE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
convertATsToStrs(List<IAssertionTemplate>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertATsToStrs(List<IAssertionTemplate>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertATToStr(IAssertionTemplate) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertATToStr(IAssertionTemplate) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertConfigValToArray(String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
convertNormalizedMessageToString(Object, String) - Static method in class oracle.fabric.common.log.NormalizedMessageProcessor
 
convertPolAttachmentsToStrs(List<IPolicyAttachment>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolAttachmentToStr(IPolicyAttachment) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPoliciesToStrs(List<IPolicy>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPoliciesToStrs(List<IPolicy>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicyAttachmentResultsToStrs(List<IPolicyAttachmentResult>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicyAttachmentResultToStr(IPolicyAttachmentResult) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicyAttachmentsToStrs(List<IPolicyAttachment>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicyAttachmentToStr(IPolicyAttachment) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicySetToStr(IPolicySet) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolicySetToStr(IPolicySet) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicySubjectAttachmentResultToStr(IPolicySubjectAttachmentResult) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicySubjectsToStrs(List<IPolicySubject>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolicySubjectsToStrs(List<IPolicySubject>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicySubjectToStr(IPolicySubject) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolicySubjectToStr(IPolicySubject) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolicyToStr(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolicyToStr(IPolicy) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolRefsToStrs(List<IPolicyReference>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolRefsToStrs(List<IPolicyReference>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertPolRefToStr(IPolicyReference) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertPolRefToStr(IPolicyReference) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToATs(List<String>, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrsToATs(List<String>, boolean) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToPolicies(List<String>, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrsToPolicies(List<String>, boolean) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToPolicyAttachmentResults(List<IPolicyAttachmentResultStr>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToPolicyAttachments(List<String>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrsToPolicyAttachments(List<String>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToPolicySubjects(List<String>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrsToPolicySubjs(List<String>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrsToPolRefs(List<String>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrsToPolRefs(List<String>) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToAT(String, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToAT(String, boolean) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicy(String, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToPolicy(String, boolean) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicyAttachment(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToPolicyAttachment(String) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicyAttachmentResult(IPolicyAttachmentResultStr) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicySet(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToPolicySet(String) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicySubject(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToPolicySubject(String) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolicySubjectAttachmentResult(IPolicySubjectAttachmentResultStr) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertStrToPolRef(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
convertStrToPolRef(String) - Static method in class oracle.wsm.policymanager.util.PolicyMgrUtil
 
convertWSSEtoSecurityException(WSSException) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
COREID_LOGINMODULE_CLASS - Static variable in class oracle.wsm.security.jps.JpsManager
 
COREID_SECURITY_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
coreidAuthenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
CoreidSecurityJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for coreid-security-type complex type.
CoreidSecurityJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
 
CoreIdSecurityScenario - Class in oracle.wsm.security.policy.scenario
 
CoreIdSecurityScenario() - Constructor for class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
CoreIdSecurityScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
CoreIdSecurityScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
coreidToken - Variable in class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
 
CoreidTokenType - Class in oracle.wsm.security.policy.schema
Java class for coreid-token-type complex type.
CoreidTokenType() - Constructor for class oracle.wsm.security.policy.schema.CoreidTokenType
 
COULD_NOT_FIND_WSDLSERVICE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
countAttachments() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPMessage
 
create() - Method in class oracle.wsm.common.util.ObjectPool
 
create() - Method in class oracle.wsm.common.util.TransformerObjectPool
 
CREATE_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
createAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Adds a new Assertion template to the backend datastore
createAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.impl.UpdateService
Adds a new Assertion template to the backend datastore
createAssertionTemplate(IAssertionTemplate) - Method in interface oracle.wsm.policymanager.IUpdateService
Adds a new Assertion template to the backend datastore
createAssertionTemplateFromString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createAssertionTemplateFromString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
createAssertionTemplateFromString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Adds a new Assertion template to the backend datastore
createAttachmentType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of AttachmentType
createAttributeConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of AttributeConfigType
createAuditor(Auditor.ContextType, Properties) - Static method in class oracle.wsm.audit.Auditor
 
createBindingAuthorizationJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of BindingAuthorizationJaxbElem
createBindingPermissionAuthorizationJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of BindingPermissionAuthorizationJaxbElem
createCertPath(Certificate[]) - Static method in class oracle.wsm.security.jps.WsmKeyStore
 
createCheckPermissionType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of CheckPermissionType
createCoreidSecurityJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of CoreidSecurityJaxbElem
createCoreidTokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of CoreidTokenType
created - Variable in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
 
CREATED_IGNORED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
CREATED_POLICY_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
CREATED_VALIDATION_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
createDecryptConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of DecryptConfigType
CreatedValidator - Class in oracle.wsm.security.policy.scenario.validator.impl
 
CreatedValidator() - Constructor for class oracle.wsm.security.policy.scenario.validator.impl.CreatedValidator
 
createElementsType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of ElementsType
createElementsTypeElement() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of ElementsType.Element
createEmptyType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of EmptyType
createEncryptConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of EncryptConfigType
createEncryptElementsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of EncryptElementsConfigType
createEncryptElementsConfigTypeTbeElement() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of EncryptElementsConfigType.TbeElement
createEncryptionMethodsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of EncryptionMethodsConfigType
createHeaderType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of HeaderType
createHttpHeaderType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of HttpHeaderType
createHttpSecurityJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of HttpSecurityJaxbElem
createInboundConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of InboundConfigType
createInstance(QName) - Method in class oracle.wsm.log.model.LogAssertion
 
createInstance(QName) - Method in interface oracle.wsm.policy.model.IAssertion
Creates the appropriate assertion instance NOTE: The base implementation must be overriden by the subclasses!
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.Policy
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.Policy
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
createInstance(QName) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
createInstance(QName) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptedElementsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptedElementsAssertion
 
createInstance(QName) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptedPartsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptedPartsAssertion
 
createInstance(QName) - Method in class oracle.wsm.security.policy.securitypolicy.impl.RequiredElementsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.RequiredElementsAssertion
 
createInstance(QName) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignedElementsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignedElementsAssertion
 
createInstance(QName) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignedPartsAssertion
 
createInstance(QName, boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignedPartsAssertion
 
createKerberosSecurityJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of KerberosSecurityJaxbElem
createKerberosTokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of KerberosTokenType
createKeyConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of KeyConfigType
createKeyStoreConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of KeyStoreConfigType
createKeytransportMethodsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of KeytransportMethodsConfigType
createLocalPolicyReference(boolean) - Method in class oracle.wsm.policy.model.impl.Policy
WS-Policy Attachment defines two types of Policy Referneces.
createLocalPolicyReference(boolean) - Method in interface oracle.wsm.policy.model.IPolicy
WS-Policy Attachment defines two types of Policy Referneces.
createMessageLogForSOAPBinding(SOAPBindingMessageContext) - Method in class oracle.wsm.log.executor.LogAssertionExecutor
 
createMessageSecurityPartsForClient(IPolicy, Wss10MsgSecurityType) - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
This method creates the message security assertion for policies enforced at the client stage
createMessageSecurityPartsForService(IPolicy, Wss10MsgSecurityType) - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
This method creates the message security assertion for policies enforced at the Service end
createMOTypeCondition(String, String) - Static method in class oracle.wsm.mds.MDSQueryUtil
 
createMOTypeCondition(QName) - Static method in class oracle.wsm.mds.MDSQueryUtil
 
createNonceConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of NonceConfigType
createOutboundConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of OutboundConfigType
createPartsType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of PartsType
createPoliciesFromString(List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createPoliciesFromString(List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
createPoliciesFromString(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Bulk creation of policies
createPolicy() - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
This method converts the legacy policy into the 11g policy.
createPolicy(IPolicy) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Adds a new policy to the backend datastore
createPolicy(List<IPolicy>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Bulk creation of policies
createPolicy(IPolicy) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createPolicy(List<IPolicy>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createPolicy(IPolicy) - Method in class oracle.wsm.policymanager.impl.UpdateService
This method will create the policy at datastore.
createPolicy(List<IPolicy>) - Method in class oracle.wsm.policymanager.impl.UpdateService
Bulk creation of policies.If policy is invalid *disable* it and create.
createPolicy(IPolicy) - Method in interface oracle.wsm.policymanager.IUpdateService
Adds a new policy to the backend datastore
createPolicy(List<IPolicy>) - Method in interface oracle.wsm.policymanager.IUpdateService
Bulk creation of policies
createPolicyAccessService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
createPolicyAccessService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>, Subject) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
A method to create policy access service objects.
createPolicyFromAssertionTempalte(IAssertionTemplate) - Static method in class oracle.wsm.policy.util.PolicyCloneUtil
 
createPolicyFromString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
createPolicyFromString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
createPolicyFromString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Adds a new policy to the backend datastore
createPolicyOperationMap() - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
createPolicyService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
createPolicyService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>, Subject) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
A method to create Policy service objects.
createPortPolicyList() - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
createPropertyConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of PropertyConfigType
createQueryService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
A method to create query service objects.
createQueryService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>, Subject) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
createRemotePolicyReference(boolean) - Method in class oracle.wsm.policy.model.impl.Policy
WS-Policy Attachment defines two types of Policy Referneces.
createRemotePolicyReference(boolean) - Method in interface oracle.wsm.policy.model.IPolicy
WS-Policy Attachment defines two types of Policy Referneces.
createRequireTlsType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of RequireTlsType
createRoleType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of RoleType
createSamlAuthorityConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SamlAuthorityConfigType
createSamlTokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SamlTokenConfigType
createSamlTokenScenarioPolicy() - Method in class oracle.fabric.common.legacypolicy.SAMLPolicy
This method converts the legacy SAML(vanilla SAML token) policy into the corresponding new policy so that it can be enforced in the new framework
createSamlTokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of SamlTokenType
createSamlTokenWithCertsScenarioPolicy(boolean) - Method in class oracle.fabric.common.legacypolicy.SAMLPolicy
This method converts the legacy SAML(containing certificate/sign/encrypt) policy into new policy so that it can be enforced in the new framework
createScaComponentAuthorizationJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of ScaComponentAuthorizationJaxbElem
createScaComponentPermissionAuthorizationJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of ScaComponentPermissionAuthorizationJaxbElem
createSecurityConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SecurityConfigType
createSecurityGlobal(SecurityConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of JAXBElement<SecurityConfigType>}
createSecurityOperation(SecurityOperationConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of JAXBElement<SecurityOperationConfigType>}
createSecurityOperationConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SecurityOperationConfigType
createSecurityPort(SecurityConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of JAXBElement<SecurityConfigType>}
createSignatureConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SignatureConfigType
createSignatureMethodsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SignatureMethodsConfigType
createSignedEncryptedPartsType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of SignedEncryptedPartsType
createSignElementsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SignElementsConfigType
createSignElementsConfigTypeTbsElement() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SignElementsConfigType.TbsElement
createSubject(String, String, String, String) - Method in class oracle.wsm.security.saml.v11.SAML11StatementGenerator
 
createSubjectConfirmationMethodConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SubjectConfirmationMethodConfigType
createSubjectConfirmationMethodsConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of SubjectConfirmationMethodsConfigType
createTimestampConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of TimestampConfigType
createUpdateService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
createUpdateService(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>, Subject) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
A method to create update service objects.
createURL(String) - Static method in class oracle.wsm.xml.XMLUtils
 
createUsernameTokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of UsernameTokenConfigType
createUsernameTokenScenarioPolicy(VerifyUsernameTokenConfigType, UsernameTokenConfigType, boolean) - Static method in class oracle.fabric.common.legacypolicy.UsernameTokenPolicy
 
createUsernameTokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of UsernameTokenType
createVerifySamlTokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of VerifySamlTokenConfigType
createVerifySignatureConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of VerifySignatureConfigType
createVerifyUsernameTokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of VerifyUsernameTokenConfigType
createVerifyX509TokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of VerifyX509TokenConfigType
createWss10AnonWithCertsScenarioPolicy() - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
This method is used to migrate the legacy policy to WSS Anonymous with Certs Scenario policy
createWss10AnonymousWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10AnonymousWithCertificatesJaxbElem
createWss10ArgsMap(Object...) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
createWss10MsgSecurityType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10MsgSecurityType
createWss10MutualAuthWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10MutualAuthWithCertificatesJaxbElem
createWss10MutualAuthWithCertsScenarioPolicy() - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
This method converts the legacy policy into WSS 1.0 Mutual Auth With Certificates Scenario policy
createWss10SamlHokWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlHokWithCertificatesJaxbElem
createWss10SamlHokWithCertificatesJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlHokWithCertificatesJaxbElem.SamlToken
createWss10SamlTokenJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlTokenJaxbElem
createWss10SamlTokenJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlTokenJaxbElem.SamlToken
createWss10SamlWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlWithCertificatesJaxbElem
createWss10SamlWithCertificatesJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10SamlWithCertificatesJaxbElem.SamlToken
createWss10UsernameWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10UsernameWithCertificatesJaxbElem
createWss10UsernameWithCertsScenarioPolicy(SecurityConfigType, VerifyUsernameTokenConfigType, UsernameTokenConfigType, VerifySignatureConfigType, SignatureConfigType, DecryptConfigType, EncryptConfigType, boolean) - Static method in class oracle.fabric.common.legacypolicy.UsernameTokenPolicy
 
createWss10X509TokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss10X509TokenType
createWss11AnonymousWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11AnonymousWithCertificatesJaxbElem
createWss11ArgsMap(Object...) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
createWss11MsgSecurityType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11MsgSecurityType
createWss11MutualAuthWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11MutualAuthWithCertificatesJaxbElem
createWss11SamlTokenJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11SamlTokenJaxbElem
createWss11SamlTokenJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11SamlTokenJaxbElem.SamlToken
createWss11SamlWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11SamlWithCertificatesJaxbElem
createWss11SamlWithCertificatesJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11SamlWithCertificatesJaxbElem.SamlToken
createWss11UsernameWithCertificatesJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11UsernameWithCertificatesJaxbElem
createWss11X509TokenType() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of Wss11X509TokenType
createWssSamlTokenBearerOverSslJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of WssSamlTokenBearerOverSslJaxbElem
createWssSamlTokenBearerOverSslJaxbElemSamlToken() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of WssSamlTokenBearerOverSslJaxbElem.SamlToken
createWssSamlTokenOverSslJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of WssSamlTokenOverSslJaxbElem
createWssUsernameTokenJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of WssUsernameTokenJaxbElem
createWssUsernameTokenOverSslJaxbElem() - Method in class oracle.wsm.security.policy.schema.ObjectFactory
Create an instance of WssUsernameTokenOverSslJaxbElem
createX509TokenConfigType() - Method in class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create an instance of X509TokenConfigType
CREDENTIALS_NOT_CONFIGURED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
CREDENTIALS_NOT_CONFIGURED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
CSF_KEY_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
CSFKEY_PROPERTY - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
CSW_ABSOLUTE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_ACCESSIBILITY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_ACCESSIBILITY_EDIT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_ACCESSIBILITY_VIEW - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_DESCRIPTION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_DISPLAY_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_FAULT_HANDLER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_IMPLEMENTATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
CSW_PIPELINE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_PipelineQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
CSW_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
CSW_PROPERTIES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_PROPERTY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_PROPERTY_REF - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_PROPERTYSET - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_RESOURCE_REF - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_STEP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_StepQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
CSW_TEMPLATE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CSW_VALUE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
CUSTOM - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
CUSTOM_ASSERTION - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
CUSTOM_LOGIN_MODULE_CLASS_NAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
customAuthenticate(WssTokenCallbackHandler, String) - Method in class oracle.wsm.security.jps.JpsManager
 

D

DATA_ENC_ALGOS_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
DB - Static variable in class oracle.wsm.mds.MDSConstants
 
DEACTIVATE_SCA_COMPONENT - Static variable in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
DEACTIVATE_SCA_ES - Static variable in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
DEACTIVATE_SCA_MODULE - Static variable in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
DEACTIVATE_SCA_SERVICE - Static variable in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
DECLARATIVE_INIT - Static variable in class oracle.wsm.mds.MDSConstants
 
decodeForDMS(String) - Static method in class oracle.wsm.policy.util.PolicyNameUtil
 
decrypt - Variable in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
decrypt(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss10MsgSecurityType, List<QName>, PrivateKey, Properties, Map<String, Object>, boolean) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10MessageSecurityProcessor
 
decrypt(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss11MsgSecurityType, List<QName>, Key, Properties, Map<String, Object>, boolean) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
DecryptConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for decrypt-config-type complex type.
DecryptConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
 
DEFAULT_J2SE_FILTER - Static variable in class oracle.wsm.audit.Auditor
Default standalone filter expression.
DEFAULT_J2SE_LOGDIR - Static variable in class oracle.wsm.audit.Auditor
Default standalone log directory.
DEFAULT_RETRY_COUNT - Static variable in class oracle.wsm.audit.Auditor
Default number of retries (for HA).
DEFAULT_RETRY_DELAY - Static variable in class oracle.wsm.audit.Auditor
Default delay (in milliseconds) between retries (for HA).
DEFAULT_SIZE - Static variable in class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
 
DefaultAssertionSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
DefaultAssertionSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
DefaultNamespaceContext - Class in oracle.wsm.common.xml
 
DefaultNamespaceContext() - Constructor for class oracle.wsm.common.xml.DefaultNamespaceContext
 
DefaultNamespaceContext(Hashtable<String, String>) - Constructor for class oracle.wsm.common.xml.DefaultNamespaceContext
Creates a new instance of NamespaceContextHelper.
DefaultNamespaceContext(String, String) - Constructor for class oracle.wsm.common.xml.DefaultNamespaceContext
Creates a new instance of NamespaceContextHelper.
DELETE_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
deleteAllAssertionTemplates() - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived
deleteAllAssertionTemplates() - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAllAssertionTemplates() - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAllAssertionTemplates() - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived
deleteAllAssertionTemplates() - Method in interface oracle.wsm.policymanager.IUpdateService
PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived
deleteAllAttachments() - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Deletes all policy attachments from data store
deleteAllAttachments() - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAllAttachments() - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAllAttachments() - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
This API deletes all attachments
deleteAllAttachments() - Method in interface oracle.wsm.policymanager.IUpdateService
Deletes all policy attachments from data store
deleteAllPolicies() - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived
deleteAllPolicies() - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAllPolicies() - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAllPolicies() - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived
deleteAllPolicies() - Method in interface oracle.wsm.policymanager.IUpdateService
PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived
deleteAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete an Assertion template from backend datastore
deleteAssertionTemplate(String) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete an Assertion template from backend datastore
deleteAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAssertionTemplate(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.impl.UpdateService
Delete an Assertion template from backend datastore
deleteAssertionTemplate(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAssertionTemplate(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete an Assertion template from backend datastore
deleteAssertionTemplate(IAssertionTemplate) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete an Assertion template from backend datastore
deleteAssertionTemplate(String) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete an Assertion template from backend datastore
deleteAssertionTemplates(List<String>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete all the policies corresponding to the policy names passed
deleteAssertionTemplates(List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAssertionTemplates(List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAssertionTemplates(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete all the policies corresponding to the policy names passed
deleteAssertionTemplates(List<String>) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete all the policies corresponding to the policy names passed
deleteAssertionTemplateString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAssertionTemplateString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAssertionTemplateString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete an Assertion template from backend datastore
deleteAssertionTemplateVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete all the specified versions of an assertion template
deleteAssertionTemplateVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAssertionTemplateVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAssertionTemplateVersions(String, List<Long>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete all the specified versions of an assertion template
deleteAssertionTemplateVersions(String, List<Long>) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete all the specified versions of an assertion template
deleteAttachmentEntries(List<IPolicySubject>) - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
 
deleteAttachmentEntries(String, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
deleteAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
deleteAttachmentEntries(String) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(List<String>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
 
deleteAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAttachmentEntries(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAttachmentEntries(List<IPolicySubject>) - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
deleteAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAttachmentEntries(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAttachmentEntries(List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAttachmentEntries(List<IPolicySubject>) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyAccessService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(List<IPolicySubject>) - Method in interface oracle.wsm.policymanager.IPolicyAccessService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in interface oracle.wsm.policymanager.IUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
deleteAttachmentEntries(String) - Method in interface oracle.wsm.policymanager.IUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntries(List<String>) - Method in interface oracle.wsm.policymanager.IUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with.
deleteAttachmentEntriesForPolSubjectString(String, List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deleteAttachmentEntriesForPolSubjectString(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAttachmentEntriesForPolSubjectString(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Disassociate a policy subject, represented by a resource pattern, with all policies pointed to by the passed policy reference list Given a policy subject - represented by a resource pattern and a list of policy references for the policy subject - deletes all the attachment entries for the corresponding combination of <resource pattern, IPolicyReference>.
deleteAttachmentEntriesForResourcePattern(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deleteAttachmentEntriesForResourcePattern(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deprecated. use deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
deletePolicies(List<String>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete all the policies corresponding to the policy names passed
deletePolicies(List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deletePolicies(List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deletePolicies(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete all the policies corresponding to the policy names passed
deletePolicies(List<String>) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete all the policies corresponding to the policy names passed
deletePolicy(IPolicy) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Deletes a policy to the backend datastore
deletePolicy(String) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Deletes a policy to the backend datastore
deletePolicy(IPolicy) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deletePolicy(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deletePolicy(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
Delete a policy from the backend datastore
deletePolicy(IPolicy) - Method in class oracle.wsm.policymanager.impl.UpdateService
Delete a policy from the backend datastore
deletePolicy(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deletes a policy to the backend datastore
deletePolicy(IPolicy) - Method in interface oracle.wsm.policymanager.IUpdateService
Deletes a policy to the backend datastore
deletePolicy(String) - Method in interface oracle.wsm.policymanager.IUpdateService
Deletes a policy to the backend datastore
deletePolicyString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deletePolicyString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deletePolicyString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deletes a policy to the backend datastore
deletePolicyVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Delete all the specified versions of a policy
deletePolicyVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
deletePolicyVersions(String, List<Long>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
deletePolicyVersions(String, List<Long>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Delete all the specified versions of a policy
deletePolicyVersions(String, List<Long>) - Method in interface oracle.wsm.policymanager.IUpdateService
Delete all the specified versions of a policy
deleteResource(String, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Delete a MDS resource (Policy/Assertion/Attachment)
deleteResources(String, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Delete all MOs residing under a particular prefix.
deleteResourcesList(List<String>, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Delete a bunch of MOs from datastore
deleteVersions(String, long, long, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Delete a range of versions for a particular MO
denyAll - Variable in class oracle.wsm.security.policy.schema.AuthorizationType
 
dereference(IPolicyReference) - Method in class oracle.wsm.policy.model.impl.PolicySet
Gets the policy from its policy reference.
dereference(IPolicyReference) - Method in interface oracle.wsm.policy.model.IPolicySet
DeReference a PolicyReference! <p/> Returns null if the PolicyReference cannot be de-referenced!
descAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
description - Variable in class oracle.wsm.security.policy.schema.ScenarioAssertionType
 
DeSerializerUtil - Class in oracle.wsm.policy.parser.impl
 
DeSerializerUtil() - Constructor for class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
destroy() - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
destroy() - Method in class oracle.wsm.log.executor.LogAssertionExecutor
 
destroy() - Method in interface oracle.wsm.policyengine.IAssertionExecutor
The destroy method for a cleaner ending of the assertion lifecycle.
destroy() - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
destroy() - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
destroy() - Method in interface oracle.wsm.policyengine.IPolicyExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
destroy() - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
DIGEST - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
DIGEST_CALCULATION_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
digestAuthenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
DISABLED - Static variable in interface oracle.wsm.policy.model.IPolicy
 
DISABLED - Static variable in interface oracle.wsm.policy.model.IPolicyReference
 
displayNameAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
DMSInstrument - Class in oracle.wsm.monitor
 
DMSInstrument() - Constructor for class oracle.wsm.monitor.DMSInstrument
 
doc - Variable in class oracle.wsm.security.saml.v11.SAML11StatementGenerator
 
docToAssertionTemplate(Document) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
docToPolicy(Document, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
docToPolicyAttachment(Document) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class oracle.wsm.policymanager.web.BaseServlet
 
DOM_POLICY_READER - Static variable in class oracle.wsm.policy.util.PolicySerializerDeSerializerFactory
 
DOM_POLICY_WRITER - Static variable in class oracle.wsm.policy.util.PolicySerializerDeSerializerFactory
 
DOMUtil - Class in oracle.wsm.security.util
 
DOMUtil() - Constructor for class oracle.wsm.security.util.DOMUtil
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class oracle.wsm.policymanager.web.BaseServlet
 

E

econtext - Variable in class oracle.wsm.policyengine.impl.AssertionExecutor
 
econtext - Variable in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
EITHER_AUTHHEADER_OR_REQUIRETLS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
EJB_LOOKUP_MISMATCH - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EJB_PERMISSION_CHECK_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EJB_PERMISSION_DENIED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ElementExtensibleImpl - Class in oracle.wsm.policy.wsdl.extensions
 
ElementExtensibleImpl() - Constructor for class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
 
elements - Variable in class oracle.wsm.security.policy.schema.ElementsType
 
ElementsAssertion - Class in oracle.wsm.policy.model.impl
 
ElementsAssertion() - Constructor for class oracle.wsm.policy.model.impl.ElementsAssertion
 
ElementsAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.ElementsAssertion
 
ElementsType - Class in oracle.wsm.security.policy.schema
Java class for elements-type complex type.
ElementsType() - Constructor for class oracle.wsm.security.policy.schema.ElementsType
 
ElementsType.Element - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
ElementsType.Element() - Constructor for class oracle.wsm.security.policy.schema.ElementsType.Element
 
EMIntegrationMXBean - Interface in oracle.wsm.policymanager.emintegration
 
EMIntegrationMXBeanImpl - Class in oracle.wsm.policymanager.emintegration
 
EMIntegrationMXBeanImpl() - Constructor for class oracle.wsm.policymanager.emintegration.EMIntegrationMXBeanImpl
Default constructor
EMPTY_ASSERTION_TEMPLATE_NAME - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EMPTY_ATTACHMENT_NAME - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EMPTY_CONFIG_NAME - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
EMPTY_CONFIG_NAME - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EMPTY_NAME - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
EMPTY_POLICY_NAME - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
EMPTY_POLREFS_URI - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
EMPTY_PROPERTY_VALUE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
EmptyEncryptionHandler - Class in oracle.wsm.security.policy.scenario.util
 
EmptyEncryptionHandler() - Constructor for class oracle.wsm.security.policy.scenario.util.EmptyEncryptionHandler
 
EmptyType - Class in oracle.wsm.security.policy.schema
Java class for empty-type complex type.
EmptyType() - Constructor for class oracle.wsm.security.policy.schema.EmptyType
 
ENABLE_XDS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
ENABLED - Static variable in interface oracle.wsm.policy.model.IPolicy
 
ENABLED - Static variable in interface oracle.wsm.policy.model.IPolicyReference
 
ENC_ALG_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
ENC_ALGOS_VALIDATION_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ENC_KEY_HASH - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
ENC_KEY_REF_DIRECT - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ENC_KEY_REF_ISSUERSERIAL - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ENC_KEY_REF_SKI - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ENC_KEY_REF_THUMBPRINT - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
ENC_PARTS_ELEMS_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ENC_REF_MECH_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
encKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
encKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
encodeForDMS(String) - Static method in class oracle.wsm.policy.util.PolicyNameUtil
 
encrypt - Variable in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
encrypt(SignedEncryptedPartsType, WsmSOAPMessage, WSSecurity, Wss10MsgSecurityType, List<QName>, PublicKey, Properties) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10MessageSecurityProcessor
 
encrypt(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss11MsgSecurityType, List<QName>, SecretKey, WSSecurityTokenReference, Properties) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
ENCRYPT_WITH_SIGNER_CERT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
ENCRYPT_WITH_SIGNER_CERT_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
EncryptConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for encrypt-config-type complex type.
EncryptConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
ENCRYPTED_ELEMENTS_LIST - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
ENCRYPTED_KEYLIST - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
encryptedElements - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
EncryptedElementsAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
EncryptedElementsAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptedElementsAssertion
 
EncryptedElementsAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptedElementsAssertion
 
EncryptedElementsQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
encryptedParts - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
EncryptedPartsAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
EncryptedPartsAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptedPartsAssertion
 
EncryptedPartsAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptedPartsAssertion
 
EncryptedPartsQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
EncryptElementsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for encrypt-elements-config-type complex type.
EncryptElementsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType
 
EncryptElementsConfigType.TbeElement - Class in oracle.fabric.common.legacypolicy.schema
Java class for anonymous complex type.
EncryptElementsConfigType.TbeElement() - Constructor for class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
 
EncryptionAlgorithmSuiteComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
EncryptionAlgorithmSuiteComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionAlgorithmSuiteComplianceHandler
 
encryptionKey - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
encryptionMethod - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
encryptionMethod - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptionMethodsConfigType
 
EncryptionMethodEnum - Enum in oracle.fabric.common.legacypolicy
 
encryptionMethods - Variable in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
 
EncryptionMethodsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for encryption-methods-config-type complex type.
EncryptionMethodsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.EncryptionMethodsConfigType
 
EncryptionReference11MechanismComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
EncryptionReference11MechanismComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionReference11MechanismComplianceHandler
 
EncryptionReferenceMechanismComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
EncryptionReferenceMechanismComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.EncryptionReferenceMechanismComplianceHandler
 
EncryptionTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
EncryptionTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
EncryptionTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
EncryptionTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
EncryptionTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
EncryptModeEnum - Enum in oracle.fabric.common.legacypolicy.schema
Java class for encrypt-mode-enum.
encryptSignature - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
EncryptSignatureQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ENDORSING_SIGNATURE_CONFIRMATION - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
EndorsingSupportingTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ENDPOINT_FAULT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
ENDPOINT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
ENDPOINT_INPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
ENDPOINT_OPER_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
ENDPOINT_OUTPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
endpointAddress - Variable in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 
EndPointFragment - Class in oracle.wsm.wsdl.fragments
 
EndPointFragment(String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.EndPointFragment
 
EndPointFragment(QName, String) - Constructor for class oracle.wsm.wsdl.fragments.EndPointFragment
 
enforcedAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
ENFORCEMENT_AUDITOR_INIT_FAILURE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
ENFORCEMENT_AUDITOR_LOG_FAILURE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
ENFORCEMENT_AUDITOR_NULL_ARGS - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
ENFORCEMENT_AUDITOR_SHUTDOWN_FAILURE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
EnforcementAuditor - Class in oracle.wsm.agent
 
EnforcementAuditor() - Constructor for class oracle.wsm.agent.EnforcementAuditor
 
EnforcementMessageBundle - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle
 
EnforcementMessageBundle_de - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_de() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_de
 
EnforcementMessageBundle_en - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_en() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_en
 
EnforcementMessageBundle_es - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_es() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_es
 
EnforcementMessageBundle_fr - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_fr() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_fr
 
EnforcementMessageBundle_it - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_it() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_it
 
EnforcementMessageBundle_ja - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_ja() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_ja
 
EnforcementMessageBundle_ko - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_ko() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_ko
 
EnforcementMessageBundle_pt_BR - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_pt_BR
 
EnforcementMessageBundle_zh_CN - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_zh_CN
 
EnforcementMessageBundle_zh_TW - Class in oracle.wsm.resources.enforcement
 
EnforcementMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.enforcement.EnforcementMessageBundle_zh_TW
 
EnforcementMessageID - Interface in oracle.wsm.resources.enforcement
 
EnforcementMessageLogger - Class in oracle.wsm.common.enforcement
 
EnforcementMessageLogger() - Constructor for class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
ENTRY - Static variable in class oracle.wsm.policy.util.PolicyConfigRegistry
 
ENVELOPE_PART - Static variable in class oracle.fabric.common.log.NormalizedMessageProcessor
 
ENVELOPE_PART - Static variable in class oracle.wsm.log.executor.LogAssertionExecutor
 
EPHEMERAL_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
equals(Object) - Method in class oracle.wsm.log.model.LogAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.log.model.MessageLog
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.Condition
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.Config
Compares the propertySets of two configs .It ignores the order.
equals(Object) - Method in class oracle.wsm.policy.model.impl.ConfigReference
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.Header
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.OverrideProperty
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.Policy
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.PolicyReference
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.PolicySet
Compare two policy sets for equality.
equals(Object) - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
equals(Object) - Method in class oracle.wsm.policy.model.impl.Property
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.PropertySet
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Compares the Assertionlist of two policies .It ignores the order of the Assertions.
equals(Object) - Method in class oracle.wsm.policy.model.impl.VersionInfo
Two policy can be equal based on version only other field not mandatory
equals(Object) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
equals(Object) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
 
equals(Object) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
 
equals(Object) - Method in class oracle.wsm.security.policy.securitypolicy.SignedEncryptedPartsTypeWrapper
The equals method only compares the presence of Signed-Encrypted Parts Type and Signed-Encrypted Elements Type objects.
equals(Object) - Method in class oracle.wsm.security.WSFunctionPermission
 
ERROR_CACHE_INITIALIZE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ERROR_CLOSING_STREAM - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_CONNECTING_POL_MANAGER - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_CREATING_INITIAL_CONTEXT - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_CREATING_POL_MANAGER_CONTEXT - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_CREATING_POL_PARSER - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_CREATING_POL_RESOLVER - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_CREATING_POLICY_SERVICE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_CREATING_POLICYACCESS_SERVICE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_CREATING_QUERY_SERVICE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_CREATING_UPDATE_SERVICE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_CREATING_XML_FILE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
ERROR_DELETING_ATTACHMENT_ENTRIES - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_FETCH_RETRIEV_POL - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_FILE_POL_INITIALIZE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_PARSING_XML_FILE - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
ERROR_PM_POL_INITIALIZE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_POL_RESOLVER_INIT - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_POL_SET_ACCESS - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_POL_SET_PARSE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_POLICY_VALIDATION - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_READING_POLICY_ACCESSOR_CONFIG - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_READING_WSDL - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_RETRIEVE_STORE_TIMESTAMP - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_RETRIEVING_ASSERTION_TEMPLATE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
START **************************************** Below are for API level exception stacktrace logging only range WSM_02001 to WSM_02099
ERROR_RETRIEVING_POL_REFS - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_RETRIEVING_POLICIES - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_RETRIEVING_POLICIES - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_RETRIEVING_POLICY_ATTACHMENT - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_RETRIEVING_SOAPBODY - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ERROR_RETRIEVING_SOAPHEADER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ERROR_RETRIEVING_TIMESTAMP - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ERROR_RETRIEVING_WLS_SUBJECT - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ERROR_RETRIEVING_WSM_SECURITY_POLICIES - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
ERROR_WRITING_OVERRIDES - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ERROR_XML_FROM_STRING - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
EVENT_ACTIVATE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
EVENT_DEACTIVATE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
EVENT_SUCCEEDED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
EX_C14N - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
execute(IMessageContext) - Method in class oracle.wsm.log.executor.LogAssertionExecutor
 
execute(IContext) - Method in interface oracle.wsm.policyengine.IAssertionExecutor
Must always return a non-null IResult object.
execute(IPolicy, IContext) - Method in class oracle.wsm.policyengine.impl.PolicyExecutionEngine
 
execute(IContext) - Method in class oracle.wsm.policyengine.impl.runtime.AssertionExecutor
 
execute(IMessageContext) - Method in class oracle.wsm.policyengine.impl.runtime.AssertionExecutor
 
execute(IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
execute(IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
execute(IPolicy, IContext) - Method in interface oracle.wsm.policyengine.IPolicyExecutionEngine
 
execute(IContext) - Method in interface oracle.wsm.policyengine.IPolicyExecutor
 
execute(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
executeAndAssertion(IAndCompositeAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
executeAndAssertion(IAndCompositeAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
executeNestedAssertion(INestedAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
executeNestedAssertion(INestedAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
executeSimpleAssertion(ISimpleAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
executeSimpleAssertion(ISimpleAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
executeXorAssertion(IXorCompositeAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
executeXorAssertion(IXorCompositeAssertion, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
ExecutionContext - Class in oracle.wsm.policyengine.impl
 
ExecutionContext(String, Map) - Constructor for class oracle.wsm.policyengine.impl.ExecutionContext
Constructor that initialises the object.
existPolicy(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
EXPECTED_ORAWSDL - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
expirationEnabled - Variable in class oracle.wsm.common.util.ObjectPool
 
expiry - Variable in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
 
EXTENSION_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
EXTENSION_LIBRARY - Static variable in class oracle.wsm.policy.util.Loader
Shared library from which extension resources or classes will be loaded.
extractSamlVersion(String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
This method wil extract major & minor version

F

FAILED - Static variable in class oracle.wsm.common.sdk.InvocationStatus
Invocation failure flag
FAILED - Static variable in interface oracle.wsm.common.sdk.IResult
 
FAILED_CERT_FOR_SKI - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
FAILED_TO_EXECUTE_ASSERTION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAILED_TO_SEND_SSL_REQUEST - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
FAILEDOVER - Static variable in class oracle.wsm.common.sdk.InvocationStatus
Failed Over flag
FAILURE - Static variable in class oracle.wsm.audit.Auditor
Flag to use to indicate a failure event.
FAILURE_OBTAINING_CSF_CREDS - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
FAILURE_OBTAINING_CSF_CREDS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
FAILURE_RETRIEVAL_USER_ATTRS_ROLES - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
FAULT_FAILED_AUTHENTICATION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_FAILED_AUTHORIZATION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_FAILED_CHECK - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_INVALID_SECURITY - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_INVALID_SECURITY_TOKEN - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_POLICYENFORCEMENT - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_SECURITY_TOKEN_UNAVAILABLE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_UNSUPPORTED_ALGORITHM - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
FAULT_UNSUPPORTED_TOKEN - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
faultCode - Variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_GENERIC - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
START Special SOAP FaultCode, non digit
FAULTCODE_QNAME_FAILED_AUTHENTICATION - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_FAILED_AUTHENTICATION - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_FAILED_AUTHORIZATION - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_FAILED_AUTHORIZATION - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_FAILED_CHECK - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_FAILED_CHECK - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_GENERIC - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_GENERIC - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_INVALID_SECURITY - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_INVALID_SECURITY - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_INVALID_SECURITY_TOKEN - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_INVALID_SECURITY_TOKEN - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_SECURITY_TOKEN_UNAVAILABLE - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_SECURITY_TOKEN_UNAVAILABLE - Static variable in exception oracle.wsm.security.SecurityException
 
FAULTCODE_QNAME_UNSUPPORTED_TOKEN - Static variable in exception oracle.wsm.common.sdk.WSMException
 
FAULTCODE_QNAME_UNSUPPORTED_TOKEN - Static variable in exception oracle.wsm.security.SecurityException
 
faults - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
fieldElementType - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
fieldElementType - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
fieldPolicies - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
fieldPolicyRefURI - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
fieldRequired - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
fieldRequired - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
FILE - Static variable in class oracle.wsm.mds.MDSConstants
 
FILE_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
FILE_PROTOCOL_NAME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
File access protocol (directly accesses file-system)
FilePolicyResolver - Class in oracle.wsm.policyaccess.impl.file
 
FilePolicyResolver() - Constructor for class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
fillOutDomNamespaces(Element) - Static method in class oracle.wsm.security.util.DOMUtil
 
findUnvisitedChild() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
finish() - Method in interface oracle.wsm.agent.IWSMAgent
 
finish() - Method in class oracle.wsm.agent.WSMAgent
 
format(LogRecord) - Method in class oracle.wsm.common.logging.WsmLogFormatter
Format the given LogRecord.
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.EncryptionMethodEnum
 
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.EncryptModeEnum
 
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.KeytransportMethodEnum
 
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.NameIdentifierFormatEnum
 
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.PasswordTypeEnum
 
fromValue(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.SignatureMethodEnum
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.AlgorithmSuiteEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.CbHandlerEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.HttpAuthEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.LayoutEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.PasswordEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.SamlConfirmationEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.Wss10X509KeyRefEnumType
 
fromValue(String) - Static method in enum oracle.wsm.security.policy.schema.Wss11X509KeyRefEnumType
 
fromXML(Node) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
fromXML(Element) - Method in interface oracle.wsm.policy.model.IScenarioAssertion
 
fromXML(Element) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
 
FUTURE_MESSAGE_VALIDATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 

G

generate(String, String, String, String, String, int, int, HashMap, String) - Method in class oracle.wsm.security.saml.v11.SAML11AssertionIssuer
 
generate(String, String, String, String) - Method in class oracle.wsm.security.saml.v11.SAML11AttributeStatementGenerator
 
generate(String, String, String, HashMap, String) - Method in class oracle.wsm.security.saml.v11.SAML11AttributeStatementGenerator
 
generate(String, String, String, String) - Method in class oracle.wsm.security.saml.v11.SAML11AuthenticationStatementGenerator
 
generate(String, String, String, String) - Method in class oracle.wsm.security.saml.v11.SAML11StatementGenerator
 
generateDataEncryptionKey(String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
generateFault(WSMException) - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
generatePoliciesFromWSDL(Definition, Port) - Static method in class oracle.wsm.policyimport.mirror.ServerPolicyMirror
 
GENERIC_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
GENERIC_ERROR - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
GENERIC_ERROR - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
GENERIC_ERROR_CODE - Static variable in interface oracle.wsm.policy.validation.IValidationError
Generic Validation error code Can be used when no suitable error code is found
GENERIC_INTERNAL_ERROR - Static variable in class oracle.wsm.common.exception.BaseExceptionMessageBundle
 
GenericReferenceMechanism11ComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
GenericReferenceMechanism11ComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.GenericReferenceMechanism11ComplianceHandler
 
GenericTimestampValidator - Class in oracle.wsm.security.policy.scenario.validator
Purpose of this class is to do Timestamp validation and check for freshness
GenericTimestampValidator() - Constructor for class oracle.wsm.security.policy.scenario.validator.GenericTimestampValidator
 
GET_ALL_POLICY_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
GET_CERT_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
GET_ENCRYPTION_CERT_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
GET_ENCRYPTION_KEY_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
GET_KEY_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
GET_POL_CONFIG_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
GET_POLICY_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
GET_POLICY_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
GET_SIGN_CERT_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
GET_SIGN_KEY_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
getAccessProtocol(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get policy access protocol.
getActionMatch() - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
getActionMatch() - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
getActions() - Method in class oracle.wsm.security.WSFunctionPermission
 
getAddTimestamp() - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Gets the value of the addTimestamp property.
getAdvertisementConfig() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getAgentFunction() - Method in exception oracle.wsm.common.sdk.WSMException
 
getAgentID() - Method in class oracle.wsm.policyengine.impl.ExecutionContext
Method to get the Agent ID.
getAlgorithmSuite() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getAlgorithmSuite() - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Gets the value of the algorithmSuite property.
getAlgorithmSuite() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the algorithmSuite property.
getAlgorithmSuite() - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
getAlgorithmSuite() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getAlias() - Method in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
Gets the value of the alias property.
getAllChildren() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
getAllHeaders() - Method in interface oracle.wsm.common.sdk.ITransportContext
 
getAllHeaders() - Method in class oracle.wsm.common.sdk.TransportContext
 
getAllMatchingHeadersForNamespace(String, SOAPMessage) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
This method will take care of the situation when there is no local name for header and only namespace is provided.
getAllPossibleAttachToValues() - Static method in class oracle.wsm.policy.util.PolicyUtil
Get a list of all attachTo values that can be expected in the policy attachTo field
getAllProperties() - Method in interface oracle.wsm.common.sdk.IContext
Get properties that is used by the execution engine during policy execution
getAllProperties() - Method in class oracle.wsm.common.sdk.MessageContext
 
getAllProperties() - Method in interface oracle.wsm.policyengine.IExecutionContext
Method to get all the properties as a ky value pair.
getAllProperties() - Method in class oracle.wsm.policyengine.impl.ExecutionContext
Method to get all the properties as a ky value pair.
getAllSimpleAndScenarioAssertions(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
Given a WS-Policy iterates over all Composite Assertions and Nested Assertions and returns the Simple and Scenario Assertions in a WS-Policy.
getAllTransportHeaders() - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getAllTransportHeaders() - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
For Interceptor use, outbound processing only
getAndMap() - Method in class oracle.wsm.policymanager.SearchCriteria
 
getAnies() - Method in class oracle.wsm.security.policy.schema.AttachmentType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.ElementsType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.EmptyType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.HeaderType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.PartsType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.PermissionAuthorizationType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.RoleType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
Gets the value of the anies property.
getAnies() - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
Gets the value of the anies property.
getAppName() - Method in class oracle.wsm.log.executor.MessageLogData
 
getAppServerConfig(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
This method returns the appropriate configuration object.
getArgs() - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
getArguments() - Method in exception oracle.wsm.common.exception.BaseException
Get an array of argument objects of this exception
getAssertIdentity() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getAssertion() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
getAssertion(int) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
getAssertion() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getAssertion(int) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
getAssertion(List, QName) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
getAssertion() - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
getAssertionConstructorEntry(String) - Method in class oracle.wsm.policy.parser.ParseContext
 
getAssertionExecutorClassName(QName) - Static method in class oracle.wsm.policyengine.util.PolicyExecutorFactory
 
getAssertionExecutorEntries() - Static method in class oracle.wsm.policy.util.PolicyConfigRegistry
 
getAssertionHome(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get file assertion template repository home.
getAssertionName() - Method in exception oracle.wsm.common.sdk.WSMException
 
getAssertionName() - Method in interface oracle.wsm.policyengine.IAssertionExecutor
 
getAssertionName() - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
getAssertionObject() - Method in interface oracle.wsm.policy.model.IScenarioAssertion
assertionObj represents the java object representing the XML fragment in an assertion excluding the bindings element.
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
getAssertionObject() - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
getAssertions() - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
getAssertions() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
getAssertions() - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
getAssertions() - Method in interface oracle.wsm.policy.model.INestedAssertion
Helper method - same as doing getPolicy().getAssertions()
getAssertionsArray() - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
getAssertionsArray() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
getAssertionsByQName(QName) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
getAssertionsByQName(QName) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
getAssertionsByQName(QName) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
getAssertionsByQName(QName) - Method in interface oracle.wsm.policy.model.INestedAssertion
Helper method - same as doing getPolicy().getAssertionsByQName()
getAssertionTemplate(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Retrives and returns an Assertiontemplate object with the supplied name
getAssertionTemplate(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Retrieves and returns an Assertiontemplate object with the supplied name
getAssertionTemplate(String) - Method in interface oracle.wsm.policymanager.IQueryService
Retrives and returns an Assertiontemplate object with the supplied name
getAssertionTemplateAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplateAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Retrives and returns an Assertiontemplate object with the supplied name
getAssertionTemplateFromArtifact(MDSArtifact) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Generate an assertion template using information from a MDSArtifact
getAssertionTemplates(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a list of all Assertion Templates stored in the datastore
getAssertionTemplates(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a list of all Assertion Templates stored in the datastore
getAssertionTemplates(String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a list of all Assertion Templates stored in the datastore
getAssertionTemplatesAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplatesAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a list of all Assertion Templates stored in the datastore
getAssertionTemplatesAsStringByCategory(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplatesAsStringByCategory(String, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return a list of assertion templates belonging to a specific category
getAssertionTemplatesAsStringByQNameAndAttachTo(QName, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplatesAsStringByQNameAndAttachTo(QName, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo.
getAssertionTemplatesByCategory(String, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return a list of assertion templates belonging to a specific category
getAssertionTemplatesByCategory(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Get a list of assertion templates matching a particular category
getAssertionTemplatesByCategory(String, String) - Method in interface oracle.wsm.policymanager.IQueryService
Return a list of assertion templates belonging to a specific category
getAssertionTemplatesByQNameAndAttachTo(QName, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo.
getAssertionTemplatesByQNameAndAttachTo(QName, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo.
getAssertionTemplatesByQNameAndAttachTo(QName, String) - Method in interface oracle.wsm.policymanager.IQueryService
Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo.
getAssertionTemplateVersion(String, long) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a particular version of an assertionTemplate
getAssertionTemplateVersion(String, long) - Method in class oracle.wsm.policymanager.impl.QueryService
Retrieve particular version of an assertionTemplate
getAssertionTemplateVersion(String, long) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a particular version of an assertionTemplate
getAssertionTemplateVersionAsString(String, long) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplateVersionAsString(String, long) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a particular version of an assertionTemplate
getAssertionTemplateVersionHistory(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get a list of all previous version of a particular Assertion template
getAssertionTemplateVersionHistory(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Get a list of all versions of a assertion template
getAssertionTemplateVersionHistory(String) - Method in interface oracle.wsm.policymanager.IQueryService
Get a list of all previous version of a particular Assertion template
getAssertionTemplateVersionHistoryAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAssertionTemplateVersionHistoryAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get a list of all previous version of a particular Assertion template
getAssertionType() - Method in interface oracle.wsm.policy.model.IAssertion
Returns the type of the assertion.
getAssertionType() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getAssertionType() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getAssociatedNS() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
getAsymmetricKeyWrap() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getAsymmetricKeyWrap() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getAsymmetricSignature() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getAttachment(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get a policy attachment object store in the store by the passed name
getAttachment(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Retrieve an attachment for given attachment name
getAttachment(String) - Method in interface oracle.wsm.policymanager.IQueryService
Get a policy attachment object store in the store by the passed name
getAttachment() - Method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
getAttachment() - Method in class oracle.wsm.security.policy.schema.PartsType
Gets the value of the attachment property.
getAttachmentAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAttachmentAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get a policy attachment object store in the store by the passed name
getAttachmentAsStringByPolicyName(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAttachmentAsStringByPolicyName(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a single policy attachment - given the name of the Policy.
getAttachmentByPolicyName(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a single policy attachment - given the name of the Policy.
getAttachmentByPolicyName(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a single policy attachment - given the name of the Policy.
getAttachmentByPolicyName(String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a single policy attachment - given the name of the Policy.
getAttachmentHome(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get file attachment repository home.
getAttachmentName() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getAttachmentName() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
getAttachmentResults() - Method in class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResult
 
getAttachmentResults() - Method in class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResultStr
 
getAttachmentResults() - Method in interface oracle.wsm.policymanager.internal.IPolicySubjectAttachmentResultStr
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
getAttachmentResults() - Method in interface oracle.wsm.policymanager.IPolicySubjectAttachmentResult
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of attachment/detachment.
getAttachments(String, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get all Policy Attachment objects under a particular path and matching passed ID
getAttachments(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Search for policy attachments
getAttachments(String, String) - Method in interface oracle.wsm.policymanager.IQueryService
Get all Policy Attachment objects under a particular path and matching passed ID
getAttachmentsAsString(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getAttachmentsAsString(String, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get all Policy Attachment objects under a particular path and matching passed ID
getAttachTo() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Return attachTo of the AssertionTemplate
getAttachTo() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getAttachTo() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getAttachTo() - Method in interface oracle.wsm.policy.model.IPolicy
 
getAttachTo() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getAttachToClientBinding() - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
getAttachToCombinations(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
Given an attachTo value - find all the implied attachTo values The attachTo value has implied semantics - for example: The attachTo value specified the type of Policy Subject.
getAttachToServiceBinding() - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
getAttribute() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the attribute property.
getAttribute(QName) - Method in interface oracle.wsm.policy.model.IAssertion
 
getAttribute(QName) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getAttribute(QName) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getAttribute(Element, String, String) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
getAttributes() - Method in interface oracle.wsm.policy.model.IAssertion
 
getAttributes() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
getAttributes() - Method in interface oracle.wsm.policy.model.IConfig
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.Config
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.Property
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.PropertySet
 
getAttributes() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getAttributes() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
getAttributes() - Method in interface oracle.wsm.policy.model.IProperty
 
getAttributes() - Method in interface oracle.wsm.policy.model.IPropertySet
 
getAttributes(Element) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
getAuditor() - Method in enum oracle.wsm.audit.Auditor.ContextType
Get context auditor.
getAuthenticationStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Authentication Status
getAuthHeader() - Method in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
Gets the value of the authHeader property.
getAuthorizationStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Authorisation status
getAuthPassword() - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Gets the value of the authPassword property.
getAuthUserName() - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Gets the value of the authUserName property.
getAvailableClassName(String, String[]) - Static method in class oracle.wsm.common.util.CommonUtil
This method will return the classname of the available class.
getAvailablePoolSize() - Method in class oracle.wsm.common.util.ObjectPool
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingFragment
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFragment
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingOperationInputFragment
 
getBinding() - Method in class oracle.wsm.wsdl.fragments.BindingOperationOutputFragment
 
getBindingAttachtoValues(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingFragment
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFragment
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationInputFragment
 
getBindingName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationOutputFragment
 
getBindings() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getBindings() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getBindingWsPort() - Method in class oracle.wsm.log.executor.MessageLogData
 
getBody() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
getBody() - Method in class oracle.wsm.security.policy.schema.PartsType
Gets the value of the body property.
getBoolValue(String) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
getBuildInfo() - Static method in class oracle.fabric.common.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.agent.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.agent.handler.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.audit.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policy.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policyaccess.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policymanager.ejb.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policymanager.ejb.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo(String) - Method in class oracle.wsm.policymanager.ejb.impl.BuildInfoService
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policymanager.emintegration.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo(String) - Method in interface oracle.wsm.policymanager.IBuildInfoService
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policymanager.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policymanager.web.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.policytools.BuildInfo
Returns build information for the specified JAR file.
getBuildInfo() - Static method in class oracle.wsm.security.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.fabric.common.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.agent.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.agent.handler.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.audit.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policy.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policyaccess.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policymanager.ejb.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policymanager.ejb.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap(String) - Method in class oracle.wsm.policymanager.ejb.impl.BuildInfoService
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policymanager.emintegration.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap(String) - Method in interface oracle.wsm.policymanager.IBuildInfoService
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policymanager.impl.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policymanager.web.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.policytools.BuildInfo
Returns build information for the specified JAR file.
getBuildInfoMap() - Static method in class oracle.wsm.security.BuildInfo
Returns build information for the specified JAR file.
getBundle(String, Locale) - Static method in class oracle.wsm.resources.ResourceManager
 
getBundleClassName(String) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
getBundleClassName(String) - Static method in class oracle.wsm.resources.ResourceManager
 
getBusyPoolSize() - Method in class oracle.wsm.common.util.ObjectPool
 
getByIssuerSerial(X500Principal, BigInteger) - Method in interface oracle.wsm.security.jps.CertMatcher
 
getBySKI(X509KeyIdentifier) - Method in interface oracle.wsm.security.jps.CertMatcher
 
getByThumbprint(WSSKeyIdentifier) - Method in interface oracle.wsm.security.jps.CertMatcher
 
getCacheTtl() - Method in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
Gets the value of the cacheTtl property.
getCategory() - Method in exception oracle.wsm.common.sdk.WSMException
 
getCategory() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Return the category of the assertion template.
getCategory() - Method in interface oracle.wsm.policy.model.IConfig
Convenience method to retrieve the category of the Config.
getCategory() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getCategory() - Method in class oracle.wsm.policy.model.impl.Config
 
getCategory() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getCategory() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getCategory() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the orawsp:category attribute on a <wsp:Policy> element.
getCategory() - Method in interface oracle.wsm.policy.model.IPolicyReference
Return the category of the PolicyReference.
getCategory() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getCause() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
getCause() - Method in interface oracle.wsm.policy.model.IPolicySet
Each IValidatoinError object contains the appropriate error code and corresponding message about what went wrong in retrieving the policies.
getCauses() - Method in interface oracle.wsm.policy.model.IIntersectionContext
 
getCauses() - Method in class oracle.wsm.policy.model.impl.IntersectionContext
 
getCbhandlerName() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the cbhandlerName property.
getCbhandlerName() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the cbhandlerName property.
getCbhandlerName() - Method in class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
Gets the value of the cbhandlerName property.
getCertMatcher() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getChars(int, char) - Static method in class oracle.wsm.policy.util.StringUtils
 
getCheckPermission() - Method in class oracle.wsm.security.policy.schema.PermissionAuthorizationType
Gets the value of the checkPermission property.
getChildElements() - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
getChildNodes() - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
getChildNodes() - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
getChildNodes() - Method in interface oracle.wsm.policy.model.IMultiElementNestedAssertion
Get all the child XML elements of this assertion
getChildNodes() - Method in interface oracle.wsm.policy.model.IMultiElementSimpleAssertion
 
getClassnameOverrideEntries() - Static method in class oracle.wsm.policy.util.PolicyConfigRegistry
 
getClasspathRoots(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get classpath policy repository home path.
getClockSkew() - Method in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
Gets the value of the clockSkew property.
getClockSkew() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getComments() - Method in class oracle.wsm.policy.model.impl.VersionInfo
Returns version comments.
getComments() - Method in interface oracle.wsm.policy.model.IVersionInfo
Returns version comments.
getCompatibleClientPolicies(String, QName, String) - Method in class oracle.wsm.policymanager.client.PolicyServiceDelegate
Given a WSDL that contains service side policies, returns the compatible client side policies.
getCompatibleClientPolicies(String, QName, String, String) - Method in class oracle.wsm.policymanager.client.PolicyServiceDelegate
Given a WSDL that contains service side policies, returns the compatible client side policies for a particular category.
getCompatibleClientPolicies(String, QName, String) - Method in class oracle.wsm.policymanager.impl.PolicyService
Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies.
getCompatibleClientPolicies(String, QName, String, String) - Method in class oracle.wsm.policymanager.impl.PolicyService
Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies for a particular category.
getCompatibleClientPolicies(String, QName, String) - Method in interface oracle.wsm.policymanager.IPolicyService
Given a WSDL that contains service side policies, returns the compatible client side policies.
getCompatibleClientPolicies(String, QName, String, String) - Method in interface oracle.wsm.policymanager.IPolicyService
Given a WSDL that contains service side policies, returns the compatible client side policies for a particular category.
getCompatibleClientPoliciesAsString(String, QName, String) - Method in class oracle.wsm.policymanager.impl.PolicyService
 
getCompatibleClientPoliciesAsString(String, QName, String, String) - Method in class oracle.wsm.policymanager.impl.PolicyService
 
getCompatibleClientPoliciesAsString(String, QName, String) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyService
Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies.
getCompatibleClientPoliciesAsString(String, QName, String, String) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyService
Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies for a particular category.
getCompName() - Method in class oracle.wsm.log.executor.MessageLogData
 
getComponentID() - Method in class oracle.wsm.log.executor.MessageLogData
 
getComputedKey() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getConfidentialityStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Confidentiality status
getConfigOverrideValueFromPolicyConfig(String, IAssertionBindings) - Static method in class oracle.wsm.policyengine.util.WSMUtils
This method gets the value of a given property from the Policy Config
getConfigPropertyValue(String, IMessageContext, Properties, Map<String, String>) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getConfigReferences() - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
getConfigReferences() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
getConfigs() - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
getConfigs() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
getConfigType() - Method in interface oracle.wsm.policy.model.IConfig
Get config type
getConfigType() - Method in class oracle.wsm.policy.model.impl.Config
Get config type
getConfiguration() - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getConfigURI() - Method in interface oracle.wsm.policy.model.IConfigReference
 
getConfigURI() - Method in class oracle.wsm.policy.model.impl.ConfigReference
 
getConfirmationMethod() - Method in class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodConfigType
Gets the value of the confirmationMethod property.
getConfirmationMethod() - Method in class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodsConfigType
Gets the value of the confirmationMethod property.
getConfirmationType() - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Gets the value of the confirmationType property.
getConstraintMatch() - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
getConstraintMatch() - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
getContentID() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Attachments
 
getContentIds(SOAPMessage) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getContentOnly(ArrayList<WsmMessageSecurityUtils.EncryptedElement>) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.common.CommonMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.enforcement.EnforcementMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.legacypolicy.LegacyPolicyMessageBundle
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.mds.MDSMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.monitor.MonitorMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.policy.PolicyMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.policyaccess.PAPMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_de
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_es
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_fr
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_it
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ja
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ko
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_zh_TW
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_de
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_es
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_fr
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_it
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_ja
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_ko
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_pt_BR
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_zh_CN
 
getContents() - Method in class oracle.wsm.resources.security.SecurityMessageBundle_zh_TW
 
getContentType() - Method in class oracle.wsm.log.executor.MessageLogData
 
getContentType() - Method in class oracle.wsm.policy.model.impl.Property
Return the contentType of the attribute.
getContentType() - Method in interface oracle.wsm.policy.model.IProperty
Return the contentType of the attribute.
getContextID() - Method in class oracle.wsm.log.executor.MessageLogData
 
getCopyOfAssertion() - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
getCopyOfAssertion() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getCoreidToken() - Method in class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
Gets the value of the coreidToken property.
getCorrelationContext() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the correlation.
getCreated() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getCreator() - Method in class oracle.wsm.mds.MDSAccessor
 
getCreator() - Method in class oracle.wsm.policy.model.impl.VersionInfo
Returns Version creator
getCreator() - Method in interface oracle.wsm.policy.model.IVersionInfo
Returns Version creator
getCreator() - Method in class oracle.wsm.policymanager.ejb.impl.PolicyAccessService
 
getCreator() - Method in class oracle.wsm.policymanager.ejb.impl.PolicyService
 
getCreator() - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
getCreator() - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getCreator() - Method in class oracle.wsm.policymanager.impl.PolicyService
 
getCreator() - Method in class oracle.wsm.policymanager.impl.UpdateService
 
getCredentials(Properties, IMessageContext, JpsManager) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
Extracts the credentials in following order 1.
getCredentialStore() - Method in class oracle.wsm.security.jps.JpsManager
 
getCryptCert() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getCryptCert(PublicKey) - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getCryptKey() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getCustomCallbackHandler(Properties) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getDataEncryptionAlgorithm() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getDate() - Method in class oracle.wsm.policy.model.impl.VersionInfo
Returns the date on which the version was created.
getDate() - Method in interface oracle.wsm.policy.model.IVersionInfo
Returns the date on which the version was created.
getDecrypt() - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Gets the value of the decrypt property.
getDefaultDeSerializerEntry() - Method in class oracle.wsm.policy.parser.ParseContext
 
getDefaultSerializerEntry() - Method in class oracle.wsm.policy.parser.MarshalContext
 
getDefaultValue() - Method in class oracle.wsm.policy.model.impl.Property
 
getDefaultValue() - Method in interface oracle.wsm.policy.model.IProperty
 
getDenyAll() - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Gets the value of the denyAll property.
getDerivedKeys() - Method in class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
getDescription() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Returns the description of the assertion template
getDescription(Locale) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element.
getDescription() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getDescription(Locale) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getDescription() - Method in class oracle.wsm.policy.model.impl.Property
 
getDescription() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getDescription(Locale) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getDescription() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the orawsp:description attribute on a <wsp:Policy> element.
getDescription(Locale) - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element.
getDescription() - Method in interface oracle.wsm.policy.model.IProperty
 
getDescription() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getDescription(Locale) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element.
getDescription() - Method in class oracle.wsm.security.policy.schema.ScenarioAssertionType
Gets the value of the description property.
getDeSerializerEntry(String) - Method in class oracle.wsm.policy.parser.ParseContext
 
getDetailEntries() - Method in exception oracle.wsm.common.sdk.WSMException
 
getDigest() - Method in interface oracle.wsm.policy.model.IAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy
getDigest(List<String>, List<QName>, boolean) - Method in interface oracle.wsm.policy.model.IAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.Policy
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getDigest() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getDigest(List<String>, List<QName>, boolean) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigest() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getDigestForAssertionObject(List<String>, List<QName>, boolean) - Method in interface oracle.wsm.policy.model.IScenarioAssertion
Create a unique string representation that identifies this policy uniquely independent of the order of the assertions to enable a fast path intersection with another policy.
getDigestForAssertionObject(List<String>, List<QName>, boolean) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
The scenario assertion can contain xml elements which do not participate in the default digest calculation algorithm.
getDigestForAttrs(List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getDigestForAttrs(List<String>, List<QName>, boolean) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
 
getDigestOfElement(Element, List<String>, List<QName>, boolean) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
This method creats Digest of Assertion.
getDisplayName() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Convenience method to retrive the orawsp:displayName attribute on a <wsp:Policy> element.
getDisplayName(Locale) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Convenience method to retrive localized orawsp:displayName attribute on a <wsp:Policy> element.
getDisplayName(Locale) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getDisplayName() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getDisplayName(Locale) - Method in class oracle.wsm.policy.model.impl.Policy
 
getDisplayName() - Method in class oracle.wsm.policy.model.impl.Policy
 
getDisplayName() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the orawsp:displayName attribute on a <wsp:Policy> element.
getDisplayName(Locale) - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive localized orawsp:displayName attribute on a <wsp:Policy> element.
getDocFromInputSource(InputSource, boolean) - Static method in class oracle.wsm.xml.XMLUtils
 
getDocFromInputStream(InputStream, boolean) - Static method in class oracle.wsm.xml.XMLUtils
 
getDocFromReader(Reader, boolean) - Static method in class oracle.wsm.xml.XMLUtils
 
getDocument(String) - Method in class oracle.wsm.mds.MDSAccessor
Fetch DOM document from data store
getDocument() - Method in class oracle.wsm.mds.MDSArtifact
 
getDocument() - Method in class oracle.wsm.policy.parser.MarshalContext
 
getDocumentVersion(String, long) - Method in class oracle.wsm.mds.MDSAccessor
 
getDocumentVersions(String) - Method in class oracle.wsm.mds.MDSAccessor
 
getEcid() - Method in exception oracle.wsm.common.sdk.WSMException
 
getElement() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
getElement() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
getElement() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
getElement() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubjectResult
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
getElement() - Method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
getElementList(List<WsmMessageSecurityUtils.EncryptedElement>) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
Changed from ArrayList to List
getElements() - Method in class oracle.wsm.security.policy.schema.ElementsType
Gets the value of the elements property.
getElementsEncElems(ElementsType, Element) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getElementType() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
Get the type of this extensibility element.
getElementType() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
Get the type of this extensibility element.
getEMInstanceProperties() - Method in interface oracle.wsm.policymanager.emintegration.EMIntegrationMXBean
This method returns a map of other EM Instance Properties of the application (e.g.
getEMInstanceProperties() - Method in class oracle.wsm.policymanager.emintegration.EMIntegrationMXBeanImpl
This method returns a map of other EM Instance Properties of the application (e.g.
getEmptyDocument() - Static method in class oracle.wsm.xml.XMLUtils
 
getEMTargetType() - Method in interface oracle.wsm.policymanager.emintegration.EMIntegrationMXBean
This method returns the EM Target Type of the application (default : j2ee_application)
getEMTargetType() - Method in class oracle.wsm.policymanager.emintegration.EMIntegrationMXBeanImpl
This method returns the EM Target Type of the application (default : j2ee_application)
getEncKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the encKeyRefMech property.
getEncKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Gets the value of the encKeyRefMech property.
getEncrypt() - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Gets the value of the encrypt property.
getEncryptedElements() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the encryptedElements property.
getEncryptedElements() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getEncryptedParts() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the encryptedParts property.
getEncryptedParts() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getEncryption() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getEncryptionKey() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the encryptionKey property.
getEncryptionKeyDerivation() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getEncryptionKeyDerivation() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getEncryptionMethod() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the encryptionMethod property.
getEncryptionMethod() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptionMethodsConfigType
Gets the value of the encryptionMethod property.
getEncryptionMethods() - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Gets the value of the encryptionMethods property.
getEncryptionToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
getEncryptionTokenAssertion() - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
getEndpointAddress() - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Gets the value of the endpointAddress property.
getEntries() - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
getEntries() - Method in class oracle.wsm.policy.util.PolicyRegistry
 
getErrorCode() - Method in exception oracle.wsm.common.exception.BaseException
Get the error code of this exception
getErrorCode() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getErrorCode() - Method in interface oracle.wsm.policy.validation.IValidationError
return error code for this error Error Code is used for purposes of internationalization of error messages.
getErrorContext() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getErrorContext() - Method in interface oracle.wsm.policy.validation.IValidationError
Return the error context.
getErrorLevel() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getErrorLevel() - Method in interface oracle.wsm.policy.validation.IValidationError
Return the level of the Error Message - supported levels are ERROR and WARNING
getErrorMessage() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the error message that comes with a failure.
getErrorMessage() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getErrorMessage(Locale) - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getErrorMessage() - Method in interface oracle.wsm.policy.validation.IValidationError
Get the error message.
getErrorMessage(Locale) - Method in interface oracle.wsm.policy.validation.IValidationError
Get the localized error message.
getExceptLastStringFromList(List<String>) - Static method in class oracle.wsm.policy.util.StringUtils
 
getExecutionContext() - Method in interface oracle.wsm.policyengine.IAssertionExecutor
Return the Execution Context
getExecutionContext() - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
getExecutionContext() - Method in class oracle.wsm.policyengine.impl.PolicyExecutionEngine
 
getExpiry() - Method in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
Gets the value of the expiry property.
getExpr() - Method in interface oracle.wsm.policy.model.ICondition
 
getExpr() - Method in class oracle.wsm.policy.model.impl.Condition
 
getExtensibilityElements() - Method in class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
Get all extensibility elements.
getExtensibilityElements() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
getFault() - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
getFault() - Method in interface oracle.wsm.common.sdk.IResult
Return the fault that caused this request execution to fail.
getFault() - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getFault() - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
getFault() - Method in class oracle.wsm.common.sdk.Result
Return the fault that caused this request execution to fail.
getFault() - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
getFault() - Method in class oracle.wsm.log.model.MessageLog
 
getFaultActor() - Method in exception oracle.wsm.common.sdk.WSMException
Method to get the actor, that experienced the fault.
getFaultCode() - Method in exception oracle.wsm.common.sdk.WSMException
Method to get the Fault Code.
getFaultCode() - Method in exception oracle.wsm.security.SecurityException
 
getFaultCodeAsQName() - Method in exception oracle.wsm.common.sdk.WSMException
 
getFaultName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
getFaultNS() - Method in exception oracle.wsm.common.sdk.WSMException
Method to get the namespace.
getFaults() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the faults property.
getFaultString(Locale) - Method in exception oracle.wsm.common.sdk.WSMException
method to return the fault string.
getFaultString() - Method in exception oracle.wsm.common.sdk.WSMException
 
getFirstAssertion() - Method in interface oracle.wsm.policy.model.IIntersectionFailure
Return the assertion causing the failure.
getFirstAssertion() - Method in class oracle.wsm.policy.model.impl.IntersectionFailure
 
getFlowID() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the flow Id.
getFQName(String, String) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Normalizes the passed name and appends the prefix supplied to make a fully qualified MDS name
getFragment() - Method in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
getFragment() - Method in class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
getFragmentType() - Method in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
getFragmentType() - Method in class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
getGuard() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getGuard() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getGUID() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getGUID() - Method in class oracle.wsm.common.sdk.MessageContext
 
getHeader(String) - Method in interface oracle.wsm.common.sdk.ITransportContext
 
getHeader(String) - Method in class oracle.wsm.common.sdk.TransportContext
 
getHeaderElements(String) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Get all the Header entries in the Header element for the given role/actor.
getHeaders() - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method returns the headers that can be processed by this hook class.Here the security headers are returned which means for incoming soap message this hook is capable of handling wsse:security headers.
getHeaders() - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
getHeaders() - Method in interface oracle.wsm.policy.model.IPartsAssertion
 
getHeaders() - Method in class oracle.wsm.security.policy.schema.PartsType
Gets the value of the headers property.
getId() - Method in class oracle.wsm.policymanager.SearchCriteria
 
getId() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
getIdentityStore() - Method in class oracle.wsm.security.jps.JpsManager
 
getIdentityStoreService() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getImplementationClass() - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
getImplementationClass() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
getInbound() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the inbound property.
getInbound() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
Gets the value of the inbound property.
getInclusion() - Method in class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
getInclusiveC14n() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getIncompatibilityResults() - Method in interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResultInternal
Returns the reasons/causes for the Policy Incompatibility.
getIncompatibilityResults() - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
Returns the reasons/causes for the Policy Incompatibility.
getIndex() - Method in enum oracle.wsm.security.policy.validation.AssertionCategories
 
getInitiatorToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
getInitiatorToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
getIntegrityStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Integrity status
getInterceptorConfiguration() - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
getIntersectionOfAttachTos(List<String>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
getInvocationStatus() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getInvocationStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Invocation Status
getInvocationStatus() - Method in class oracle.wsm.common.sdk.MessageContext
InvocationMetric is used to collect system monitoring data.
getInvokeTime() - Method in class oracle.wsm.log.executor.MessageLogData
 
getIssuerName() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the issuerName property.
getJavacachePath() - Static method in class oracle.wsm.security.ncache.NonceCacheUtils
 
getJavaCertificate(String) - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getJdbcURL() - Method in class oracle.wsm.mds.MDSConfig
 
getJpsContextName() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getJpsManager() - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getKerberosLoginModuleClassName() - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
getKerberosToken() - Method in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
Gets the value of the kerberosToken property.
getKerberosTokenVersionAndType() - Method in class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
getKey(WSSKeyIdentifier, String) - Method in class oracle.wsm.security.policy.scenario.util.WSMWssKeyIdentifierResolver
 
getKeyPass() - Method in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
Gets the value of the keyPass property.
getKeyStore() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the keyStore property.
getKeyStore() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getKeyStore() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getKeyStoreConfig() - Method in class oracle.wsm.security.jps.JpsManager
 
getKeyStoreCredsFromCSF(String, String, CredentialStore) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getKeyStoreLevelCredentialStore() - Method in class oracle.wsm.security.jps.JpsManager
 
getKeytransportMethod() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the keytransportMethod property.
getKeytransportMethod() - Method in class oracle.fabric.common.legacypolicy.schema.KeytransportMethodsConfigType
Gets the value of the keytransportMethod property.
getKeytransportMethods() - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Gets the value of the keytransportMethods property.
getLastStringFromList(List<String>) - Static method in class oracle.wsm.policy.util.StringUtils
 
getLatency() - Method in class oracle.wsm.common.sdk.InvocationStatus
Overall latency (Prime pipeline and service)
getLayout() - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
getLayoutValue() - Method in class oracle.wsm.security.policy.securitypolicy.impl.LayoutAssertion
 
getLegacyPolicyAlgos(Properties) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getLegacyPolicyNumberOfAlgos(Properties) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getLocalizedMessage(Locale) - Method in exception oracle.wsm.common.exception.BaseException
Gets the localized error message that led to the exception corresponding to the given errorCode.
getLocalizedMessage() - Method in exception oracle.wsm.common.exception.BaseException
To get the localized error message of this class with default locale.
getLocalizedMessage(Locale) - Method in exception oracle.wsm.common.sdk.WSMException
 
getLocalizedMessage(String, Locale, String, Object[]) - Static method in class oracle.wsm.common.util.CommonUtil
 
getLocalName() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
getLocalName() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
getLocalOptimization() - Method in class oracle.wsm.policy.model.impl.Policy
 
getLocalOptimization() - Method in interface oracle.wsm.policy.model.IPolicy
Returns the local-optimzation attribute value of the policy
getLocalPart() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Gets the value of the localPart property.
getLocalPart() - Method in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
Gets the value of the localPart property.
getLogger() - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyMessageLogger
 
getLogger() - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
getLogger() - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
getLogger() - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
getLogger() - Static method in class oracle.wsm.monitor.logging.MonitorMessageLogger
 
getLogger() - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
getLogger() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
getLogger() - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
getLogger() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
getLoggerName(String) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
getLogLevel() - Method in class oracle.wsm.log.executor.MessageLogData
 
getLogStatus() - Method in class oracle.wsm.log.executor.MessageLogData
 
getLogType() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMatchForSSLCipherSuite(String) - Static method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getMatchForWSAlgorithmSuite(String) - Static method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getMatchingElement(Node, NodeWrapper.IElementsAttachments, SOAPMessage, WSSecurity) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
This method will implement depth-first search semantics to check whether the Elements from the policy is actually the same node or a child of the signed node from the soap message
getMatchingElement(Node, NodeWrapper.IElementsAttachments) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
 
getMaximumAsymmetricKeyLength() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getMaximumSymmetricKeyLength() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getMdsAccessor() - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getMdsHome() - Method in class oracle.wsm.mds.MDSConfig
 
getMdsHome(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get file-based MDS repository home.
getMDSInstance() - Method in class oracle.wsm.mds.MDSDBStoreInitializer
Returns the MDS instance that had been initialized.
getMDSInstance() - Method in class oracle.wsm.mds.MDSFileStoreInitializer
Returns the MDS instance that had been initialized.
getMDSInstance() - Method in interface oracle.wsm.mds.MDSInitializer
Returns the MDS instance that had been initialized.
getMechanism() - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Gets the value of the mechanism property.
getMessage() - Method in exception oracle.wsm.common.exception.BaseException
To get the localized error message of this class with default locale
getMessage() - Method in exception oracle.wsm.common.sdk.WSMException
 
getMessage() - Method in exception oracle.wsm.security.ncache.NonceCacheException
 
getMessage() - Method in exception oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException
 
getMessage() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPMessage
 
getMessage() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
getMessageDestination() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMessageId() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the messageId.
getMessageID() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMessageLog() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMessageSource() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMetadataObjectAsMO(String) - Method in class oracle.wsm.mds.MDSAccessor
Given a MO name, fetch the corresponding MO object from the data store
getMethod() - Method in class oracle.wsm.common.sdk.InvocationStatus
Returns the Method on the service.
getMinimumAsymmetricKeyLength() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getMinimumSymmetricKeyLength() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getMinimumSymmetricKeyLength() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getMode() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Gets the value of the mode property.
getModelObjeName() - Method in class oracle.wsm.log.executor.MessageLogData
 
getMORefForName(String) - Method in class oracle.wsm.mds.MDSAccessor
Given a MOName, create a MOReference object for the name
getMostRelevantNameSpaceURI(Node) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
getMsgLog() - Method in class oracle.wsm.log.model.LogAssertion
 
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getMsgSecurity() - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Gets the value of the msgSecurity property.
getName() - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Gets the value of the name property.
getName() - Method in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
Gets the value of the name property.
getName() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the name property.
getName() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the name property.
getName() - Method in class oracle.wsm.mds.MDSArtifact
 
getName() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
getName() - Method in interface oracle.wsm.policy.model.IConfig
Convenience method to retrieve the name of the Config.
getName() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getName() - Method in class oracle.wsm.policy.model.impl.Config
 
getName() - Method in class oracle.wsm.policy.model.impl.Header
 
getName() - Method in class oracle.wsm.policy.model.impl.OverrideProperty
 
getName() - Method in class oracle.wsm.policy.model.impl.Property
 
getName() - Method in class oracle.wsm.policy.model.impl.PropertySet
 
getName() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getName() - Method in interface oracle.wsm.policy.model.IOverrideProperty
 
getName() - Method in interface oracle.wsm.policy.model.IProperty
 
getName() - Method in interface oracle.wsm.policy.model.IPropertySet
Returns the name of the property set.
getName() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
getName() - Method in interface oracle.wsm.policymanager.emintegration.EMIntegrationMXBean
This method returns the name of the application (default : wsm-pm)
getName() - Method in class oracle.wsm.policymanager.emintegration.EMIntegrationMXBeanImpl
This method returns the name of the application (default : wsm-pm)
getName() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
getName() - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Gets the value of the name property.
getName() - Method in class oracle.wsm.security.policy.schema.HeaderType
Gets the value of the name property.
getName() - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Gets the value of the name property.
getName() - Method in class oracle.wsm.security.policy.schema.RoleType
Gets the value of the name property.
getNameFormat() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the nameFormat property.
getNameSpace() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Gets the value of the nameSpace property.
getNameSpace() - Method in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
Gets the value of the nameSpace property.
getNamespace() - Method in class oracle.wsm.policy.model.impl.Header
 
getNamespace() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
getNamespace() - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Gets the value of the namespace property.
getNamespace() - Method in class oracle.wsm.security.policy.schema.HeaderType
Gets the value of the namespace property.
getNameSpace() - Method in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
getNameSpace() - Method in class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
getNameSpaceForAttr(String) - Static method in class oracle.wsm.mds.MDSQueryUtil
Return a namespace uri corresponding to the Policy attribute passed
getNamespaceURI(String) - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Implements the NamespaceContext getNamespaceURI method.
getNamespaceURIs() - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Implements a <emph>NON STANDARD</emph> method for finding all of the namespace URIs in the namespace context.
getNodeStack() - Method in class oracle.wsm.policy.parser.MarshalContext
 
getNonce() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getNonceConfig() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the nonceConfig property.
getNoPassword() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getOp() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the op property.
getOperationIdFromContext(InterceptorContext) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
getOperationName(IMessageContext) - Static method in class oracle.wsm.policyengine.util.WSMUtils
This method gets the Operation name from the message context.
getOperationName() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
getOperationName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFaultFragment
 
getOperationName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationFragment
 
getOperationName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationInputFragment
 
getOperationName() - Method in class oracle.wsm.wsdl.fragments.BindingOperationOutputFragment
 
getOperationResolverFromContext(InterceptorContext) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
getOperationSecurityConfigType() - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
getOpName() - Method in class oracle.wsm.log.executor.MessageLogData
 
getOracleSmartDigest() - Method in class oracle.wsm.policy.model.impl.Policy
Return the oracle fast path digest for the policy
getOracleSmartDigest() - Method in interface oracle.wsm.policy.model.IPolicy
Return the oracle fast path digest for the policy
getOriginalContentIds(SOAPMessage) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getOrMap() - Method in class oracle.wsm.policymanager.SearchCriteria
 
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.AttachmentType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.CheckPermissionType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.ElementsType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.EmptyType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.HeaderType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.PartsType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.RoleType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.ScenarioAssertionType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.TokenType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutbound() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the outbound property.
getOutbound() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
Gets the value of the outbound property.
getOutputContext() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getOverrideProperties() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getOverrideProperties() - Method in interface oracle.wsm.policy.model.IPolicyReference
Return the set of override properties that apply for this policy reference.
getOwnerDocument() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
getOwsmHome() - Method in class oracle.wsm.mds.MDSConfig
 
getPAPConfig() - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
getParameter(HttpServletRequest, String, boolean) - Static method in class oracle.wsm.policymanager.web.BaseServlet
Get typed parameter from HTTP servlet request.
getParent() - Method in interface oracle.wsm.policy.model.IAssertion
Returns the parent of self or null if a parent non-exists
getParent() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getParent() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getParent() - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
getParent() - Method in class oracle.wsm.policy.util.PolicyRegistry
 
getParseParmeters() - Method in interface oracle.wsm.policy.parser.IPolicyReader
Returns a map of parsing attributes set for this reader
getParseParmeters() - Method in class oracle.wsm.policy.util.PolicyParser
 
getPartition() - Method in class oracle.wsm.mds.MDSConfig
 
getPartsEncElems(PartsType, WsmSOAPMessage) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getPartsUris(PartsType, WsmSOAPMessage, WSSignatureParams) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getPassword() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the password property.
getPassword() - Method in class oracle.wsm.mds.MDSConfig
 
getPassword() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getPassword() - Method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils.Credentials
 
getPasswordType() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the passwordType property.
getPasswordType() - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Gets the value of the passwordType property.
getPasswordType() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the passwordType property.
getPath() - Method in class oracle.fabric.common.legacypolicy.schema.AttributeConfigType
Gets the value of the path property.
getPath() - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Gets the value of the path property.
getPath() - Method in class oracle.wsm.policymanager.SearchCriteria
 
getPermissionClass() - Method in class oracle.wsm.security.policy.schema.CheckPermissionType
Gets the value of the permissionClass property.
getPermitAll() - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Gets the value of the permitAll property.
getPersistenceType() - Method in class oracle.wsm.mds.MDSConfig
 
getPolFromArtifact(MDSArtifact) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Generate a policy object using information from a MDSArtifact
getPolicies() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
getPolicies() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getPolicies(String, String) - Method in class oracle.wsm.policy.model.impl.PolicySet
Returns the Policy Object
getPolicies(String) - Method in class oracle.wsm.policy.model.impl.PolicySet
Returns list of policies that matches the given category
getPolicies() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
getPolicies() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
getPolicies() - Method in interface oracle.wsm.policy.model.IPolicySet
 
getPolicies(String, String) - Method in interface oracle.wsm.policy.model.IPolicySet
Returns the list of policies
getPolicies(String) - Method in interface oracle.wsm.policy.model.IPolicySet
Returns the list of policies
getPolicies() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
Gives the policies for the policyreferences.
getPolicies(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in interface oracle.wsm.policyaccess.impl.IPolicyResolver
Gives the policies for the policyreferences.
getPolicies(List<IPolicyReference>, boolean) - Method in interface oracle.wsm.policyaccess.impl.IPolicyResolver
 
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
Gives the policies for the policyreferences.
getPolicies(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
Gives the policies for the policyreferences
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
getPolicies(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns all policies in the Policy store
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getPolicies(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns all policies in the MDS store
getPolicies(Map<IPolicySubject, List<IPolicyReference>>, boolean, boolean) - Method in interface oracle.wsm.policymanager.IPolicyAccessService
 
getPolicies(String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns all policies in the Policy store
getPoliciesAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns all policies in the Policy store
getPoliciesAsStringByAttachTo(String, List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByAttachTo(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return Policies in a specific Attachment Point
getPoliciesAsStringByCategory(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByCategory(String, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a list of Policies belonging to the cateory passed
getPoliciesAsStringByCategoryAndAttachTo(String, String, List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByCategoryAndAttachTo(String, String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return a list of Policies in any of the supplied Attachment points and belonging to the passed category
getPoliciesAsStringByID(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByID(String, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return a list of policies matching the supplied path and id This method can be use to restrict searching policies within a particular path If the complete path to a particular policy is know and only a single policy is to be fetched, the corresponding method should be used instead of this method
getPoliciesAsStringByPolicyReferences(List<String>, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByPolicyReferences(List<String>, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Given a list of PolicyReferences returns the corresponding Policies.
getPoliciesAsStringByPolicyReferencesMap(List<String>, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesAsStringByPolicyReferencesMap(List<String>, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesAsStringByPolicyStatus(String, IPolicy.STATUS) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringByPolicyStatus(String, IPolicy.STATUS) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Return a list of Policies with supplied status
getPoliciesAsStringForResource(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesAsStringForResource(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern
getPoliciesAsStrings(Map<String, List<String>>, boolean, boolean) - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getPoliciesAsStrings(Map<String, List<String>>, boolean, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyAccessService
 
getPoliciesAsStringsByPolicyReferencesMap(List<String>, boolean) - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getPoliciesAsStringsByPolicyReferencesMap(List<String>, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringPolicyAccessService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesAttachedToWSDLBinding(Definition, Port) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Returns the list of Policies in the WSDL.
getPoliciesAttachedToWSDLBindingInputOuput(Definition, Port) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Fetches all the policies attached to the BindingOperationInput and BindingOperationOutput seprately in a List .
getPoliciesAttachedToWSDLBindingOperation(Definition, Port) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Fetches all the policies attached to each BindingOperation in a List .
getPoliciesAttachedToWSDLPort(Definition, Port) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Returns the list of Policies in the WSDL.
getPoliciesByAssertionQNameAndAttachTo(String, QName, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Return all Policies that contain the assertion identified by its qname (assertionQName) and attachTo.
getPoliciesByAttachTo(String, List<String>) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return Policies in a specific Attachment Point
getPoliciesByAttachTo(String, List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
Return Policies that can be attached to specific type of Policy Subjects
getPoliciesByAttachTo(String, List<String>) - Method in interface oracle.wsm.policymanager.IQueryService
Return Policies in a specific Attachment Point
getPoliciesByCategory(String, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a list of Policies belonging to the cateory passed
getPoliciesByCategory(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a list of Policies belonging to the cateory passed
getPoliciesByCategory(String, String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a list of Policies belonging to the cateory passed
getPoliciesByCategoryAndAttachTo(String, String, List<String>) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return a list of Policies in any of the supplied Attachment points and belonging to the passed category
getPoliciesByCategoryAndAttachTo(String, String, List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
Return a list of Policies in any of the supplied Attachment points and belonging to the passed category
getPoliciesByCategoryAndAttachTo(String, String, List<String>) - Method in interface oracle.wsm.policymanager.IQueryService
Return a list of Policies in any of the supplied Attachment points and belonging to the passed category
getPoliciesByID(String, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return a list of policies matching the supplied path and id This method can be use to restrict searching policies within a particular path If the complete path to a particular policy is know and only a single policy is to be fetched, the corresponding method should be used instead of this method
getPoliciesByID(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Return a list of policies matching the supploed path and id
getPoliciesByID(String, String) - Method in interface oracle.wsm.policymanager.IQueryService
Return a list of policies matching the supplied path and id This method can be use to restrict searching policies within a particular path If the complete path to a particular policy is know and only a single policy is to be fetched, the corresponding method should be used instead of this method
getPoliciesByPolicyReferenceList(List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.QueryService
Given a list of policyReferences, return a list of IPolicy objects corresponding to the references
getPoliciesByPolicyReferenceMap(List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a Map of policy reference objects and the corresponding policy object that is referenced
getPoliciesByPolicyReferences(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Given a list of PolicyReferences returns the corresponding Policies.
getPoliciesByPolicyReferences(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesByPolicyReferences(List<IPolicyReference>, boolean) - Method in interface oracle.wsm.policymanager.IQueryService
Given a list of PolicyReferences returns the corresponding Policies.
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in interface oracle.wsm.policymanager.IPolicyAccessService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesByPolicyReferencesMap(List<IPolicyReference>, boolean) - Method in interface oracle.wsm.policymanager.IQueryService
Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned
getPoliciesByPolicyReferencesMapObj(List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPoliciesByPolicyStatus(String, IPolicy.STATUS) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Return a list of Policies with supplied status
getPoliciesByPolicyStatus(String, IPolicy.STATUS) - Method in class oracle.wsm.policymanager.impl.QueryService
Return a list of Policies with supplied status
getPoliciesByPolicyStatus(String, IPolicy.STATUS) - Method in interface oracle.wsm.policymanager.IQueryService
Return a list of Policies with supplied status
getPoliciesBySmartDigestAndAttachTo(String, QName, String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
WARNING: This is an internal API - DO NOT USE.
getPoliciesForResource(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern
getPoliciesForResource(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Given a resource pattern, returns a list of all policies that apply to the resourcePattern
getPoliciesForResource(String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern
getPoliciesFromExtensibilityElements(List, IPolicyRegistry) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Fetches the policies attached to the extensibilityElements from the PolicyRegistry.
getPoliciesInWSDL(Definition) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Returns the list of Policies in the WSDL.
getPolicy() - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
getPolicy() - Method in interface oracle.wsm.policy.model.INestedAssertion
A NestedAssertion always contains a Policy.
getPolicy(String, boolean) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
getPolicy(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get a policy for the given policy name
getPolicy(String, boolean) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get a particular policy with options to include configuration information
getPolicy(String, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicy(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Get a policy for the given policy name
getPolicy(String) - Method in interface oracle.wsm.policymanager.IQueryService
Get a policy for the given policy name
getPolicy(String, boolean) - Method in interface oracle.wsm.policymanager.IQueryService
Get a particular policy with options to include configuration information
getPolicyAccessServiceName() - Method in interface oracle.wsm.policymanager.IAppServerConfig
This will return the EJB lookup name for PolicyAccessService
getPolicyAccessServiceName() - Method in class oracle.wsm.policymanager.OC4JConfig
 
getPolicyAccessServiceName() - Method in class oracle.wsm.policymanager.WLSConfig
 
getPolicyAccessSubjects(List<Element>) - Method in class oracle.wsm.policytools.PolicyTool
 
getPolicyAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyAsString(String, boolean) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get a policy for the given policy name
getPolicyAsString(String, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get a particular policy with options to include configuration information
getPolicyAsStringByID(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyAsStringByID(String, String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>.
getPolicyAttachments() - Method in class oracle.wsm.policy.model.impl.PolicySet
Gets the policy attachements from the PolicySet.
getPolicyAttachments() - Method in interface oracle.wsm.policy.model.IPolicySet
 
getPolicyByID(String, String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>.
getPolicyByID(String, String) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a policy corresponding to given policy name
getPolicyByID(String, String) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>.
getPolicyHome(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
Get file policy repository home.
getPolicyId() - Method in class oracle.wsm.policy.model.impl.Policy
 
getPolicyId() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the wsu:Id attribute on a <wsp:Policy> element.
getPolicyName() - Method in exception oracle.wsm.common.sdk.WSMException
 
getPolicyName() - Method in class oracle.wsm.policy.model.impl.Policy
 
getPolicyName() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the wsp:Name attribute on a <wsp:Policy> element.
getPolicyReader(int) - Static method in class oracle.wsm.policy.util.PolicySerializerDeSerializerFactory
 
getPolicyReference() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
getPolicyReference() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResult
 
getPolicyReference() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResultStr
 
getPolicyReference() - Method in interface oracle.wsm.policymanager.internal.IPolicyAttachmentResultStr
The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
getPolicyReference() - Method in interface oracle.wsm.policymanager.IPolicyAttachmentResult
The Policy referred to by the PolicyReference that is being attached to a Policy Subject.
getPolicyReferences() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getPolicyReferences() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
getPolicyReferences(List) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Return all PolicyReferences from a the list of WSDL extensibility items
getPolicyReferencesAsStringForResource(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyReferencesAsStringForResource(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Finds all the policies that are attached to a resource pattern
getPolicyReferencesForResource(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Finds all the policies that are attached to a resource pattern
getPolicyReferencesForResource(List<String>) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
 
getPolicyReferencesForResource(List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyReferencesForResource(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Get a list of policyreferences containing reference to the passed resource pattern
getPolicyReferencesForResource(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Finds all the policies that are attached to a policySubject
getPolicyReferencesForResource(String) - Method in interface oracle.wsm.policymanager.IQueryService
Finds all the policies that are attached to a resource pattern
getPolicyReferencesForResource(List<String>) - Method in interface oracle.wsm.policymanager.IQueryService
Finds all the policy references that are attached to the policy subject
getPolicyServiceName() - Method in interface oracle.wsm.policymanager.IAppServerConfig
This will return the EJB lookup name for PolicyService
getPolicyServiceName() - Method in class oracle.wsm.policymanager.OC4JConfig
 
getPolicyServiceName() - Method in class oracle.wsm.policymanager.WLSConfig
 
getPolicySet(Element, List<IPolicy>) - Static method in class oracle.wsm.policy.util.SCAPolicyUtil
Given a SCA Composite binding Node (ex: <binding.ws>) which contains policy references and the corresponding set of references Policies build a PolicySet object.
getPolicySet(IPolicySubject, List<IPolicy>) - Static method in class oracle.wsm.policy.util.SCAPolicyUtil
Given a Policy Subject and the set of Policies attached to the Policy Subject, builds a PolicySet object.
getPolicySet(IPolicyAccessSubject, boolean) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
getPolicySet() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
Returns the policySet that is set using setPolicySet
getPolicySet() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
Returns the policySet that is set using setPolicySet
getPolicySet(IPolicyAccessSubject, boolean) - Method in interface oracle.wsm.policyaccess.IPolicyAccessor
 
getPolicySet() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
Returns the policySet that is set using setPolicySet
getPolicySet() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubjectResult
Returns the new PolicySet or null if isPolicySetModified() returns false
getPolicySetMap(List<IPolicyAccessSubject>, boolean) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
getPolicySetMap(List<IPolicyAccessSubject>, boolean) - Method in interface oracle.wsm.policyaccess.IPolicyAccessor
 
getPolicySubject() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
Returns the PolicySubject that captures the topology path representation of the element.
getPolicySubject() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
Returns the PolicySubject that captures the topology path representation of the element.
getPolicySubject(Element) - Method in class oracle.wsm.policytools.PolicyTool
 
getPolicySubjectAndPolicyRefsMapForWSDL(Definition) - Method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Returns a Map where the key is WSDL Object (i.e.
getPolicySubjects() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getPolicySubjects() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
Deprecated. use IPolicyAttachment.getPolicySubjectsObj()
getPolicySubjectsObj() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getPolicySubjectsObj() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
Return all the Policy Subjects to which the Policies are attached.
getPolicyToAdvertise() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getPolicyURI() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getPolicyURI() - Method in interface oracle.wsm.policy.model.IPolicyReference
 
getPolicyURI() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
getPolicyVersion() - Method in exception oracle.wsm.common.sdk.WSMException
 
getPolicyVersion() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getPolicyVersion() - Method in interface oracle.wsm.policy.model.IPolicyReference
 
getPolicyVersion(String, long) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Returns a particular version of a policy
getPolicyVersion(String, long) - Method in class oracle.wsm.policymanager.impl.QueryService
Returns a IPolicy object for a given policy and particular version The method returns a null if the version/policy is not found in the datastore
getPolicyVersion(String, long) - Method in interface oracle.wsm.policymanager.IQueryService
Returns a particular version of a policy
getPolicyVersionAsString(String, long) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyVersionAsString(String, long) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns a particular version of a policy
getPolicyVersionHistory(String) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Get a list of all previous version of a particular policy
getPolicyVersionHistory(String) - Method in class oracle.wsm.policymanager.impl.QueryService
Get a list of all previous version of a particular policy
getPolicyVersionHistory(String) - Method in interface oracle.wsm.policymanager.IQueryService
Get a list of all previous version of a particular policy
getPolicyVersionHistoryAsString(String) - Method in class oracle.wsm.policymanager.impl.QueryService
 
getPolicyVersionHistoryAsString(String) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Get a list of all previous version of a particular policy
getPolicyWriter(int) - Static method in class oracle.wsm.policy.util.PolicySerializerDeSerializerFactory
 
getPoolMaxSize() - Method in class oracle.wsm.common.util.ObjectPool
 
getPort() - Method in class oracle.wsm.wsdl.fragments.EndPointFragment
 
getPortIdFromContext(InterceptorContext) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
getPortSecurityConfigType() - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
getPossibleAttachToValues(String) - Static method in class oracle.wsm.policy.util.PolicyUtil
Return compatible attachTo values for passed actor type If Actor = null, all possible attachTo values If Actor = server, only binding server compatible values are returned If Actor = client, only binding client compatible values are returned If Actor = component, only generic & component are returned
getPreDeclaredNamespaceUris() - Method in class oracle.wsm.security.policy.scenario.modelutil.JaxbNamespacePrefixMapperImpl
 
getPreferredPrefix(String, String, boolean) - Method in class oracle.wsm.security.policy.scenario.modelutil.JaxbNamespacePrefixMapperImpl
 
getPrefix(String) - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Implements the NamespaceContext getPrefix method.
getPrefixes() - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Implements a <emph>NON STANDARD</emph> method for finding all of the prefixes in the namespace context.
getPrefixes(String) - Method in class oracle.wsm.common.xml.DefaultNamespaceContext
Implements the NamespaceContext getPrefixes method.
getPrimTermsList(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
getPrivateKey(X509KeyIdentifier, String) - Method in class oracle.wsm.security.policy.scenario.util.WSMX509KeyIdentifierResolver
 
getProcessingContext() - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
getProcessingContext() - Method in interface oracle.wsm.policy.validation.IValidationContext
Get the current processing context
getProcessingStack() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getPrompt() - Method in class oracle.wsm.security.callback.SAMLTokenCallback
Get the prompt
getProperties() - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
getProperties() - Method in class oracle.wsm.common.util.Configuration
 
getProperties() - Method in interface oracle.wsm.policy.model.IConfig
Convenience method to get all the Properties defined in the Property Sets in a single call.
getProperties() - Method in class oracle.wsm.policy.model.impl.Config
 
getProperties() - Method in class oracle.wsm.policy.model.impl.PropertySet
 
getProperties() - Method in interface oracle.wsm.policy.model.IPropertySet
Returns a List of Property.
getProperty(String) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.VerifyX509TokenConfigType
Gets the value of the property property.
getProperty() - Method in class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
Gets the value of the property property.
getProperty(String) - Method in interface oracle.wsm.common.sdk.IContext
Get the value of the property identified by name
getProperty(String) - Method in class oracle.wsm.common.sdk.MessageContext
 
getProperty(String) - Method in class oracle.wsm.common.util.Configuration
 
getProperty(String) - Method in interface oracle.wsm.policyengine.IExecutionContext
Method to get the property value for a property name in argument.
getProperty(String) - Method in class oracle.wsm.policyengine.impl.ExecutionContext
Method to get the property value for a key in argument.
getPropertyByName(String) - Method in class oracle.wsm.policy.model.impl.PropertySet
Returns a property by name.
getPropertyByName(String) - Method in interface oracle.wsm.policy.model.IPropertySet
Returns a property by name.
getPropertyNames() - Method in interface oracle.wsm.policyengine.IExecutionContext
Method to get an Iterator over the list of properties available.
getPropertyNames() - Method in class oracle.wsm.policyengine.impl.ExecutionContext
 
getPropertySets() - Method in interface oracle.wsm.policy.model.IConfig
Returns a List of PropertySets.
getPropertySets() - Method in class oracle.wsm.policy.model.impl.Config
 
getPropertyValue(String, List) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
getProtectionOrder() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
getProtectionToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.ProtectionTokenAssertion
 
getProtectionToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
getPublicKey() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getQName() - Method in interface oracle.wsm.policy.model.IAssertion
 
getQName() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
getQName() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getQName() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
getQName() - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
getQName() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getQName() - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
getQName() - Method in interface oracle.wsm.policy.model.IPolicySet
 
getQName() - Method in interface oracle.wsm.policy.model.IPolicySubject
 
getQName(Node) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
getQueryServiceName() - Method in interface oracle.wsm.policymanager.IAppServerConfig
This method will return the EJB lookup name for Queryservice
getQueryServiceName() - Method in class oracle.wsm.policymanager.OC4JConfig
 
getQueryServiceName() - Method in class oracle.wsm.policymanager.WLSConfig
 
getRcptEncKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the rcptEncKeyRefMech property.
getRcptSignKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the rcptSignKeyRefMech property.
getReceipientToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
getRecipientKey() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the recipientKey property.
getRecipientToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
getReferenceLists(WSSecurity) - Static method in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils
 
getRemoteAddr() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getRemoteAddr() - Method in class oracle.wsm.common.sdk.MessageContext
 
getRemoteAddr() - Method in class oracle.wsm.log.executor.MessageLogData
 
getRepNode() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
getRequest() - Method in class oracle.wsm.log.model.MessageLog
 
getRequestMessage() - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
getRequestMessage() - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getRequestMessage() - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
getRequestMessage() - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
getRequests() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the requests property.
getRequired() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
Get whether or not the semantics of this extension are required.
getRequired() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
Get whether or not the semantics of this extension are required.
getRequireRecipientAlias() - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getRequireTls() - Method in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
Gets the value of the requireTls property.
getRequireTls() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
Gets the value of the requireTls property.
getRequireTls() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
Gets the value of the requireTls property.
getRequireTls() - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
Gets the value of the requireTls property.
getResolver(Configuration) - Static method in class oracle.wsm.policyaccess.impl.PolicyAccessResolver
 
getResolver(Configuration, String) - Static method in class oracle.wsm.policyaccess.impl.PolicyAccessResolver
 
getResolverMode() - Method in class oracle.wsm.policyaccess.impl.local.LocalPolicyResolver
 
getResolverMode() - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
Get the Policy Manager mode for this resolver.
getResolverMode() - Method in class oracle.wsm.policyaccess.impl.remote.RemotePolicyResolver
 
getResource(String) - Static method in class oracle.wsm.policy.util.Loader
Get URL for resource from available loaders.
getResource(String, boolean) - Static method in class oracle.wsm.policy.util.Loader
Get URL for resource from available loaders.
getResourceBundle(Locale) - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
getResourceBundle(Locale) - Method in interface oracle.wsm.policy.validation.IValidationError
Get Resource Bundle Pass null to get the default resource bundle.
getResourceMatch() - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
getResourceMatch() - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
getResourceName(IMessageContext) - Static method in class oracle.wsm.policyengine.util.WSMUtils
This method gets the Service name or Binding Service Id from the message context.
getResourcePaths(String) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
getResourcePattern() - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
getResourcePattern() - Method in interface oracle.wsm.policy.model.IPolicySubject
 
getResourcePattern() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResult
 
getResourcePattern() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResultStr
 
getResourcePattern() - Method in interface oracle.wsm.policymanager.internal.IPolicyAttachmentResultStr
The Resource/Policy Subject to which the Policy is being attached
getResourcePattern() - Method in interface oracle.wsm.policymanager.IPolicyAttachmentResult
The Resource/Policy Subject to which the Policy is being attached
getResources(String) - Static method in class oracle.wsm.policy.util.Loader
Get list of URL's for resource from available loaders.
getResources(String, boolean) - Static method in class oracle.wsm.policy.util.Loader
Get list of URL's for resource from available loaders.
getResponse() - Method in class oracle.wsm.log.model.MessageLog
 
getResponseMessage() - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
getResponseMessage() - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getResponseMessage() - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
getResponseMessage() - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
getResponses() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the responses property.
getRoles() - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Gets the value of the roles property.
getSamlAssertion() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getSamlAuthority() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the samlAuthority property.
getSamlToken() - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
Gets the value of the samlToken property.
getSamlToken() - Method in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
Gets the value of the samlToken property.
getSCAElementsWithPolicyRefs(String) - Method in class oracle.wsm.xml.SCAUtils
 
getSCAElementsWithPolicyRefs(Document) - Method in class oracle.wsm.xml.SCAUtils
 
getSecondAssertion() - Method in interface oracle.wsm.policy.model.IIntersectionFailure
Return the assertion causing the failure.
getSecondAssertion() - Method in class oracle.wsm.policy.model.impl.IntersectionFailure
 
getSecurityConfigType(Element) - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
getSecurityHeader(String, boolean) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
getSecurityHeaders(String, boolean) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Returns all the Security headers in this SOAPEnvelope with no specified actor attribute and mustUnderstand attribute set to false.
getSecurityPolicies() - Method in class oracle.wsm.agent.handler.wls.SecurityPolicyListImpl
This method fetches the list of all the policies available in the classpath,consolidates that list and then this consolidated list is then provided to weblogic so that the policies can be displayed on the console.
getSecurityToken(WSSKeyIdentifier, String) - Method in class oracle.wsm.security.policy.scenario.util.WSMWssKeyIdentifierResolver
 
getSerializerEntry(String) - Method in class oracle.wsm.policy.parser.MarshalContext
 
getService() - Method in class oracle.wsm.wsdl.fragments.EndPointFragment
 
getServiceID() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getServiceID() - Method in class oracle.wsm.common.sdk.MessageContext
 
getServiceID() - Method in class oracle.wsm.log.executor.MessageLogData
 
getServiceLatency() - Method in class oracle.wsm.common.sdk.InvocationStatus
Service only latency
getServiceName() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Name of the service being invoked
getServiceName() - Method in class oracle.wsm.wsdl.fragments.EndPointFragment
 
getServiceStatus() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Service Status.
getServiceURL() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getServiceURL() - Method in class oracle.wsm.common.sdk.MessageContext
 
getServletInfo() - Method in class oracle.wsm.policymanager.web.PolicyManagerValidator
Returns a short description of the servlet.
getServletName() - Method in class oracle.wsm.policymanager.web.PolicyManagerValidator
 
getSessionCookie() - Method in class oracle.wsm.security.callback.OamSessionTokenCallback
 
getSessionCookie() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getSignature() - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Gets the value of the signature property.
getSignatureConfirmationsInResponse(WSSecurity) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
 
getSignatureKey() - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Gets the value of the signatureKey property.
getSignatureKeyDerivation() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getSignatureKeyDerivation() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getSignatureMethod() - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Gets the value of the signatureMethod property.
getSignatureMethod() - Method in class oracle.fabric.common.legacypolicy.schema.SignatureMethodsConfigType
Gets the value of the signatureMethod property.
getSignatureMethods() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Gets the value of the signatureMethods property.
getSignatureToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignatureTokenAssertion
 
getSignatureToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
getSignCert() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getSignDigestMethod() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getSignedElements() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the signedElements property.
getSignedElements() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getSignedEncryptedPartsType() - Method in class oracle.wsm.security.policy.securitypolicy.SignedEncryptedPartsTypeWrapper
 
getSignedParts() - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Gets the value of the signedParts property.
getSignedParts() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getSigner() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getSignKey() - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getSignKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the signKeyRefMech property.
getSignKeyRefMech() - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Gets the value of the signKeyRefMech property.
getSinglePolicy(List, IPolicyRegistry) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
getSize() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the Size.
getSKI(X509Certificate) - Method in class oracle.wsm.security.jps.WsmKeyStore
 
getSmartDigest() - Method in class oracle.wsm.policy.model.impl.Policy
Return the smart digest for the policy
getSmartDigest() - Method in interface oracle.wsm.policy.model.IPolicy
Return the smart digest for the policy
getSOAP11Envelope() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
getSOAP12Envelope() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
getSOAPEnvelope() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPMessage
 
getSoapNormalization() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getStage() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getStage() - Method in class oracle.wsm.common.sdk.MessageContext
 
getStartTime() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getStartTime() - Method in class oracle.wsm.common.sdk.MessageContext
 
getStatus() - Method in interface oracle.wsm.common.sdk.IResult
 
getStatus() - Method in class oracle.wsm.common.sdk.Result
 
getStatus() - Method in class oracle.wsm.policy.model.impl.Policy
 
getStatus() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getStatus() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
getStatus() - Method in interface oracle.wsm.policy.model.IPolicy
 
getStatus() - Method in interface oracle.wsm.policy.model.IPolicyReference
Return the status of the PolicyReference - it is enabled by default
getStatus() - Method in interface oracle.wsm.policy.model.IPolicySet
Provides POLICYSET_STATUS enumeration object indicating the status of policyset.
getStatus() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResult
 
getStatus() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResultStr
 
getStatus() - Method in interface oracle.wsm.policymanager.internal.IPolicyAttachmentResultStr
The Status of the attachment from the Back Tracing perspective.
getStatus() - Method in interface oracle.wsm.policymanager.IPolicyAttachmentResult
The Status of the attachment from the Back Tracing perspective.
getStoreLastUpdatedDate() - Method in class oracle.wsm.mds.MDSAccessor
 
getStorePass() - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Gets the value of the storePass property.
getStoreTimestamp() - Method in class oracle.wsm.mds.MDSAccessor
 
getStoreTimestamp() - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
getStoreTimestamp() - Method in interface oracle.wsm.policyaccess.impl.IPolicyResolver
Returns the timestamp of the Policy store
getStoreTimestamp() - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
 
getStoreTimestamp() - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
 
getStoreTimestamp() - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
 
getStoreTimestamp() - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getStoreTimestamp() - Method in class oracle.wsm.policymanager.impl.QueryService
Get the time of the last access made to the data store
getStoreTimestamp() - Method in interface oracle.wsm.policymanager.IPolicyAccessService
Returns the timestamp of the Policy store
getStoreTimestamp() - Method in interface oracle.wsm.policymanager.IQueryService
Returns the timestamp of the Policy store
getStoreTimestampAsDate() - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
 
getStoreTimestampAsDate() - Method in class oracle.wsm.policymanager.impl.QueryService
 
getStoreTimestampAsDate() - Method in interface oracle.wsm.policymanager.internal.IStringPolicyAccessService
Returns the timestamp of the Policy store
getStoreTimestampAsDate() - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Returns the timestamp of the Policy store
getStream(String) - Method in class oracle.wsm.policyaccess.impl.classpath.ClasspathPolicyResolver
 
getStream(String) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
getStringForMatching() - Method in interface oracle.wsm.policy.model.IAssertion
The String to be used in the matching algorithim (used for intersection, merge, etc).
getStringForMatching() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
getStringForMatching() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getStrTransform() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getStrValue() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getSubject() - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
 
getSubject() - Method in class oracle.wsm.policymanager.client.PolicyServiceDelegate
 
getSubject() - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
 
getSubject() - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
 
getSubject(IMessageContext) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getSubjectConfirmationMethod() - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Gets the value of the subjectConfirmationMethod property.
getSubjectConfirmationMethods() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
Gets the value of the subjectConfirmationMethods property.
getSubjectCount() - Method in class oracle.wsm.policy.model.impl.Policy
 
getSubjectCount() - Method in interface oracle.wsm.policy.model.IPolicy
Get a count of subject to which this policy is attached to
getSubjectName() - Method in class oracle.wsm.security.callback.SAMLTokenCallback
Get the subject name for whom assertion is being requested
getSubjectType() - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
getSubjectType() - Method in interface oracle.wsm.policy.model.IPolicySubject
 
getSymmetricKeyWrap() - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
getSymmetricKeyWrap() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getSymmetricSignature() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getTbeElement() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType
Gets the value of the tbeElement property.
getTbeElements() - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Gets the value of the tbeElements property.
getTbeElements() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the tbeElements property.
getTbsElement() - Method in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType
Gets the value of the tbsElement property.
getTbsElements() - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Gets the value of the tbsElements property.
getTbsElements() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Gets the value of the tbsElements property.
getTemplateId() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
getTemplateId() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getText(Element) - Static method in class oracle.wsm.xml.XMLUtils
 
getTextCallBackHandlerClassName() - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
getTime() - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to get the time.
getTimestamp() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
getTimestamp() - Method in interface oracle.wsm.policy.model.IPolicySet
Get timestamp of policy store from when this set was constructed.
getTimestampExpiry(Properties) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getTokenAssertion(List) - Static method in class oracle.wsm.security.policy.securitypolicy.impl.SecurityPolicyModelUtil
 
getTokenEncElems(WSSecurity, List<QName>) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getTokens() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getTokenType() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getTokenUris(WSSecurity, List<QName>) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getTokenVersionAndType() - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
getTransportHeader(String) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getTransportHeader(String) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
Server agent uses it for inbound processing
getTransportObject(String) - Method in class oracle.wsm.common.sdk.HttpTransportContext
For inbound message processing as server agent
getTransportObject(String) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
getTransportObject(String) - Method in interface oracle.wsm.common.sdk.ITransportContext
 
getTransportObject(String) - Method in class oracle.wsm.common.sdk.JmsTransportContext
 
getTransportObject(String) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
For inbound message processing, as server agent
getTransportToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.TransportBindingAssertion
 
getTransportTokenAssertion() - Method in class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
Returns the trasnport token assertion.
getType() - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Gets the value of the type property.
getType() - Method in interface oracle.wsm.common.sdk.IMessageContext
 
getType() - Method in interface oracle.wsm.common.sdk.ITransportContext
 
getType() - Method in class oracle.wsm.common.sdk.MessageContext
 
getType() - Method in class oracle.wsm.common.sdk.TransportContext
 
getType() - Method in class oracle.wsm.policy.model.impl.Property
 
getType() - Method in interface oracle.wsm.policy.model.IProperty
 
getType() - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Gets the value of the type property.
getType() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
getUniquePathToAssertion() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
getUnSupportedSecurityPolicies() - Method in class oracle.wsm.agent.handler.wls.SecurityPolicyListImpl
This method fetches the list of all the unsupported policies available in the classpath In this method the search is made for "META-INF/unsupported.security.policies" file in the jar files in classspath.
getUpdateServiceName() - Method in interface oracle.wsm.policymanager.IAppServerConfig
This will return the EJB lookup name for UpdateService
getUpdateServiceName() - Method in class oracle.wsm.policymanager.OC4JConfig
 
getUpdateServiceName() - Method in class oracle.wsm.policymanager.WLSConfig
 
getUserAttrsAndRoles(IMessageContext, String, boolean, JpsManager) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getUserName() - Method in class oracle.wsm.mds.MDSConfig
 
getUsername() - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
getUsername() - Method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils.Credentials
 
getUsernameToken() - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Gets the value of the usernameToken property.
getUsernameToken() - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Gets the value of the usernameToken property.
getUsernameToken() - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Gets the value of the usernameToken property.
getUsernameToken() - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
Gets the value of the usernameToken property.
getUsernameToken() - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
Gets the value of the usernameToken property.
getValidationConfig(String) - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
getValidationConfig() - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
getValidationConfig() - Method in interface oracle.wsm.policy.validation.IValidationContext
 
getValidationConfig(String) - Method in interface oracle.wsm.policy.validation.IValidationContext
 
getValidationErrors() - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
getValidationErrors() - Method in interface oracle.wsm.policy.validation.IValidationContext
Return a map of validation errors reported to this context The map is a error-code to error message map
getValidationErrors() - Method in class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResult
 
getValidationErrors() - Method in class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResultStr
 
getValidationErrors() - Method in interface oracle.wsm.policymanager.internal.IPolicySubjectAttachmentResultStr
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
getValidationErrors() - Method in interface oracle.wsm.policymanager.IPolicySubjectAttachmentResult
Given a Policy Subject and list of Policies being attached/detached for the Policy Subject captures the results of performing Policy Subject Validation.
getValidatorClass() - Method in class oracle.wsm.policy.model.impl.Policy
 
getValidatorClass() - Method in interface oracle.wsm.policy.model.IPolicy
Returns the name of validator class set for this Policy object
getValidatorClass(String) - Static method in class oracle.wsm.policy.util.PolicyValidatorFactory
 
getValidAttachToValues() - Method in class oracle.wsm.policy.model.impl.Policy
 
getValidAttachToValues() - Method in interface oracle.wsm.policy.model.IPolicy
 
getValue() - Method in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
Gets the value of the value property.
getValue() - Method in class oracle.wsm.policy.model.impl.OverrideProperty
 
getValue() - Method in class oracle.wsm.policy.model.impl.Property
 
getValue() - Method in interface oracle.wsm.policy.model.IOverrideProperty
 
getValue() - Method in interface oracle.wsm.policy.model.IProperty
 
getValue() - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Gets the value of the value property.
getVerifySamlToken() - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Gets the value of the verifySamlToken property.
getVerifySignature() - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Gets the value of the verifySignature property.
getVerifyTimestamp() - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Gets the value of the verifyTimestamp property.
getVerifyUsernameToken() - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Gets the value of the verifyUsernameToken property.
getVerifyX509Token() - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Gets the value of the verifyX509Token property.
getVersion() - Method in class oracle.wsm.policy.model.impl.VersionInfo
Returns the version number - ex: 1.0, 2.0, etc.
getVersion() - Method in interface oracle.wsm.policy.model.IVersionInfo
Returns the version number - ex: 1.0, 2.0, etc.
getVersion() - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Gets the value of the version property.
getVersion() - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Gets the value of the version property.
getVersionInfo(MetadataObject) - Method in class oracle.wsm.mds.MDSAccessor
 
getVersionInfo() - Method in class oracle.wsm.mds.MDSArtifact
 
getVersionInfo() - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
getVersionInfo() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
getVersionInfo() - Method in class oracle.wsm.policy.model.impl.Policy
 
getVersionInfo() - Method in interface oracle.wsm.policy.model.IPolicy
 
getViolationCode() - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
getViolationMessage() - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
getViolationMessage() - Method in exception oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException
 
getWebLogicSubject(Subject) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
getWLSSubject() - Static method in class oracle.wsm.common.util.CommonUtil
 
getWSDL(String) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
 
getWSDL() - Method in interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResult
Get the WSDL that contains the client side policy and the corresponding service side Policy Note: It is returned as a String.
getWSDL() - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
Get the WSDL that contains the client side policy and the corresponding service side Policy Note: It is returned as a String.
getWSDLBinding(Definition, BindingFragment) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
Returns the Binding object from the WSDL Object tree given the BindingFragment representing the WSDL Binding Fragment
getWSDLBindingOperation(Definition, BindingOperationFragment) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
Returns the BindingOperation object from the WSDL Object tree given the BindingOperationFragment representing the WSDL Binding Operation Fragment
getWSDLBindingOperationInput(Definition, BindingOperationInputFragment) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
Returns the BindingInput object from the WSDL Object tree given the BindingOperationInputFragment representing the WSDL Binding Operation Input Fragment
getWSDLBindingOperationOutput(Definition, BindingOperationOutputFragment) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
Returns the BindingOutput object from the WSDL Object tree given the BindingOperationOutputFragment representing the WSDL Binding Operation Output Fragment
getWSDLElement() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getWSDLFragment(Service, Port, Object) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
Returns the WSDL Fragment given the WSDL object
getWSDLFragmentsAndAssertions() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
getWSDLFragmentsAndPolicyRefs() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
getWSDLPort() - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
getWSDLPort(Definition, EndPointFragment) - Static method in class oracle.wsm.wsdl.fragments.WSDLUtils
 
getWSDLReader() - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
 
getWSDLType() - Method in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
getWSDLType() - Method in class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
getWsmKeyStore() - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getWsmSoapMessage(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getWSPolicy15QName(QName, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
This method will replace namespace of ws-policy2006
getWSPolicy2006QName(QName, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
This method will replace namespace of ws-policy15
getWSSHeader(WsmSOAPMessage) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
getWssSamlVersion() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
 
getX509Token() - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Gets the value of the x509Token property.
getX509Token() - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Gets the value of the x509Token property.
getXMLToken() - Method in class oracle.wsm.security.callback.SAMLTokenCallback
Get the assertion from the callback
getXPath() - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
getXpath(String, NamespaceContext) - Static method in class oracle.wsm.xml.XPathHelper
 
getXPathExpressions() - Method in interface oracle.wsm.policy.model.IElementsAssertion
 
getXPathExpressions() - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
getXPathForElement(String, String) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
getXPathVersion() - Method in interface oracle.wsm.policy.model.IElementsAssertion
 
getXPathVersion() - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
GUARD_WITHOUT_RESOURCE_ACTION_CONSTRAINT - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 

H

handle(Callback[]) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
handle(Callback[]) - Method in class oracle.wsm.security.policy.scenario.client.ConfigCallbackHandler
 
handle(Callback[]) - Method in class oracle.wsm.security.policy.scenario.client.JaxRpcCallbackHandler
 
handle(Callback[]) - Method in class oracle.wsm.security.policy.scenario.client.SAMLTokenCallbackHandler
 
handle(Callback[]) - Method in class oracle.wsm.security.policy.scenario.client.SubjectCallbackHandler
 
handleFault(MessageContext) - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method handles the fault.It does the transformation from wls to wsm specific message context and then invokes handleFault method of WSMAgentWrapper.
handleFault(IMessageContext) - Method in class oracle.wsm.agent.handler.WSMAgentWrapper
This method handles the fault.
handleRequest(MessageContext) - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method handles the request.It does the transformation from wls to wsm specific message context and then invokes handleRequest method of WSMAgentWrapper.
handleRequest(IMessageContext) - Method in class oracle.wsm.agent.handler.WSMAgentWrapper
This method handles the request.
handleResponse(MessageContext) - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method handles the response.It does the transformation from wls to wsm specific message context and then invokes handleResponse method of WSMAgentWrapper.
handleResponse(IMessageContext) - Method in class oracle.wsm.agent.handler.WSMAgentWrapper
This method handles the response.
hasBindings() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
hasBindings() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
hasGuard() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
hasGuard() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
hashCode() - Method in class oracle.wsm.log.model.LogAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.log.model.MessageLog
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.AssertionGuard
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.Condition
 
hashCode() - Method in class oracle.wsm.policy.model.impl.Config
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.ConfigReference
 
hashCode() - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
hashCode() - Method in class oracle.wsm.policy.model.impl.Header
 
hashCode() - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
hashCode() - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
hashCode() - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.OverrideProperty
 
hashCode() - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
hashCode() - Method in class oracle.wsm.policy.model.impl.Policy
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
hashCode() - Method in class oracle.wsm.policy.model.impl.PolicyReference
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
hashCode() - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
hashCode() - Method in class oracle.wsm.policy.model.impl.Property
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.PropertySet
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.model.impl.VersionInfo
 
hashCode() - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
Returns an integer value which is uniquely identifies an object of this class.
hashCode() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
hashCode() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
 
hashCode() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
 
hashCode() - Method in class oracle.wsm.security.WSFunctionPermission
 
hasParent() - Method in interface oracle.wsm.policy.model.IAssertion
Returns ture if the assertion has a parent
hasParent() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
hasParent() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
hasPolicyAlternatives() - Method in class oracle.wsm.policy.model.impl.Policy
 
hasPolicyAlternatives() - Method in interface oracle.wsm.policy.model.IPolicy
Returns true if the Policy has alternatives i.e.
hasPolicySetChanged() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
Returns true if the PolicySet is modified and thus the changes should be picked up.
hasPolicySetChanged() - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubjectResult
Returns true if the PolicySet is modified and thus the changes should be picked up.
hasServiceFaultCode() - Method in exception oracle.wsm.common.sdk.WSMException
 
Header - Class in oracle.wsm.policy.model.impl
 
Header() - Constructor for class oracle.wsm.policy.model.impl.Header
 
HEADER - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
HEADER_PART - Static variable in class oracle.fabric.common.log.NormalizedMessageProcessor
 
HEADER_PART - Static variable in class oracle.wsm.log.executor.LogAssertionExecutor
 
headers - Variable in class oracle.wsm.security.policy.schema.PartsType
 
HeaderType - Class in oracle.wsm.security.policy.schema
Java class for header-type complex type.
HeaderType() - Constructor for class oracle.wsm.security.policy.schema.HeaderType
 
HMAC_SHA1 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
HTTP_AUTH_ENUM_TYPE_BASIC - Static variable in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
 
HTTP_AUTH_ENUM_TYPE_CERT - Static variable in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
 
HTTP_AUTH_ENUM_TYPE_CUSTOM - Static variable in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
 
HTTP_AUTH_ENUM_TYPE_DIGEST - Static variable in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
 
HTTP_AUTH_HEADER_MISSING - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
HTTP_AUTHENTICATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
HTTP_FAILED_AUTHENTICATION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
HTTP_JAXB_ELEM - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
HTTP_SECURITY_MISSING_BASICAUTHHEADER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
HTTP_SECURITY_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
HTTP_SERVLET_REQUEST - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
HTTP_SERVLET_RESPONSE_AUTH_HEADER - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
HTTP_SERVLETREQUEST_OBJ_NAME - Static variable in interface oracle.wsm.common.sdk.ITransportContext
 
HTTP_SERVLETRESPONSE_OBJ_NAME - Static variable in interface oracle.wsm.common.sdk.ITransportContext
 
HttpAuthEnumType - Enum in oracle.wsm.security.policy.schema
Java class for http-auth-enum-type.
HttpBasicAuthProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
HttpBasicAuthProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
 
HttpBasicAuthTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
HttpDigestAuthTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
HttpHeaderType - Class in oracle.wsm.security.policy.schema
Java class for http-header-type complex type.
HttpHeaderType() - Constructor for class oracle.wsm.security.policy.schema.HttpHeaderType
 
HttpSecurityJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for http-security-type complex type.
HttpSecurityJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
 
HttpSecurityScenario - Class in oracle.wsm.security.policy.scenario
 
HttpSecurityScenario() - Constructor for class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
HttpSecurityScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
HttpSecurityScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
HttpsTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
HttpsTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.HttpsTokenAssertion
 
HttpsTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.HttpsTokenAssertion
 
HttpsTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
HttpTransportContext - Class in oracle.wsm.common.sdk
 
HttpTransportContext(HttpServletRequest, HttpServletResponse) - Constructor for class oracle.wsm.common.sdk.HttpTransportContext
For inbound message processing, as server agent
HttpTransportContext() - Constructor for class oracle.wsm.common.sdk.HttpTransportContext
For outbound message processing.

I

IAndCompositeAssertion - Interface in oracle.wsm.policy.model
 
IAppServerConfig - Interface in oracle.wsm.policymanager
This interface provides common methods that are specific to application server.
IAssertion - Interface in oracle.wsm.policy.model
What is an Assertion?
An Assertion is any XML element that is a child of <wsp:Policy>, <wsp:All> or <wsp:ExactlyOne>
How does an Assertion differ from an XML element?
Not all XML elements in a XML document are assertions. An Assertion has special semantics in that it participates in the intersection algorithm defined by WS-Policy.
IAssertion.AssertionTypes - Interface in oracle.wsm.policy.model
 
IAssertionAdvertiser - Interface in oracle.wsm.policy.advertisement
 
IAssertionBindings - Interface in oracle.wsm.policy.model
 
IAssertionExecutor - Interface in oracle.wsm.policyengine
 
IAssertionGuard - Interface in oracle.wsm.policy.model
 
IAssertionTemplate - Interface in oracle.wsm.policy.model
 
IBuildInfoService - Interface in oracle.wsm.policymanager
A interface for the BuildInfoService
IBuildInfoServiceLocal - Interface in oracle.wsm.policymanager.ejb
A local EJB interface for the BuildInfoService
IBuildInfoServiceRemote - Interface in oracle.wsm.policymanager.ejb
A remote EJB interface for the BuildInfoService
ICompositeAssertion - Interface in oracle.wsm.policy.model
 
ICondition - Interface in oracle.wsm.policy.model
 
IConfig - Interface in oracle.wsm.policy.model
The pseudo schema for Config is as follows:
<Config...>
[<PropertySet...>
...
IConfig.CONFIG_TYPE_ENUM - Enum in oracle.wsm.policy.model
 
IConfigReference - Interface in oracle.wsm.policy.model
 
IContext - Interface in oracle.wsm.common.sdk
General Context used while executing a Policy
idAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
IDeSerializer - Interface in oracle.wsm.policy.parser
 
IElementsAssertion - Interface in oracle.wsm.policy.model
 
IExecutionContext - Interface in oracle.wsm.policyengine
 
IF_TS_ADDED_MUST_BE_SIGNED - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
IIntersectionContext - Interface in oracle.wsm.policy.model
The IIntersectionContext is used to capture the results of the intersection
IIntersectionFailure - Interface in oracle.wsm.policy.model
 
ILLEGAL_ACCESS_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
ILLEGAL_ACCESS_EXCEPTION - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ILLEGAL_ARGUMENT - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
ILLEGAL_RESOURCE_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
IMessageContext - Interface in oracle.wsm.common.sdk
 
IMessageContext.STAGE - Enum in oracle.wsm.common.sdk
 
IMessageContext.TYPE - Enum in oracle.wsm.common.sdk
 
implies(Permission) - Method in class oracle.wsm.security.WSFunctionPermission
 
importAndRenameElement(Document, String, Element) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
importChildren(Node, Node) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
IMultiElementNestedAssertion - Interface in oracle.wsm.policy.model
 
IMultiElementSimpleAssertion - Interface in oracle.wsm.policy.model
 
inbound - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
inbound - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
 
InboundConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for inbound-config-type complex type.
InboundConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
INCLUDE_ALWAYS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
INCLUDE_ALWAYS_TO_RECIPIENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
INCLUDE_CREATIONTIME_IF_TS_PRESENT - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
INCLUDE_NEVER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
INCLUDE_ONCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
INCLUDE_USER_ROLES - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
includeMimeHeaders - Variable in class oracle.wsm.security.policy.schema.AttachmentType
 
includeTimestamp - Variable in class oracle.wsm.security.policy.schema.RequireTlsType
 
includeTimestamp - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
IncludeTimeStampQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
IncludeTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
INCORRECT_ASSERTION_CLASS_FOR_QNAME - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INCORRECT_BASE64_ENCODING - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INDEX_INCREMENT - Static variable in class oracle.wsm.security.policy.validation.SecurityPolicyValidatorUtils
 
INestedAssertion - Interface in oracle.wsm.policy.model
 
infoComponentLookupFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
infoDeletingAttachmentEntries(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
infoFutureMessageValidationSuccess() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
infoHttpSecurityMissingBasicAutheHeader() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
infoInvalidPolicySetTimestamp(Throwable) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
infoNonceValidationSuccess() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
infoPasswordDigestValidationValidationSuccess() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
infoPastMessageValidationSuccess() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
infoRealmMismatchOrNull(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
infoUsernameNotFoundInAuthHeader() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
init() - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
init() - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
init() - Method in class oracle.fabric.common.WireSecurityInterceptor
 
init(Properties) - Method in class oracle.wsm.agent.EnforcementAuditor
 
init(HandlerInfo) - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method creates instance of WSMAgentWrapper class passing the handler configuration obtained from common handler framework.Only one instance of WSMAgentWrapper is created per web service and same instance is used for invocation of various methods.If the handler configuration obtained is null or if the agent type is not passed from common handler framework then JAXRPCException is thrown from this method.
init(Properties) - Method in interface oracle.wsm.agent.IWSMAgent
 
init(Properties) - Method in class oracle.wsm.agent.WSMAgent
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.log.executor.LogAssertionExecutor
 
init(String, String) - Method in class oracle.wsm.monitor.DMSInstrument
 
init(Map<String, Constructor>, Map<String, IDeSerializer>) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
init(Map<String, ISerializer>) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
init(Map<String, Constructor>, Map<String, IDeSerializer>) - Method in class oracle.wsm.policy.util.PolicyParser
 
init(Map<String, ISerializer>) - Method in class oracle.wsm.policy.util.PolicyWriter
 
init(Map<String, String>) - Method in class oracle.wsm.policyaccess.impl.classpath.ClasspathPolicyResolver
 
init(Map<String, String>) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
Initialize policy resolver using given configuration options.
init(Map<String, String>) - Method in interface oracle.wsm.policyaccess.impl.IPolicyResolver
Initialize policy resolver.
init(Map<String, String>) - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
Initialize policy resolver using given configuration options.
init(Configuration) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
init(Configuration) - Method in interface oracle.wsm.policyaccess.IPolicyAccessor
Configuration information to connect to the Policy Manager
init(IAssertion, IExecutionContext, IContext) - Method in interface oracle.wsm.policyengine.IAssertionExecutor
This method is called after the AssertionExecutor is created or after one of the properties has been changed.
init(IAssertion, IExecutionContext) - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
init(IPolicy, IExecutionContext, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
init(IPolicy, IExecutionContext, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
init(IPolicy, IExecutionContext, IContext) - Method in interface oracle.wsm.policyengine.IPolicyExecutor
 
init() - Method in class oracle.wsm.policymanager.impl.PolicyAccessService
Initialize the MDS Accessor objects used by this class
init() - Method in class oracle.wsm.policymanager.impl.UpdateService
Initialize the MDS Accessor objects used by this class
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingPermissionAuthorizationScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentPermissionAuthorizationScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext, boolean) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
init(IAssertion, IExecutionContext, IContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
InitiatorTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
InitiatorTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
InitiatorTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
InitiatorTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
InitiatorTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
INormalizedMessageContext - Interface in oracle.wsm.common.sdk
 
INPUT_OUTPUT_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INSTANTIATION_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INSTANTIATION_EXCEPTION - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INTERCEPTOR_CONTEXT_PROCESSED_HEADER_LIST_NULL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INTERNAL_ERROR - Static variable in interface oracle.wsm.common.exception.BaseExceptionMessageCode
 
INTERNAL_ERROR - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
intersect(IAssertion, IIntersectionContext) - Method in interface oracle.wsm.policy.model.IAssertion
Returns an assertion which is the equivalent of intersect of self and argument.
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in interface oracle.wsm.policy.model.IAssertion
Returns an assertion which is equivalent of intersect of self and argument.
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Returns the intersection of self and argument against a specified Policy Registry.
intersect(IAssertion, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
intersect(IAssertion, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.Policy
 
intersect(IAssertion, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
intersect(IAssertion, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
intersect(IAssertion, IPolicyRegistry, IIntersectionContext) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
 
IntersectionContext - Class in oracle.wsm.policy.model.impl
 
IntersectionContext() - Constructor for class oracle.wsm.policy.model.impl.IntersectionContext
 
IntersectionFailure - Class in oracle.wsm.policy.model.impl
 
IntersectionFailure(IAssertion, IAssertion) - Constructor for class oracle.wsm.policy.model.impl.IntersectionFailure
 
INVALID_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
INVALID_ASSERTION_IN_COMPONENT_POLICY - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_ASSERTION_IN_GENERIC_POLICY - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_ASSERTION_TYPE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
INVALID_ATTACH_TO - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INVALID_ATTACH_TO - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
INVALID_CANONICAL_PATH - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_CERT_PATH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_CLASSPATH_POLICY - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_CONFIG_VALUE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_DIRECTORY - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_EJB_LOOKUP_CONFIG - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
INVALID_EXISTENCE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_JPS_CONFIG - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_KEYREF_MECHANISM - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_LOGINMODULE_CONFIG - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_NAME - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
INVALID_PATH - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_POLICY_ATTACHMENT - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INVALID_POLICY_QUERY - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
INVALID_POLICY_REFERENCE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INVALID_POLICY_REFERENCE - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
INVALID_POLICY_SUBJECT_TYPE - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
INVALID_POLICYACCESS_PROTOCOL - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_POLICYSET_TIMESTAMP - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INVALID_POLREF_URI - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_PROTOCOL - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
INVALID_REPOSITORY_TIMESTAMP - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
INVALID_RESOURCE_PATTERN - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
INVALID_SECPOL_CATEGORY - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_SECPOLREF_URI - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
INVALID_SECURITY_HEADERS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_SIGN_CERT_PATH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_SIGNATURE_CONFIRMATION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
INVALID_VERSION - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
INVALID_WSDL_PATTERN - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
INVALID_XPATH_EXPRESSION - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
InvocationStatus - Class in oracle.wsm.common.sdk
This class contains information needed by the Coreman and Monitor to intrepret any measurement.
InvocationStatus() - Constructor for class oracle.wsm.common.sdk.InvocationStatus
Default Constructor
IOverrideProperty - Interface in oracle.wsm.policy.model
 
IPartsAssertion - Interface in oracle.wsm.policy.model
 
IPolicy - Interface in oracle.wsm.policy.model
Represents a wsp:Policy XML element.
IPolicy.STATUS - Enum in oracle.wsm.policy.model
Currently only enabled, disabled are used.
IPolicyAccessor - Interface in oracle.wsm.policyaccess
 
IPolicyAccessService - Interface in oracle.wsm.policymanager
The Policy Manager provides a dedicated service to be used only by the PAP component to retrieve policies for enforcement.
IPolicyAccessServiceLocal - Interface in oracle.wsm.policymanager.ejb
EJB Local Interface for IPolicyAccessService The Policy Manager provides a dedicated service to be used only by the PAP component to retrieve policies for enforcement.
IPolicyAccessServiceRemote - Interface in oracle.wsm.policymanager.ejb
EJB Remote Interface for IPolicyAccessService The Policy Manager provides a dedicated service to be used only by the PAP component to retrieve policies for enforcement.
IPolicyAccessSubject - Interface in oracle.wsm.policyaccess
 
IPolicyAccessSubjectResult - Interface in oracle.wsm.policyaccess
 
IPolicyAttachment - Interface in oracle.wsm.policy.model
 
IPolicyAttachmentResult - Interface in oracle.wsm.policymanager
This class captures result of attaching/detaching a Policy to a Policy Subject.
IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM - Enum in oracle.wsm.policymanager
 
IPolicyAttachmentResultStr - Interface in oracle.wsm.policymanager.internal
This class captures result of attaching/detaching a Policy to a Policy Subject.
IPolicyCompatibilityResult - Interface in oracle.wsm.policyimport.compatibility
In order to manage the Qos requirements between the client and service, we provide the ability to check if the client side policies are compatible with the service side policies.
IPolicyCompatibilityResultInternal - Interface in oracle.wsm.policyimport.compatibility
In order to manage the Qos requirements between the client and service, we provide the ability to check if the client side policies are compatible with the service side policies.
IPolicyCompliance - Interface in oracle.wsm.security.policy.scenario.policycompliance
 
IPolicyExecutionEngine - Interface in oracle.wsm.policyengine
 
IPolicyExecutor - Interface in oracle.wsm.policyengine
 
IPolicyReader - Interface in oracle.wsm.policy.parser
 
IPolicyReader.PARSE_ATTRIBUTES - Enum in oracle.wsm.policy.parser
Attributes that can be used to customize object parsing
IPolicyReference - Interface in oracle.wsm.policy.model
 
IPolicyReference.STATUS - Enum in oracle.wsm.policy.model
Currently only enabled, disabled are used.
IPolicyRegistry - Interface in oracle.wsm.policy.util
 
IPolicyResolver - Interface in oracle.wsm.policyaccess.impl
 
IPolicyService - Interface in oracle.wsm.policymanager
The Policy Service provides Policy based services like Policy Compatibility checking, etc
IPolicyServiceLocal - Interface in oracle.wsm.policymanager.ejb
A Local EJB interface for the PolicyService
IPolicyServiceRemote - Interface in oracle.wsm.policymanager.ejb
A Remote EJB interface for the PolicyService
IPolicySet - Interface in oracle.wsm.policy.model
 
IPolicySet.LOCAL_OPTIMIZATION - Enum in oracle.wsm.policy.model
Enum represents different values which will be returned for local optimization.
IPolicySet.POLICYSET_STATUS - Enum in oracle.wsm.policy.model
 
IPolicySubject - Interface in oracle.wsm.policy.model
Policy Subject is a resource to which Policies can be attached.
IPolicySubjectAttachmentResult - Interface in oracle.wsm.policymanager
Captures the results of the attachment/detachment of a list of Policies.
IPolicySubjectAttachmentResultStr - Interface in oracle.wsm.policymanager.internal
Captures the results of the attachment/detachment of a list of Policies.
IPolicyValidator - Interface in oracle.wsm.policy.validation
 
IPolicyWriter - Interface in oracle.wsm.policy.parser
 
IProperty - Interface in oracle.wsm.policy.model
 
IProperty.CONTENT_TYPE_ENUM - Enum in oracle.wsm.policy.model
 
IPropertySet - Interface in oracle.wsm.policy.model
The pseudo schema for PropertySet is as follows:
<PropertySet...<
[<Property...<
...
IQueryService - Interface in oracle.wsm.policymanager
 
IQueryService.Attributes - Enum in oracle.wsm.policymanager
 
IQueryServiceLocal - Interface in oracle.wsm.policymanager.ejb
A Local EJB interface for the QueryService
IQueryServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
IResult - Interface in oracle.wsm.common.sdk
Result encapulates the result of pipeline and step executions.
IS_LEGACY_POLICY - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
IS_SAML - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
isAddCreated() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the addCreated property.
isAddCreated() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the addCreated property.
isAddNonce() - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Gets the value of the addNonce property.
isAddNonce() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the addNonce property.
isAdvertVersion11(String) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
if advertVersion is 'wsdl11' then return 'true'
isAndCompositeAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isAssertionEnabled() - Method in interface oracle.wsm.policyengine.IAssertionExecutor
 
isAssertionEnabled() - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
 
isAttachmentPolicy(SignedEncryptedPartsType) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
isAttachmentProtected(AttachmentPart, NodeWrapper.IElementsAttachments) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
 
isAuthenticationPolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
Further classifies a Security Policy as being either an Authentication Policy.
isAuthzPolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
A policy is considered to be an authorization policy only when following conditions are true: 1.
isBody() - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
isBody() - Method in interface oracle.wsm.policy.model.IPartsAssertion
 
isBodyElement() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
isBSTSigned(XSSignature, X509BinarySecurityToken) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
IScenarioAssertion - Interface in oracle.wsm.policy.model
Place holder for scenario assertions!
isClientPolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
Given a Policy pol determines if it is a client policy or not.
isCompatible() - Method in interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResult
Returns true if the client side policies are compatible with service side policies.
isCompatible() - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
Returns true if the client side policies are compatible with service side policies.
isComplianceCheckRequired(IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils
 
isCompliant() - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.Compliance
 
isCompositeAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isConfirmSignature() - Method in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
Gets the value of the confirmSignature property.
isContentOnly() - Method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
isCreated() - Method in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
Gets the value of the created property.
isDecryptWithSKI() - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
isDerivedKeys() - Method in class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
ISecurityValidator - Interface in oracle.wsm.security.policy.scenario.validator
 
isEmpty() - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
isEmpty() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Returns true if no terms exist or false otherwise
isEnabled(String, boolean, Map<String, Object>, Date, Date) - Method in class oracle.wsm.audit.Auditor
Quickly check to see whether an event might be audited.
isEnabled() - Method in class oracle.wsm.policy.model.impl.Policy
 
isEnabled() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method returns true if getStatus() returns STATUS.enabled
isEncrypted - Variable in class oracle.wsm.security.policy.schema.CoreidTokenType
 
isEncrypted - Variable in class oracle.wsm.security.policy.schema.KerberosTokenType
 
isEncrypted - Variable in class oracle.wsm.security.policy.schema.SamlTokenType
 
isEncrypted - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
isEncrypted - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
isEncrypted - Variable in class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
isEncryptPolicy(SignedEncryptedPartsType, List<QName>) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isEncryptSignature() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the encryptSignature property.
isEndorsingSignature(WSSecurity, XSSignature) - Static method in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils
The logic should be to match Id attribute of BinarySecurityToken and the reference URI attribute of the signature.
isEnforced() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
isEnforced() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
isEntireHeaderAndBodySignatures() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
ISerializer - Interface in oracle.wsm.policy.parser
 
isExpandAttachTo() - Method in class oracle.wsm.policymanager.SearchCriteria
 
isfetchSlimPolicies() - Method in class oracle.wsm.policymanager.SearchCriteria
Returns true if light weight PolicyManager artifact is expected to be returned
isFetchSubjectCount() - Method in class oracle.wsm.policymanager.SearchCriteria
Returns flag that specifies if subject count should be computed and added to the queried policies
isGracefulParsing() - Method in class oracle.wsm.policy.parser.ParseContext
 
isHostedClient(IMessageContext) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isIdentical(Object) - Method in class oracle.wsm.log.model.LogAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in interface oracle.wsm.policy.model.IAssertion
 
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.Config
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.Policy
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.PolicyReference
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.Property
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.PropertySet
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIdentical(Object) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
It is same as equals method except it emphasizes on the order, while equlas doesn't.
isIgnorableElement() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
isIgnorableElementPresentInSoap(SOAPMessage, NodeWrapper.Elements) - Method in class oracle.wsm.security.policy.scenario.policycompliance.AbstractSignedElementsAndPartsComplianceHandler
This method checks whether or not a NodeWrapper.Elements is presentin the soap message.
ISimpleAssertion - Interface in oracle.wsm.policy.model
 
ISimpleOracleAssertion - Interface in oracle.wsm.policy.model
Extensions defined by Oracle to a WS-Policy Assertion.
isIncludedInDigestCalculation(QName, List<String>, List<QName>, boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Given a qname parameter and the set of namespaces and qnames and inclusionOrExclusionCriteria determines if the qname needs to be included in the digest calculation.
isIncludeMimeHeaders() - Method in class oracle.wsm.security.policy.schema.AttachmentType
Gets the value of the includeMimeHeaders property.
isIncludeTimestamp() - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Gets the value of the includeTimestamp property.
isIncludeTimestamp() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the includeTimestamp property.
isIncludeTimestamp() - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
isInitialized() - Static method in class oracle.wsm.policy.util.PolicyConfigRegistry
 
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Gets the value of the isEncrypted property.
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Gets the value of the isEncrypted property.
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Gets the value of the isEncrypted property.
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the isEncrypted property.
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the isEncrypted property.
isIsEncrypted() - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Gets the value of the isEncrypted property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Gets the value of the isSigned property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Gets the value of the isSigned property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Gets the value of the isSigned property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Gets the value of the isSigned property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Gets the value of the isSigned property.
isIsSigned() - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Gets the value of the isSigned property.
isJ2EE() - Static method in class oracle.wsm.common.util.CommonUtil
Determine whether this JVM is running in a J2EE or J2SE context.
isJpsEnv() - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isKeyInfoSigned(XSSignature, XSKeyInfo) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isKeyStoreServiceAvailable() - Method in class oracle.wsm.security.jps.JpsManager
 
isLegacyPolicy(Properties) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isLocalReference() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
isLocalReference() - Method in interface oracle.wsm.policy.model.IPolicyReference
If the URI starts with "#" then it is a local or intra document link!
isManagedContainer() - Static method in class oracle.wsm.common.util.CommonUtil
Determine whether this JVM is running in a managed or standalone container.
isManagementPolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
This method validates if the given policy is management policy.
isMessageInput() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
isMessageOutput() - Method in class oracle.wsm.wsdl.fragments.BindingMessageReferenceFragment
 
isMsgProtectionPolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
Further classifies a Security Policy as being a Message Protection Policy.
isMtomAttachment(Object) - Static method in class oracle.wsm.common.util.CommonUtil
 
isMtomAttachment(Object) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
Checks if isMtom method is present in AttachmentPart then it calls that method using reflection and return result.
isMtomAttachment(SOAPMessage) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
Checks if isMtom method is present in AttachmentPart then it checks for all the attachments, if all attachments are mtom then it returns true else return false.
isMultiElementNestedAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isMustSupportRefEmbeddedToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
isMustSupportRefEncryptedKey() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
isMustSupportRefExternalURI() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
isMustSupportRefIssuerSerial() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
isMustSupportRefKeyIdentifier() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
isMustSupportRefThumbprint() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
isMutualAuth() - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Gets the value of the mutualAuth property.
isNestedAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isNormalized() - Method in interface oracle.wsm.policy.model.IAssertion
Returns true if the Assertion has been normalized.
isNormalized() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
isNormalized() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
ISOAPBindingMessageContext - Interface in oracle.wsm.common.sdk
 
isOC4J() - Static method in class oracle.wsm.common.util.CommonUtil
To check if the app server is Oc4j.
isOnlyHeaderAndAttachmentEncryptPolicy(SignedEncryptedPartsType) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isOnlyHeaderAndAttachmentSignPolicy(SignedEncryptedPartsType) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isOptional() - Method in interface oracle.wsm.policy.model.IAssertion
Returns true if the Assertion is optional.
isOptional() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
isOptional() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
isOptional() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
isOraWSDL(Definition) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Returns true if the WSDL contains oracle proprietary extensions
isOrFinalResult() - Method in class oracle.wsm.policymanager.SearchCriteria
The search criteria has two sets of conditions, OR and AND.
isParseLightWeight() - Method in class oracle.wsm.policy.parser.ParseContext
Returns a flag that determines if a light weight policy objects needs to be returned
isPermissionOldStyle() - Method in class oracle.wsm.security.WSFunctionPermission
 
isPipeline() - Method in class oracle.wsm.policy.model.impl.Policy
Convenience method to retrive the orawsp:Pipeline attribute on a <wsp:Policy> element.
isPipeline() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to retrive the orawsp:Pipeline attribute on a <wsp:Policy> element.
isPolicy(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isPolicyEnabled() - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
isPolicyEnabled() - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
isPolicyEnabled() - Method in interface oracle.wsm.policyengine.IPolicyExecutor
 
isPrimarySignature(String, WSSecurity, XSSignature, List<XEEncryptedKey>) - Static method in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils
This method will tell whether a particular signature is a message signature or not.
isReferenceablePolicy() - Method in class oracle.wsm.policy.model.impl.Policy
 
isReferenceablePolicy() - Method in interface oracle.wsm.policy.model.IPolicy
 
isRequireCreated() - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Gets the value of the requireCreated property.
isRequireEmbeddedTokenReference() - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
isRequireIssuerSerialReference() - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
isRequireKeyIdentifierReference() - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
isRequireNonce() - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Gets the value of the requireNonce property.
isRequireSignature() - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Gets the value of the requireSignature property.
isRequireSignatureConfirmation() - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
isRequireThumbprintReference() - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
isReversePipeline() - Method in class oracle.wsm.policy.model.impl.Policy
 
isReversePipeline() - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to set the orawsp:ReversePipeline attribute on a <wsp:Policy> element.
isSamlAssertionSigned() - Method in class oracle.fabric.common.legacypolicy.SAMLPolicy
 
isSecretProperty(String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isSecurityHeaderRequired(IMessageContext, Wss10MsgSecurityType, List<QName>, List<QName>, Properties, boolean) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isServicePolicy(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
Given a Policy pol determines if it is a service policy or not.
isSignatureProtection() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
isSigned - Variable in class oracle.wsm.security.policy.schema.CoreidTokenType
 
isSigned - Variable in class oracle.wsm.security.policy.schema.KerberosTokenType
 
isSigned - Variable in class oracle.wsm.security.policy.schema.SamlTokenType
 
isSigned - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
isSigned - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
isSigned - Variable in class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
isSignPolicy(SignedEncryptedPartsType, List<QName>) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
isSignThenEncrypt() - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Gets the value of the signThenEncrypt property.
isSilent() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
isSilent() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
isSimpleAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
isSOAPVersion11() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
isSOAPVersion12() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
isStreamedAttachments(SOAPMessage) - Static method in class oracle.wsm.common.util.CommonUtil
 
isStreamedAttachments(SignedEncryptedPartsType, SOAPMessage) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
issuerName - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
isSupported(boolean, IMessageContext.STAGE) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
isTimeStampPresent(boolean, Properties, IMessageContext.STAGE) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
isTokenEncrypted() - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
isTokenProtection() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
isTokenSigned() - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
IStringPolicyAccessService - Interface in oracle.wsm.policymanager.internal
The Policy Manager provides a dedicated service to be used only by the PAP component to retrieve policies for enforcement.
IStringPolicyAccessServiceLocal - Interface in oracle.wsm.policymanager.ejb
 
IStringPolicyAccessServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
IStringPolicyService - Interface in oracle.wsm.policymanager.internal
The Policy Service provides Policy based services like Policy Compatibility checking, etc
IStringPolicyServiceLocal - Interface in oracle.wsm.policymanager.ejb
 
IStringPolicyServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
IStringQueryService - Interface in oracle.wsm.policymanager.internal
 
IStringQueryServiceLocal - Interface in oracle.wsm.policymanager.ejb
 
IStringQueryServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
IStringUpdateService - Interface in oracle.wsm.policymanager.internal
 
IStringUpdateServiceLocal - Interface in oracle.wsm.policymanager.ejb
 
IStringUpdateServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
isUseDerivedKeys() - Method in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
Gets the value of the useDerivedKeys property.
isUseRequestCert() - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Gets the value of the useRequestCert property.
isValidAssertionCategory(String) - Static method in enum oracle.wsm.security.policy.validation.AssertionCategories
 
isVisited() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
isWLS() - Static method in class oracle.wsm.common.util.CommonUtil
To check if the app server is WLS.
isXorCompositeAssertion(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
ITransportContext - Interface in oracle.wsm.common.sdk
 
ITransportContext.TYPE - Enum in oracle.wsm.common.sdk
 
IUpdateService - Interface in oracle.wsm.policymanager
 
IUpdateServiceLocal - Interface in oracle.wsm.policymanager.ejb
EJB Local interface for the UpdateService
IUpdateServiceRemote - Interface in oracle.wsm.policymanager.ejb
 
IValidationContext - Interface in oracle.wsm.policy.validation
 
IValidationError - Interface in oracle.wsm.policy.validation
 
IValidationError.VALIDATION_MSG_LEVEL_ENUM - Enum in oracle.wsm.policy.validation
Validation Message Level "ERROR" and "WARNING"
IVersionInfo - Interface in oracle.wsm.policy.model
 
IWSDLFragment - Interface in oracle.wsm.wsdl.fragments
Currently a marker interface!
IWSDLFragment.WSDL_TYPE_ENUM - Enum in oracle.wsm.wsdl.fragments
 
IWSMAgent - Interface in oracle.wsm.agent
 
IXorCompositeAssertion - Interface in oracle.wsm.policy.model
 

J

JAR_FILE - Static variable in class oracle.fabric.common.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.agent.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.agent.handler.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.audit.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policy.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policyaccess.impl.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policymanager.ejb.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policymanager.ejb.impl.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policymanager.emintegration.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policymanager.impl.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policymanager.web.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.policytools.BuildInfo
 
JAR_FILE - Static variable in class oracle.wsm.security.BuildInfo
 
JAXB_INIT_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
JAXB_MARSHAL_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
JAXB_PKG_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
JAXB_UNMARSHAL_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
JaxbNamespacePrefixMapperImpl - Class in oracle.wsm.security.policy.scenario.modelutil
 
JaxbNamespacePrefixMapperImpl() - Constructor for class oracle.wsm.security.policy.scenario.modelutil.JaxbNamespacePrefixMapperImpl
 
JaxRpcCallbackHandler - Class in oracle.wsm.security.policy.scenario.client
 
JaxRpcCallbackHandler(IMessageContext) - Constructor for class oracle.wsm.security.policy.scenario.client.JaxRpcCallbackHandler
 
JMS_MESSAGE_OBJ_NAME - Static variable in interface oracle.wsm.common.sdk.ITransportContext
 
JmsTransportContext - Class in oracle.wsm.common.sdk
 
JmsTransportContext(Message) - Constructor for class oracle.wsm.common.sdk.JmsTransportContext
For inbound message processing, as server agent
JmsTransportContext() - Constructor for class oracle.wsm.common.sdk.JmsTransportContext
For outbound message processing, as client agent
joinPolicyAccessorConfig(Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
Parse policy-accessor-config.xml file and join (i.e.
JPS_CONFIG_SYSTEM_PROPERTY - Static variable in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
JPS_CONTEXT_NAME_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
JPS_CONTEXT_NAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
JPS_CONTEXT_PROPERTY_UNSUPPORTED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
JPS_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
JPS_LOOKUP_FAILED - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
JPS_LOOKUP_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
JpsManager - Class in oracle.wsm.security.jps
 
JpsManager() - Constructor for class oracle.wsm.security.jps.JpsManager
 

K

kerbAuthenticate(String) - Method in class oracle.wsm.security.jps.JpsManager
 
KERBEROS_KEY_ID_SHA1_VALUE_TYPE - Static variable in class oracle.wsm.security.policy.scenario.processor.KerberosTokenProcessor
 
KERBEROS_LOGIN_MODULE_CLASSNAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KERBEROS_SECURITY_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
KerberosGssV5QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
KERBEROSLOGIN_MODULE_CLASS_NOT_AVAILABLE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KERBEROSLOGINMODULE_CLASSNAMES - Static variable in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
KerberosSecurityJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-kerberos-security-type complex type.
KerberosSecurityJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
 
KerberosSecurityScenario - Class in oracle.wsm.security.policy.scenario
 
KerberosSecurityScenario() - Constructor for class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
KerberosSecurityScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
KerberosSecurityScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
kerberosToken - Variable in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
 
KerberosTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
KerberosTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
KerberosTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
KerberosTokenProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
KerberosTokenProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.KerberosTokenProcessor
 
KerberosTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
KerberosTokenType - Class in oracle.wsm.security.policy.schema
Java class for kerberos-token-type complex type.
KerberosTokenType() - Constructor for class oracle.wsm.security.policy.schema.KerberosTokenType
 
KEY_ALIAS_DEFAULT - Static variable in class oracle.wsm.security.jps.WsmKeyStore
 
KEY_TRANSPORT_METHOD_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
KeyConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for key-config-type complex type.
KeyConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.KeyConfigType
 
keyPass - Variable in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
 
keys() - Method in class oracle.wsm.policy.util.PolicyRegistry
 
keyStore - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
KEYSTORE_CRYPT_ALIAS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_CRYPT_ALIAS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_CRYPT_CSF_KEY_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_CRYPT_PASS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_CRYPT_PASS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_CSF_MAP_NAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_FILE_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_INSTANCE_CREATION_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_INSTANCE_NULL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_LOAD_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_LOCATION_NULL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_LOCATION_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_NOTCONFIGURED_PROPERLY - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_PASS_CSF_KEY_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_PASS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_PASS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_PATH_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_PATH_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_RECIPIENT_ALIAS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_RECIPIENT_ALIAS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_RETRIEVE_ALIAS_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_SERVICEINSTANCE_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KEYSTORE_SIGN_ALIAS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_SIGN_ALIAS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_SIGN_CSF_KEY_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_SIGN_PASS_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_SIGN_PASS_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_JAVA - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_OWALLET - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_PKCS12 - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
KEYSTORE_TYPE_UNSUPPORTED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KeyStoreConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for key-store-config-type complex type.
KeyStoreConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
 
KEYTAB_LOCATION_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
keytransportMethod - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
keytransportMethod - Variable in class oracle.fabric.common.legacypolicy.schema.KeytransportMethodsConfigType
 
KeytransportMethodEnum - Enum in oracle.fabric.common.legacypolicy.schema
Java class for keytransport-method-enum.
keytransportMethods - Variable in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
 
KeytransportMethodsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for keytransport-methods-config-type complex type.
KeytransportMethodsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.KeytransportMethodsConfigType
 
KEYWRAP_ENC_ALGOS_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
KW_AES128 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
KW_AES192 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
KW_AES256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
KW_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
KW_RSA_OAEP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
KW_TRIPLE_DES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 

L

LayoutAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
LayoutAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.LayoutAssertion
 
LayoutAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.LayoutAssertion
 
LayoutAssertion(String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.LayoutAssertion
 
LayoutAssertionQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
LayoutEnumType - Enum in oracle.wsm.security.policy.schema
Java class for layout-enum-type.
LEGACY_POLICY_DECRYPT_ALGOSUITES - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LEGACY_POLICY_OPERATION_MAP - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
LEGACY_POLICY_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
LEGACY_POLICY_PKG_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
LEGACY_POLICY_SET - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
LEGACY_POLICY_TIMESTAMP_EXPIRY - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LEGACYPOLICY_ENABLED - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
LEGACYPOLICY_GROUP - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
LegacyPolicyConfig - Class in oracle.fabric.common.legacypolicy
 
LegacyPolicyConfig(String, LifecycleEvent, boolean) - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyConfig
 
LegacyPolicyConstants - Class in oracle.fabric.common.legacypolicy
 
LegacyPolicyConstants() - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
LegacyPolicyConversion - Class in oracle.fabric.common.legacypolicy
 
LegacyPolicyConversion(SecurityConfigType, Element, boolean) - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
LegacyPolicyConversion(Element, boolean) - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
LegacyPolicyFeatureNotSupportedException - Exception in oracle.fabric.common.legacypolicy
 
LegacyPolicyFeatureNotSupportedException(String) - Constructor for exception oracle.fabric.common.legacypolicy.LegacyPolicyFeatureNotSupportedException
Construct the fault with a predefined fault code.
LegacyPolicyFeatureNotSupportedException(String, Object...) - Constructor for exception oracle.fabric.common.legacypolicy.LegacyPolicyFeatureNotSupportedException
 
LegacyPolicyMessageBundle - Class in oracle.wsm.resources.legacypolicy
 
LegacyPolicyMessageBundle() - Constructor for class oracle.wsm.resources.legacypolicy.LegacyPolicyMessageBundle
 
LegacyPolicyMessageID - Interface in oracle.wsm.resources.legacypolicy
 
LegacyPolicyMessageLogger - Class in oracle.fabric.common.legacypolicy
 
LegacyPolicyMessageLogger() - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyMessageLogger
 
LegacyPolicyUtils - Class in oracle.fabric.common.legacypolicy
 
LegacyPolicyUtils() - Constructor for class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
LEVEL - Static variable in interface oracle.wsm.policy.validation.IPolicyValidator
The key to be used in the Map
loadClass(String) - Static method in class oracle.wsm.policy.util.Loader
Load a class from available loaders.
Loader - Class in oracle.wsm.policy.util
Utility class for loading resource or classes.
Loader() - Constructor for class oracle.wsm.policy.util.Loader
 
LOCAL_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
LOCAL_PROTOCOL_NAME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Local access protocol (uses file-based MDS repository)
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_de
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_es
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_fr
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_it
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ja
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ko
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_pt_BR
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_CN
 
localeString - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_TW
 
localOptimizationAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
localPart - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
 
localPart - Variable in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
 
LocalPolicyResolver - Class in oracle.wsm.policyaccess.impl.local
 
LocalPolicyResolver() - Constructor for class oracle.wsm.policyaccess.impl.local.LocalPolicyResolver
 
log(AuditEvent, Date, Date, Date) - Method in class oracle.wsm.audit.Auditor
Audit an event and log performance information.
log(Logger, Level, String, Object[], Throwable) - Static method in class oracle.wsm.common.logging.WsmLogUtil
 
LOG_APPLICATION_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_ASSERTION_EXECUTION_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
LOG_BINDING_WS_PORT - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_COMPOSITE_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_LOG_LEVEL - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_LOG_STATUS - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_LOG_TYPE - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_MESSAGE_ID - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_MODEL_OBJ_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_OPERATION_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_POLICY_NAME - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_POLICY_VERSION - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_REMOTE_ADDRESS - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LOG_SERVICE_ID - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
LogAssertion - Class in oracle.wsm.log.model
 
LogAssertion() - Constructor for class oracle.wsm.log.model.LogAssertion
Creates a new instance of LogAssertion
LogAssertion(QName) - Constructor for class oracle.wsm.log.model.LogAssertion
 
LogAssertionExecutor - Class in oracle.wsm.log.executor
 
LogAssertionExecutor() - Constructor for class oracle.wsm.log.executor.LogAssertionExecutor
 
logFineCallbackNotFound(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
logFineNullInterceptorCxtProcessedHeadersList(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
LOGGER - Static variable in class oracle.wsm.log.executor.LogAssertionExecutor
 
LOGIN_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
logInfo(Logger, String) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logInfo(Logger, String, Object[]) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logInfo(Logger, String, Object) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace
logInfo(Logger, String, Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace (stacetrace is logged only if FINE, FINER, or above is loggable)
logInfo(Logger, String, Object[], Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace (stacetrace is logged only if FINE, FINER, or above is loggable)
logInfo(Logger, String, Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace
logInfo(Logger, String, Object[], Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message with argument replacement as well as the Throwable stacktrace
logSensorsOfAllPolicyNameVer(Map<String, Map<String, Event>>) - Method in class oracle.wsm.monitor.DMSInstrument
utility method for development time logging/debugging
logSensorsOfAPolicyNameVer(Map<String, Event>) - Method in class oracle.wsm.monitor.DMSInstrument
utility method for development time logging/debugging
logSevere(Logger, String) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logSevere(Logger, String, Object[]) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logSevere(Logger, String, Object) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logSevere(Logger, String, Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace (stacktrace is logged only if FINE, FINER or above is loggable)
logSevere(Logger, String, Object[], Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message with argument replacement as well as the Throwable stacktrace (stacktrace is logged only if FINE, FINER or above is loggable)
logSevere(Logger, String, Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace
logSevere(Logger, String, Object[], Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message with argement replacement as well as the Throwable stacktrace
logWarning(Logger, String) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logWarning(Logger, String, Object[]) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logWarning(Logger, String, Object) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
 
logWarning(Logger, String, Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace (stacktrace is logged only if FINE, FINER, or above is loggable)
logWarning(Logger, String, Object[], Throwable) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message with argument replacement as well as the Throwable stacktrace (stacktrace is logged only if FINE, FINER or above is loggable)
logWarning(Logger, String, Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message as well as the Throwable stacktrace
logWarning(Logger, String, Object[], Throwable, boolean) - Static method in class oracle.wsm.common.logging.WsmMessageLogger
Log message with argument replacement as well as the Throwable stacktrace
lookup(String) - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
lookup(String) - Method in class oracle.wsm.policy.util.PolicyRegistry
 
LOOKUP_HOST - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
LOOKUP_PORT - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
lookupHostAddresses(Map<String, String>) - Static method in class oracle.wsm.policymanager.WLSConfig
Constructs the provider url for servers that host the wsm-pm applications within the current application's domain
LOOKUPMODE_MANAGED - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
lookupRmiPort() - Static method in class oracle.wsm.policymanager.OC4JConfig
 

M

m_arguments - Variable in exception oracle.wsm.common.exception.BaseException
Arguments to the error message
m_bundleType - Variable in exception oracle.wsm.common.exception.BaseException
Message Bundle Type
m_category - Variable in class oracle.fabric.common.AbstractSecurityInterceptor
 
m_errorCode - Variable in exception oracle.wsm.common.exception.BaseException
the error code in the format of TBD
m_function - Variable in class oracle.fabric.common.AbstractSecurityInterceptor
 
m_policy_type - Variable in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
main(String[]) - Static method in class oracle.fabric.common.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.agent.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.agent.handler.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.audit.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policy.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policyaccess.impl.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policymanager.ejb.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policymanager.ejb.impl.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policymanager.emintegration.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policymanager.impl.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policymanager.util.PolicyManagerStartup
 
main(String[]) - Static method in class oracle.wsm.policymanager.web.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policytools.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.policytools.PolicyTool
main() method to invoke required operation
main(String[]) - Static method in class oracle.wsm.policytools.PolicyValidationTool
main() method to invoke required operation
main(String[]) - Static method in class oracle.wsm.security.BuildInfo
Display this JAR file's build information.
main(String[]) - Static method in class oracle.wsm.security.util.DOMUtil
 
MAJOR_VERSION - Static variable in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
MANAGEMENT - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
MANY_ASSERTIONS_TEMPLATE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
MARSHAL_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
MarshalContext - Class in oracle.wsm.policy.parser
 
MarshalContext(Document, Map<String, ISerializer>, Stack<Element>) - Constructor for class oracle.wsm.policy.parser.MarshalContext
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtensionSerializer
 
marshall(Class, QName, ExtensibilityElement, PrintWriter, Definition, ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtensionSerializer
 
matchByQName(INestedAssertion, INestedAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
matchTerms(List<IAssertion>, List<IAssertion>) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
MDS_ACCESS_PROTOCOL_DEPRECATED - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
MDS_EXCEPTION - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
MDS_GENERIC_ERROR - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
MDS_HOME_NULL - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
MDS_INIT_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
MDS_INSTANCE_NAME - Static variable in interface oracle.wsm.mds.MDSInitializer
The name of the MDS instance used in the SCA/Fabric system
MDS_MODULE_HOME - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
MDS_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
Deprecated.  
MDSAccessException - Exception in oracle.wsm.mds
 
MDSAccessException(String, Object[], Throwable) - Constructor for exception oracle.wsm.mds.MDSAccessException
 
MDSAccessException(String, Object[]) - Constructor for exception oracle.wsm.mds.MDSAccessException
 
MDSAccessException(String, Throwable) - Constructor for exception oracle.wsm.mds.MDSAccessException
 
MDSAccessException(String) - Constructor for exception oracle.wsm.mds.MDSAccessException
 
MDSAccessException(Throwable) - Constructor for exception oracle.wsm.mds.MDSAccessException
 
MDSAccessor - Class in oracle.wsm.mds
 
MDSAccessor(boolean, MDSConfig) - Constructor for class oracle.wsm.mds.MDSAccessor
Constructor This constructor is used when MDS configuration information is to be supplied programmatically
MDSAccessor.UpdateType - Enum in oracle.wsm.mds
 
MDSArtifact - Class in oracle.wsm.mds
 
MDSArtifact() - Constructor for class oracle.wsm.mds.MDSArtifact
 
MDSArtifact(String, Document, IVersionInfo) - Constructor for class oracle.wsm.mds.MDSArtifact
 
MDSConfig - Class in oracle.wsm.mds
 
MDSConfig() - Constructor for class oracle.wsm.mds.MDSConfig
 
MDSConstants - Class in oracle.wsm.mds
 
MDSConstants() - Constructor for class oracle.wsm.mds.MDSConstants
 
MDSDBStoreInitializer - Class in oracle.wsm.mds
An MDS file store initializer.
MDSDBStoreInitializer() - Constructor for class oracle.wsm.mds.MDSDBStoreInitializer
 
MDSDBStoreInitializer(String, String, String, String) - Constructor for class oracle.wsm.mds.MDSDBStoreInitializer
Default constructor
MDSFileStoreInitializer - Class in oracle.wsm.mds
An MDS file store initializer.
MDSFileStoreInitializer(List<File>, String) - Constructor for class oracle.wsm.mds.MDSFileStoreInitializer
Creates a file store initializer from a list of directories.
MDSFileStoreInitializer(File, String) - Constructor for class oracle.wsm.mds.MDSFileStoreInitializer
Creates a file store initializer from a given directory.
MDSInitializer - Interface in oracle.wsm.mds
Defines an interface that initializes an MDS instance to be used in the SCA/Fabric system.
MDSMessageBundle - Class in oracle.wsm.resources.mds
 
MDSMessageBundle() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle
 
MDSMessageBundle_de - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_de() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_de
 
MDSMessageBundle_en - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_en() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_en
 
MDSMessageBundle_es - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_es() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_es
 
MDSMessageBundle_fr - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_fr() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_fr
 
MDSMessageBundle_it - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_it() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_it
 
MDSMessageBundle_ja - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_ja() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_ja
 
MDSMessageBundle_ko - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_ko() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_ko
 
MDSMessageBundle_pt_BR - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_pt_BR
 
MDSMessageBundle_zh_CN - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_zh_CN
 
MDSMessageBundle_zh_TW - Class in oracle.wsm.resources.mds
 
MDSMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.mds.MDSMessageBundle_zh_TW
 
MDSMessageID - Interface in oracle.wsm.resources.mds
 
MDSMessageLogger - Class in oracle.wsm.mds.logging
 
MDSMessageLogger() - Constructor for class oracle.wsm.mds.logging.MDSMessageLogger
 
MDSQueryUtil - Class in oracle.wsm.mds
 
MDSQueryUtil() - Constructor for class oracle.wsm.mds.MDSQueryUtil
 
mechanism - Variable in class oracle.wsm.security.policy.schema.HttpHeaderType
 
merge(IAssertion) - Method in interface oracle.wsm.policy.model.IAssertion
Returns the equivalent of merge of self and argument.
merge(IAssertion, IPolicyRegistry) - Method in interface oracle.wsm.policy.model.IAssertion
Returns the equivalent of merge of self and argument.
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Returns an assertion which is equivalent to merge of self and the argument.
merge(IAssertion) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
merge(IAssertion) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.Policy
 
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
merge(IAssertion) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
merge(IAssertion) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
merge(IAssertion, IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
mergePoliciesForWSDLPolicySubjects(Map<Object, List<IPolicyReference>>, IPolicyRegistry) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Given a Policy Subject (a WSDL Object - can be Port, Binding, etc) and the list of PolicyReferences associated with that WSDL Policy Subject, merges all Policies referenced for the WSDL Policy Subject.
mergePoliciesForWSDLPolicySubjects(Map<Object, List<String>>, Map<String, IPolicy>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Given a Policy Subject (a WSDL Object - can be Port, Binding, etc) and the list of PolicyReferences associated with that WSDL Policy Subject, merges all Policies referenced for the WSDL Policy Subject.
MessageContext - Class in oracle.wsm.common.sdk
 
MessageContext() - Constructor for class oracle.wsm.common.sdk.MessageContext
 
MessageLog - Class in oracle.wsm.log.model
 
MessageLog() - Constructor for class oracle.wsm.log.model.MessageLog
 
MessageLog.FAULT_ENUM - Enum in oracle.wsm.log.model
 
MessageLog.REQUEST_ENUM - Enum in oracle.wsm.log.model
 
MessageLog.RESPONSE_ENUM - Enum in oracle.wsm.log.model
 
MessageLogData - Class in oracle.wsm.log.executor
 
MessageLogData(String, long, String, String, String, String, String, String, String, String, String, Object, String, String, String, String, String, String) - Constructor for class oracle.wsm.log.executor.MessageLogData
 
MessageSecurityPolicy - Class in oracle.fabric.common.legacypolicy
 
MessageSecurityPolicy(SecurityConfigType, VerifyX509TokenConfigType, X509TokenConfigType, VerifySignatureConfigType, SignatureConfigType, DecryptConfigType, EncryptConfigType, boolean, PropertySet, MessageSecurityPolicy.POLICY_TYPE) - Constructor for class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
MessageSecurityPolicy.POLICY_TYPE - Enum in oracle.fabric.common.legacypolicy
 
METHOD_MUST_BE_SENDER_VOUCHES - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
MINOR_VERSION - Static variable in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
MISSING_BINDINGS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_CREDENTIALS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_JPS_CONTEXT_IN_SYSTEM - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_KEYSTORE_LEVEL_CSF - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_REALM - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_SAML_ASSERTION_SUBJECT - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_SECURITY_HEADER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MISSING_USERNAME - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
mode - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
 
modifyAttributesNamespacesAsWSPolicy15(Map<QName, String>) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
This method will modify the policy xml namespaces as per ws-policy 1.5
modifyAttributesNamespacesAsWSPolicy2006(Map<QName, String>) - Static method in class oracle.wsm.policy.wsdl.util.AdvertisementPolicyUtil
 
modifyWSDL(Definition, AdvertisementContext, String) - Method in class oracle.wsm.advertisement.AdvertisementEngine
 
MODULES - Static variable in class oracle.wsm.common.xml.DefaultNamespaceContext
 
MON_INIT_FAILURE - Static variable in interface oracle.wsm.resources.monitor.MonitorMessageID
 
MON_INTERNAL_ERROR - Static variable in interface oracle.wsm.resources.monitor.MonitorMessageID
 
MON_INVALID_PARAMETER - Static variable in interface oracle.wsm.resources.monitor.MonitorMessageID
 
MON_INVALID_TOPOLOGYNODE - Static variable in interface oracle.wsm.resources.monitor.MonitorMessageID
 
MonitorException - Exception in oracle.wsm.monitor
 
MonitorException(String, Object[]) - Constructor for exception oracle.wsm.monitor.MonitorException
 
MonitorException(String) - Constructor for exception oracle.wsm.monitor.MonitorException
 
MonitorMessageBundle - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle
 
MonitorMessageBundle_de - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_de() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_de
 
MonitorMessageBundle_en - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_en() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_en
 
MonitorMessageBundle_es - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_es() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_es
 
MonitorMessageBundle_fr - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_fr() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_fr
 
MonitorMessageBundle_it - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_it() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_it
 
MonitorMessageBundle_ja - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_ja() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_ja
 
MonitorMessageBundle_ko - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_ko() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_ko
 
MonitorMessageBundle_pt_BR - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_pt_BR
 
MonitorMessageBundle_zh_CN - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_zh_CN
 
MonitorMessageBundle_zh_TW - Class in oracle.wsm.resources.monitor
 
MonitorMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.monitor.MonitorMessageBundle_zh_TW
 
MonitorMessageID - Interface in oracle.wsm.resources.monitor
 
MonitorMessageLogger - Class in oracle.wsm.monitor.logging
 
MonitorMessageLogger() - Constructor for class oracle.wsm.monitor.logging.MonitorMessageLogger
 
MORE_THAN_ONE_KEY_TRANS_ALGO - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
MORE_THAN_ONE_KEYSTORE_FILE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MORE_THAN_ONE_SIGN_ALGO - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
MSG_CONTEXT - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
MSG_LOGGER_NAME - Static variable in class oracle.wsm.policy.util.PolicyNameUtil
 
MSG_SIGNATURE_CONFIRMATION - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
 
msgSecurity - Variable in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
 
MTOM_ATTACHMENTS - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
MULTI_ELEMENT_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
MULTI_ELEMENT_ASSERTION_DESERIALIZATION_TO_STRING_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
MULTI_ELEMENT_ASSERTION_SERIALIZATION_TO_STRING_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
MULTI_ELEMENT_NESTED_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
MultiElementNestedAssertion - Class in oracle.wsm.policy.model.impl
 
MultiElementNestedAssertion() - Constructor for class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
MultiElementNestedAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
MultiElementNestedAssertion(QName, Object) - Constructor for class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
MultiElementSimpleAssertion - Class in oracle.wsm.policy.model.impl
 
MultiElementSimpleAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
MULTIPLE_AUTHN_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MULTIPLE_AUTHZ_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MULTIPLE_MSG_PROTECTION_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MULTIPLE_MTOM_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MULTIPLE_WSADDR_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MULTIPLE_WSRM_POLICIES_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
MUST_BINDINGWS_NODE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
MUST_SUPPORT_REF_EMBEDDED_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUST_SUPPORT_REF_ENCRYPTED_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUST_SUPPORT_REF_EXTERNAL_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUST_SUPPORT_REF_ISSUER_SERIAL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUST_SUPPORT_REF_KEY_IDENTIFIER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUST_SUPPORT_REF_THUMBPRINT_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
MUTUAL_AUTH_TOKEN_NOT_SIGNED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
MUTUAL_WITH_AUTH - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
mutualAuth - Variable in class oracle.wsm.security.policy.schema.RequireTlsType
 

N

NA - Static variable in class oracle.wsm.common.sdk.InvocationStatus
Not Available.
name - Variable in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
 
name - Variable in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
 
name - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
name - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
name - Variable in class oracle.wsm.policy.model.impl.OverrideProperty
 
name - Variable in class oracle.wsm.security.policy.schema.ElementsType.Element
 
name - Variable in class oracle.wsm.security.policy.schema.HeaderType
 
name - Variable in class oracle.wsm.security.policy.schema.HttpHeaderType
 
name - Variable in class oracle.wsm.security.policy.schema.RoleType
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IAssertionTemplate
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IConfig
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IOverrideProperty
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IProperty
 
nameAttrQName - Static variable in interface oracle.wsm.policy.model.IPropertySet
 
NameAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
nameFormat - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
NAMEFORMAT_MUST_BE_UNSPECIFIED - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
NameIdentifierFormatEnum - Enum in oracle.fabric.common.legacypolicy.schema
Java class for name-identifier-format-enum.
nameSpace - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
 
nameSpace - Variable in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
 
namespace - Variable in class oracle.wsm.security.policy.schema.ElementsType.Element
 
namespace - Variable in class oracle.wsm.security.policy.schema.HeaderType
 
NCache - Class in oracle.wsm.security.ncache
 
NEncryptedElementsAndPartsComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
NEncryptedElementsAndPartsComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.NEncryptedElementsAndPartsComplianceHandler
 
NESTED_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
NestedAssertion - Class in oracle.wsm.policy.model.impl
NestedAssertion wraps an assertion which is indivisible.
NestedAssertion() - Constructor for class oracle.wsm.policy.model.impl.NestedAssertion
 
NestedAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.NestedAssertion
 
NestedAssertion(QName, String) - Constructor for class oracle.wsm.policy.model.impl.NestedAssertion
 
NestedAssertion(QName, Object) - Constructor for class oracle.wsm.policy.model.impl.NestedAssertion
 
newPermissionCollection() - Method in class oracle.wsm.security.WSFunctionPermission
 
NO_CONFIGS - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NO_DOMAIN_EXPRESSION_SPECIFIED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NO_INTERSECT_DEFINED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NO_KNOWN_POLICY - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NO_MATCHING_SSL_CIPHER_SUITE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NO_MERGE_DEFINED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NO_PEER_CERTIFICATE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NO_POLICIES_IN_WSDL - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
NO_POLICY_FOUND - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NO_SIGNATURE_TO_CONFIRM - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NO_UPDATE_NOW - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
NODE_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NodeWrapper - Class in oracle.wsm.security.policy.scenario.util
 
NodeWrapper(Node) - Constructor for class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
NodeWrapper.Attachments - Class in oracle.wsm.security.policy.scenario.util
 
NodeWrapper.Attachments(String) - Constructor for class oracle.wsm.security.policy.scenario.util.NodeWrapper.Attachments
 
NodeWrapper.Elements - Class in oracle.wsm.security.policy.scenario.util
 
NodeWrapper.Elements(String, String) - Constructor for class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
NodeWrapper.Elements(String, String, boolean) - Constructor for class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
NodeWrapper.Elements(String, String, boolean, boolean) - Constructor for class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
NodeWrapper.IElementsAttachments - Interface in oracle.wsm.security.policy.scenario.util
 
NOMATCHING_POLICIES - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NOMATCHING_POLICIES2 - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NON_SSL_REQUEST - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NONCE_IGNORED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NONCE_POLICY_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NONCE_VALIDATION_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NonceCacheException - Exception in oracle.wsm.security.ncache
 
NonceCacheException(String) - Constructor for exception oracle.wsm.security.ncache.NonceCacheException
 
NonceCacheException() - Constructor for exception oracle.wsm.security.ncache.NonceCacheException
 
NonceCacheUtils - Class in oracle.wsm.security.ncache
 
nonceConfig - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
NonceConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for nonce-config-type complex type.
NonceConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.NonceConfigType
 
NonceValidator - Class in oracle.wsm.security.policy.scenario.validator.impl
 
NonceValidator() - Constructor for class oracle.wsm.security.policy.scenario.validator.impl.NonceValidator
 
NONE - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
NOPOLICYSET_NULLNODE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
START Non API level logging error code *********** Range WSM_06100 to WSM_07500
normalize() - Method in interface oracle.wsm.policy.model.IAssertion
Normalizes the assertion and returns the normalized Assertion
normalize(IPolicyRegistry) - Method in interface oracle.wsm.policy.model.IAssertion
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Returns an IAssertion which is normalized using a specified policy registry.
normalize() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
normalize() - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
normalize() - Method in class oracle.wsm.policy.model.impl.Policy
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.Policy
 
normalize() - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
normalize() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
normalize(IPolicyRegistry) - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
NORMALIZED_NOT_DEFINED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
NormalizedMessageContext - Class in oracle.wsm.common.sdk
 
NormalizedMessageContext() - Constructor for class oracle.wsm.common.sdk.NormalizedMessageContext
 
NormalizedMessageProcessor - Class in oracle.fabric.common.log
 
NormalizedMessageProcessor() - Constructor for class oracle.fabric.common.log.NormalizedMessageProcessor
 
normalizePathString(String) - Static method in class oracle.wsm.mds.MDSQueryUtil
This method adds a leading "/" if missing from a path string
NOT_VALID_NODE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NOTHING_TO_ENDORSE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
NS_POLICY_ENFORCEMENT - Static variable in exception oracle.wsm.common.sdk.WSMException
 
NS_POLICY_ENFORCEMENT - Static variable in exception oracle.wsm.security.SecurityException
 
NS_PREFIX - Static variable in exception oracle.wsm.common.sdk.WSMException
 
NS_PREFIX - Static variable in exception oracle.wsm.security.SecurityException
 
NS_SECURITY - Static variable in exception oracle.wsm.common.sdk.WSMException
 
NS_SECURITY - Static variable in exception oracle.wsm.security.SecurityException
 
NS_URI_BLANK - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
NSignedElementsAndPartsComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
NSignedElementsAndPartsComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.NSignedElementsAndPartsComplianceHandler
 
NULL_AUDITOR - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
NULL_HOME_DIRECTORY - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NULL_POL_SUBJECT - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
NULL_RESOURCE - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 

O

OAM_TOKEN_INSERTED_ON_HOSTED_CLIENTS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
OamSessionTokenCallback - Class in oracle.wsm.security.callback
 
OamSessionTokenCallback() - Constructor for class oracle.wsm.security.callback.OamSessionTokenCallback
Constructor
OamSessionTokenCallback(String) - Constructor for class oracle.wsm.security.callback.OamSessionTokenCallback
Constructor
OBJECT_NOT_AN_ASSERTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
OBJECT_POOL_WAIT_INTERRUPT - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
ObjectFactory - Class in oracle.fabric.common.legacypolicy.schema
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.fabric.common.legacypolicy.schema package.
ObjectFactory() - Constructor for class oracle.fabric.common.legacypolicy.schema.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.fabric.common.legacypolicy.schema
ObjectFactory - Class in oracle.wsm.security.policy.schema
This object contains factory methods for each Java content interface and Java element interface generated in the oracle.wsm.security.policy.schema package.
ObjectFactory() - Constructor for class oracle.wsm.security.policy.schema.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.wsm.security.policy.schema
ObjectPool<T> - Class in oracle.wsm.common.util
 
ObjectPool(boolean) - Constructor for class oracle.wsm.common.util.ObjectPool
 
ObjectPool(long, boolean) - Constructor for class oracle.wsm.common.util.ObjectPool
 
ObjectPool(String, boolean) - Constructor for class oracle.wsm.common.util.ObjectPool
 
ObjectPool(long, String, boolean) - Constructor for class oracle.wsm.common.util.ObjectPool
 
ObjectPool(long, String, int, boolean) - Constructor for class oracle.wsm.common.util.ObjectPool
 
OBSSO_COOKIE_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
OC4JConfig - Class in oracle.wsm.policymanager
 
OC4JConfig() - Constructor for class oracle.wsm.policymanager.OC4JConfig
 
OJDL_MARKER_CONTENTS - Static variable in class oracle.wsm.common.logging.WsmMessageBundle
 
ONLY_ONE_SUBJECT_CONFIRM_METHOD - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
ONLY_TRIPLEDES_ALLOWED_FOR_KERBEROS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
OnlySignEntireHeadersAndBodyQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
op - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
OPERATION_ID - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
OPERATION_NAME - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
OPTIONAL - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
optionalAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
oracle.fabric.common - package oracle.fabric.common
 
oracle.fabric.common.legacypolicy - package oracle.fabric.common.legacypolicy
 
oracle.fabric.common.legacypolicy.schema - package oracle.fabric.common.legacypolicy.schema
 
oracle.fabric.common.log - package oracle.fabric.common.log
 
oracle.wsm - package oracle.wsm
 
oracle.wsm.advertisement - package oracle.wsm.advertisement
 
oracle.wsm.agent - package oracle.wsm.agent
 
oracle.wsm.agent.handler - package oracle.wsm.agent.handler
 
oracle.wsm.agent.handler.wls - package oracle.wsm.agent.handler.wls
 
oracle.wsm.audit - package oracle.wsm.audit
 
oracle.wsm.common.enforcement - package oracle.wsm.common.enforcement
 
oracle.wsm.common.exception - package oracle.wsm.common.exception
 
oracle.wsm.common.logging - package oracle.wsm.common.logging
 
oracle.wsm.common.sdk - package oracle.wsm.common.sdk
 
oracle.wsm.common.util - package oracle.wsm.common.util
 
oracle.wsm.common.xml - package oracle.wsm.common.xml
 
oracle.wsm.log.executor - package oracle.wsm.log.executor
 
oracle.wsm.log.model - package oracle.wsm.log.model
 
oracle.wsm.mds - package oracle.wsm.mds
 
oracle.wsm.mds.logging - package oracle.wsm.mds.logging
 
oracle.wsm.monitor - package oracle.wsm.monitor
 
oracle.wsm.monitor.logging - package oracle.wsm.monitor.logging
 
oracle.wsm.policy - package oracle.wsm.policy
 
oracle.wsm.policy.advertisement - package oracle.wsm.policy.advertisement
 
oracle.wsm.policy.constants - package oracle.wsm.policy.constants
 
oracle.wsm.policy.logging - package oracle.wsm.policy.logging
 
oracle.wsm.policy.model - package oracle.wsm.policy.model
 
oracle.wsm.policy.model.impl - package oracle.wsm.policy.model.impl
 
oracle.wsm.policy.parser - package oracle.wsm.policy.parser
 
oracle.wsm.policy.parser.impl - package oracle.wsm.policy.parser.impl
 
oracle.wsm.policy.permission - package oracle.wsm.policy.permission
 
oracle.wsm.policy.util - package oracle.wsm.policy.util
 
oracle.wsm.policy.validation - package oracle.wsm.policy.validation
 
oracle.wsm.policy.validation.impl - package oracle.wsm.policy.validation.impl
 
oracle.wsm.policy.validation.util - package oracle.wsm.policy.validation.util
 
oracle.wsm.policy.wsdl.extensions - package oracle.wsm.policy.wsdl.extensions
 
oracle.wsm.policy.wsdl.util - package oracle.wsm.policy.wsdl.util
 
oracle.wsm.policyaccess - package oracle.wsm.policyaccess
 
oracle.wsm.policyaccess.impl - package oracle.wsm.policyaccess.impl
 
oracle.wsm.policyaccess.impl.classpath - package oracle.wsm.policyaccess.impl.classpath
 
oracle.wsm.policyaccess.impl.file - package oracle.wsm.policyaccess.impl.file
 
oracle.wsm.policyaccess.impl.local - package oracle.wsm.policyaccess.impl.local
 
oracle.wsm.policyaccess.impl.remote - package oracle.wsm.policyaccess.impl.remote
 
oracle.wsm.policyaccess.logging - package oracle.wsm.policyaccess.logging
 
oracle.wsm.policyengine - package oracle.wsm.policyengine
 
oracle.wsm.policyengine.impl - package oracle.wsm.policyengine.impl
 
oracle.wsm.policyengine.impl.runtime - package oracle.wsm.policyengine.impl.runtime
 
oracle.wsm.policyengine.util - package oracle.wsm.policyengine.util
 
oracle.wsm.policyimport.compatibility - package oracle.wsm.policyimport.compatibility
 
oracle.wsm.policyimport.mirror - package oracle.wsm.policyimport.mirror
 
oracle.wsm.policymanager - package oracle.wsm.policymanager
 
oracle.wsm.policymanager.client - package oracle.wsm.policymanager.client
 
oracle.wsm.policymanager.ejb - package oracle.wsm.policymanager.ejb
 
oracle.wsm.policymanager.ejb.impl - package oracle.wsm.policymanager.ejb.impl
 
oracle.wsm.policymanager.emintegration - package oracle.wsm.policymanager.emintegration
 
oracle.wsm.policymanager.impl - package oracle.wsm.policymanager.impl
 
oracle.wsm.policymanager.internal - package oracle.wsm.policymanager.internal
 
oracle.wsm.policymanager.logging - package oracle.wsm.policymanager.logging
 
oracle.wsm.policymanager.util - package oracle.wsm.policymanager.util
 
oracle.wsm.policymanager.web - package oracle.wsm.policymanager.web
 
oracle.wsm.policytools - package oracle.wsm.policytools
 
oracle.wsm.resources - package oracle.wsm.resources
 
oracle.wsm.resources.common - package oracle.wsm.resources.common
 
oracle.wsm.resources.enforcement - package oracle.wsm.resources.enforcement
 
oracle.wsm.resources.legacypolicy - package oracle.wsm.resources.legacypolicy
 
oracle.wsm.resources.mds - package oracle.wsm.resources.mds
 
oracle.wsm.resources.monitor - package oracle.wsm.resources.monitor
 
oracle.wsm.resources.policy - package oracle.wsm.resources.policy
 
oracle.wsm.resources.policyaccess - package oracle.wsm.resources.policyaccess
 
oracle.wsm.resources.policydescription - package oracle.wsm.resources.policydescription
 
oracle.wsm.resources.policymanager - package oracle.wsm.resources.policymanager
 
oracle.wsm.resources.policyvalidation - package oracle.wsm.resources.policyvalidation
 
oracle.wsm.resources.security - package oracle.wsm.resources.security
 
oracle.wsm.security - package oracle.wsm.security
 
oracle.wsm.security.callback - package oracle.wsm.security.callback
 
oracle.wsm.security.jps - package oracle.wsm.security.jps
 
oracle.wsm.security.jps.cbhandler - package oracle.wsm.security.jps.cbhandler
 
oracle.wsm.security.logging - package oracle.wsm.security.logging
 
oracle.wsm.security.ncache - package oracle.wsm.security.ncache
 
oracle.wsm.security.policy.scenario - package oracle.wsm.security.policy.scenario
 
oracle.wsm.security.policy.scenario.client - package oracle.wsm.security.policy.scenario.client
 
oracle.wsm.security.policy.scenario.executor - package oracle.wsm.security.policy.scenario.executor
 
oracle.wsm.security.policy.scenario.modelutil - package oracle.wsm.security.policy.scenario.modelutil
 
oracle.wsm.security.policy.scenario.policycompliance - package oracle.wsm.security.policy.scenario.policycompliance
 
oracle.wsm.security.policy.scenario.policycompliance.impl - package oracle.wsm.security.policy.scenario.policycompliance.impl
 
oracle.wsm.security.policy.scenario.processor - package oracle.wsm.security.policy.scenario.processor
 
oracle.wsm.security.policy.scenario.util - package oracle.wsm.security.policy.scenario.util
 
oracle.wsm.security.policy.scenario.validator - package oracle.wsm.security.policy.scenario.validator
 
oracle.wsm.security.policy.scenario.validator.impl - package oracle.wsm.security.policy.scenario.validator.impl
 
oracle.wsm.security.policy.schema - package oracle.wsm.security.policy.schema
 
oracle.wsm.security.policy.securitypolicy - package oracle.wsm.security.policy.securitypolicy
 
oracle.wsm.security.policy.securitypolicy.impl - package oracle.wsm.security.policy.securitypolicy.impl
 
oracle.wsm.security.policy.validation - package oracle.wsm.security.policy.validation
 
oracle.wsm.security.saml.v11 - package oracle.wsm.security.saml.v11
 
oracle.wsm.security.util - package oracle.wsm.security.util
 
oracle.wsm.wsdl.fragments - package oracle.wsm.wsdl.fragments
 
oracle.wsm.xml - package oracle.wsm.xml
 
ORACLE_WALLET - Static variable in class oracle.wsm.security.jps.WsmKeyStore
 
oracleSmartDigestAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
ORALGP_FAULT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORALGP_LOGGING_ASSERTION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORALGP_LoggingPolicyQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORALGP_MSG_LOGGING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORALGP_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
ORALGP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
ORALGP_REQUEST - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORALGP_RESPONSE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORASP_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
ORAWSP_ACTIONMATCH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_APPLIESTO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_ASSERTION_TEMPLATE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_AssertionTemplateQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORAWSP_ATTACHMENT_STATUS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_ATTACHTO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_BINDINGS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_CATEGORY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_CONFIG - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_CONFIG_TYPE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_CONFIGREF - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_CONSTRAINTMATCH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_DEFAULTVALUE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_DESC - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_DESCRIPTION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_DISPLAY_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_ENFORCED - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_GUARD - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_ID - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_IMPLEMENTATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_LOCAL_OPTIMIZATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
ORAWSP_ORA_SMART_DIGEST - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_OVERRIDEPROPERTY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_PIPELINE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_POLICY_ATTACHMENT_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_POLICY_SUBJECT_ATTACHMENT_RESULT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_POLICYATTACHMENT_RESULT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_POLICYSET - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_DECLS
 
ORAWSP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
ORAWSP_PROPERTY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_PROPERTYSET - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_RESOURCEMATCH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_REVERSE_PIPELINE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_SILENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_SMART_DIGEST - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_STAGE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_STATUS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_SUBJECT_COUNT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_SUBJECT_TYPE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_SubjectCountQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORAWSP_TEMPLATE_ID - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_TYPE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VALIDATION_CLASS_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VALUE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VALUE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
ORAWSP_VERSION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VERSION_COMMENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VERSION_CREATOR - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VERSION_DATE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VERSION_NUMBER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
ORAWSP_VersionCommentQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORAWSP_VersionCreatorQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORAWSP_VersionDateQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORAWSP_VersionNumberQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ORDER_ASCENDING - Static variable in class oracle.wsm.mds.MDSConstants
 
ORDER_DESCENDING - Static variable in class oracle.wsm.mds.MDSConstants
 
ORDER_NONE - Static variable in class oracle.wsm.mds.MDSConstants
 
outbound - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
outbound - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
 
OutboundConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for outbound-config-type complex type.
OutboundConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
OVERRIDE_TS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
overridePolicyProperties(IPolicy, IPolicyReference) - Static method in class oracle.wsm.policy.util.PolicyUtil
Given a PolicyReference that points a Policy and has override properties, over write the value of those properties in the Policy.
OverrideProperty - Class in oracle.wsm.policy.model.impl
 
OverrideProperty(String, String) - Constructor for class oracle.wsm.policy.model.impl.OverrideProperty
 
overrideTimestamp(WSSecurity, Wss10MsgSecurityType, Properties, IExecutionContext, IMessageContext.STAGE, List<String>) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
This method checks if timestamp needs to be overriden
OWSM_ACCESS_PROTOCOL_DEPRECATED - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
OWSM_CSF_MAPPING_ALIAS - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
OWSM_CSF_MAPPING_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
OWSM_GLOBAL_MDS_NAME - Static variable in class oracle.wsm.mds.MDSConstants
 
OWSM_MDS_INSTANCE_NAME - Static variable in class oracle.wsm.mds.MDSDBStoreInitializer
OWSM MDS Instance name
OWSM_PARTITION - Static variable in class oracle.wsm.mds.MDSConstants
 
OWSM_PARTITION_NAME - Static variable in class oracle.wsm.mds.MDSConstants
 
OWSM_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
Deprecated.  
OWSMSECURITYPOLICIES - Static variable in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
 

P

P_SHA1 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
P_SHA1_L128 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
P_SHA1_L192 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
P_SHA1_L256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
PAPMessageBundle - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle
 
PAPMessageBundle_de - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_de() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_de
 
PAPMessageBundle_en - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_en() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_en
 
PAPMessageBundle_es - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_es() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_es
 
PAPMessageBundle_fr - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_fr() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_fr
 
PAPMessageBundle_it - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_it() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_it
 
PAPMessageBundle_ja - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_ja() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_ja
 
PAPMessageBundle_ko - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_ko() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_ko
 
PAPMessageBundle_pt_BR - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_pt_BR
 
PAPMessageBundle_zh_CN - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_zh_CN
 
PAPMessageBundle_zh_TW - Class in oracle.wsm.resources.policyaccess
 
PAPMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.policyaccess.PAPMessageBundle_zh_TW
 
PAPMessageID - Interface in oracle.wsm.resources.policyaccess
 
PAPMessageLogger - Class in oracle.wsm.policyaccess.logging
Created by IntelliJ IDEA.
PAPMessageLogger() - Constructor for class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
PARAM_J2SE_FILTER - Static variable in class oracle.wsm.audit.Auditor
Key to use to determine standalone filter expression.
PARAM_J2SE_LOGDIR - Static variable in class oracle.wsm.audit.Auditor
Key to use to determine standalone log directory.
PARAM_RETRY_COUNT - Static variable in class oracle.wsm.audit.Auditor
Key to use to determine number of retries (for HA).
PARAM_RETRY_DELAY - Static variable in class oracle.wsm.audit.Auditor
Key to use to determine delay between retries (for HA).
parse(Element, ParseContext) - Method in class oracle.wsm.log.model.LogAssertion
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
 
parse(Element, ParseContext) - Method in interface oracle.wsm.policy.parser.IDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AndCompositeAssertionSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AssertionBindingsSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AssertionGuardSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AssertionTemplateSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.ConfigReferenceSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.ConfigSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
parse(Element, ParseContext) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyReferenceSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicySerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicySetSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicySubjectSerializerDeSerializer
 
parse(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.XorCompositeAssertionSerializerDeSerializer
 
parse(String) - Static method in class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
PARSE_POLICY_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
PARSE_RESOURCE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
Need to remove
PARSE_RESOURCE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
NON API logging Start
parseAndReturnObject(Element, ParseContext) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
parseAssertion(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertion(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertion(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertion(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertion(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertion(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertionTemplate(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertionTemplate(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertionTemplate(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseAssertionTemplate(IAssertionTemplate) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
parseAssertionTemplate(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertionTemplate(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertionTemplate(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policy.util.PolicyWriter
 
parseConfig(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AssertionBindingsSerializerDeSerializer
 
parseConfig(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseConfig(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseConfig(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parseConfig(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseConfig(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseConfig(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parseConfigRef(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.AssertionBindingsSerializerDeSerializer
 
ParseContext - Class in oracle.wsm.policy.parser
 
ParseContext(Map<String, IDeSerializer>, Map<String, Constructor>) - Constructor for class oracle.wsm.policy.parser.ParseContext
 
parseData(String, String) - Static method in class oracle.wsm.policy.util.StringUtils
 
parseElement(Element) - Static method in class oracle.wsm.xml.XMLUtils
 
parsePolicy(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
parsePolicy(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicy(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicy(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicy(IPolicy) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
parsePolicy(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicy(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicy(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicy(IPolicy) - Method in class oracle.wsm.policy.util.PolicyWriter
 
parsePolicyAttachment(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyAttachment(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyAttachment(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyAttachment(IPolicyAttachment) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
parsePolicyAttachment(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicyAttachment(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicyAttachment(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicyAttachment(IPolicyAttachment) - Method in class oracle.wsm.policy.util.PolicyWriter
 
parsePolicyConfig(String) - Static method in class oracle.wsm.policy.util.PolicyConfigRegistry
 
parsePolicyReference(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
parsePolicyReference(Element) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyReference(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyReference(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicyReference(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicyReference(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicyReference(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySet(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicySet(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicySet(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySet(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySet(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySubject(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
parsePolicySubject(InputStream) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicySubject(Reader) - Method in interface oracle.wsm.policy.parser.IPolicyReader
 
parsePolicySubject(InputStream) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySubject(Reader) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySubject(Element) - Method in class oracle.wsm.policy.util.PolicyParser
 
parsePolicySubjects(Element, ParseContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
PARSER_CONFIGURATION_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
parseWSDL11Fragment(String) - Static method in class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
parseWSDL20Fragment(String) - Static method in class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
parseXMLDocument(String) - Static method in class oracle.wsm.xml.XMLUtils
 
parseXMLDocument(URL) - Static method in class oracle.wsm.xml.XMLUtils
 
parseXMLDocument(InputStream) - Static method in class oracle.wsm.xml.XMLUtils
 
PartsAssertion - Class in oracle.wsm.policy.model.impl
 
PartsAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.PartsAssertion
 
PartsType - Class in oracle.wsm.security.policy.schema
Java class for parts-type complex type.
PartsType() - Constructor for class oracle.wsm.security.policy.schema.PartsType
 
password - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
PASSWORD_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
PASSWORD_DIGEST - Static variable in class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
PASSWORD_DIGEST_10_NAMESPACE - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
PASSWORD_DIGEST_VALIDATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
PASSWORD_IGNORED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
PASSWORD_NONE - Static variable in class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
PASSWORD_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
PASSWORD_PLAINTEXT - Static variable in class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
PASSWORD_POLICY_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
PASSWORD_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
PASSWORD_TYPE_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
PasswordEnumType - Enum in oracle.wsm.security.policy.schema
Java class for password-enum-type.
passwordType - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
passwordType - Variable in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
 
passwordType - Variable in class oracle.wsm.security.policy.schema.UsernameTokenType
 
PASSWORDTYPE_ADDNONCE_ADDCREATED_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
PasswordTypeEnum - Enum in oracle.fabric.common.legacypolicy.schema
Java class for password-type-enum.
PAST_MESSAGE_VALIDATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
path - Variable in class oracle.fabric.common.legacypolicy.schema.AttributeConfigType
 
path - Variable in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
 
PATH_KEY - Static variable in class oracle.wsm.mds.MDSConstants
 
PCompliance - Annotation Type in oracle.wsm.security.policy.scenario.util
This annotation should be used for declarative policy compliance checks.
PENDING - Static variable in class oracle.wsm.common.sdk.InvocationStatus
Measurement or execution pending.
PermissionAuthorizationType - Class in oracle.wsm.security.policy.schema
Java class for permission-authorization-type complex type.
PermissionAuthorizationType() - Constructor for class oracle.wsm.security.policy.schema.PermissionAuthorizationType
 
permissionClass - Variable in class oracle.wsm.security.policy.schema.CheckPermissionType
 
permitAll - Variable in class oracle.wsm.security.policy.schema.AuthorizationType
 
pipelineAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
PLAINTEXT - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
PMMessageBundle - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle
 
PMMessageBundle_de - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_de() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_de
 
PMMessageBundle_en - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_en() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_en
 
PMMessageBundle_es - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_es() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_es
 
PMMessageBundle_fr - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_fr() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_fr
 
PMMessageBundle_it - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_it() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_it
 
PMMessageBundle_ja - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_ja() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_ja
 
PMMessageBundle_ko - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_ko() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_ko
 
PMMessageBundle_pt_BR - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_pt_BR
 
PMMessageBundle_zh_CN - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_zh_CN
 
PMMessageBundle_zh_TW - Class in oracle.wsm.resources.policymanager
 
PMMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.policymanager.PMMessageBundle_zh_TW
 
PMMessageID - Interface in oracle.wsm.resources.policymanager
 
PMMessageLogger - Class in oracle.wsm.policymanager.logging
 
PMMessageLogger() - Constructor for class oracle.wsm.policymanager.logging.PMMessageLogger
 
PMPolicyResolverBase - Class in oracle.wsm.policyaccess.impl
 
PMPolicyResolverBase() - Constructor for class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
 
PMUIMessageBundle - Class in oracle.wsm.resources.policymanager
 
PMUIMessageBundle() - Constructor for class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
POL_NAME_NULL - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
POL_SUBJECTTYPE_MISMATCH_POL_ATTACHTO - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POL_VERSION_NOT_FOUND - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICIES_COMPATIBILITY_CHECK_EXCEPTION - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICIES_CREATION_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICIES_DELETION_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICY - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
Policy - Class in oracle.wsm.policy.model.impl
import oracle.wsm.resources.policyvalidation.PolicyValidationMessageID; Policy is the access point for policy framework.
Policy() - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(boolean) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(QName, boolean) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(QName) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(String) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(String, String) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
Policy(String, String, Map<QName, String>) - Constructor for class oracle.wsm.policy.model.impl.Policy
 
policy - Variable in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
policy - Variable in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
POLICY_ACCESSOR_CONFIG_LOC - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
POLICY_ACCESSOR_ELEM - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
POLICY_ASSERTION_CAN_NOT_EMPTY - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_ASSERTION_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_ATTACHMENT_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
START **************************************** Below are for API level exception stacktrace logging only range WSM_01501 to WSM_01599
POLICY_CATEGORY_MISMATCH - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
POLICY_CLONE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
POLICY_CONFIG_FILE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants
 
POLICY_CONFIG_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_CREATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_CREATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICY_CREATE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_DELETE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICY_DELETE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_EXECUTION_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
POLICY_HAS_NO_ROLES - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
POLICY_MODEL_CONFIG - Static variable in class oracle.wsm.policy.util.PolicyConfigRegistry
 
POLICY_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_PARSE_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
POLICY_POLICYID_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_PREFIX - Static variable in class oracle.wsm.mds.MDSConstants
 
POLICY_PREFIX_NAME - Static variable in class oracle.wsm.mds.MDSConstants
 
POLICY_PROPERTY_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
below: range WSM-01700 to WSM-01799
POLICY_PROPERTY_VAL_NOT_SPECIFIED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_PROPERTYSET_NAME_CANNOT_BE_NULL - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_SET - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
POLICY_TYPE - Static variable in class oracle.wsm.mds.MDSAccessor
 
POLICY_TYPE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
 
POLICY_UNKNOWN_DATATYPE - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
POLICY_UPDATE_SUCCEEDED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
POLICY_VAL_DATATYPE_BOOL_MISMATCH - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_DATATYPE_INTEGER_MISMATCH - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_DATATYPE_PASSWORD_MISMATCH - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_DATATYPE_STRING_MISMATCH - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_POLICYID_NOT_ALLOWED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_POLICYNAME_NOT_ALLOWED - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_UNKNOWN_ATTACHTO - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VAL_UNKNOWN_CATEGORY - Static variable in interface oracle.wsm.resources.policyvalidation.PolicyValidationMessageID
 
POLICY_VALIDATION_CONFIG - Static variable in class oracle.wsm.policy.util.PolicyConfigRegistry
 
POLICY_VALIDATION_LEVEL_ORACLE - Static variable in interface oracle.wsm.policy.validation.IPolicyValidator
 
POLICY_VALIDATION_LEVEL_STD - Static variable in interface oracle.wsm.policy.validation.IPolicyValidator
 
POLICY_VERSION_DELETE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
PolicyAccessException - Exception in oracle.wsm.policyaccess
 
PolicyAccessException(String, Throwable) - Constructor for exception oracle.wsm.policyaccess.PolicyAccessException
 
PolicyAccessException(String) - Constructor for exception oracle.wsm.policyaccess.PolicyAccessException
 
PolicyAccessException(String, Object[]) - Constructor for exception oracle.wsm.policyaccess.PolicyAccessException
 
PolicyAccessException(Throwable) - Constructor for exception oracle.wsm.policyaccess.PolicyAccessException
 
PolicyAccessorImpl - Class in oracle.wsm.policyaccess.impl
 
PolicyAccessorImpl() - Constructor for class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
 
PolicyAccessResolver - Class in oracle.wsm.policyaccess.impl
 
PolicyAccessResolver() - Constructor for class oracle.wsm.policyaccess.impl.PolicyAccessResolver
 
PolicyAccessService - Class in oracle.wsm.policymanager.ejb.impl
 
PolicyAccessService() - Constructor for class oracle.wsm.policymanager.ejb.impl.PolicyAccessService
 
PolicyAccessService - Class in oracle.wsm.policymanager.impl
 
PolicyAccessService() - Constructor for class oracle.wsm.policymanager.impl.PolicyAccessService
Default constructor
PolicyAccessService(MDSConfig) - Constructor for class oracle.wsm.policymanager.impl.PolicyAccessService
Use this constructor for programmatic initialization of MDS
PolicyAccessServiceDelegate - Class in oracle.wsm.policymanager.client
 
PolicyAccessServiceDelegate(IStringPolicyAccessService) - Constructor for class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
 
PolicyAccessSubject - Class in oracle.wsm.policyaccess.impl
 
PolicyAccessSubject(Element, IPolicySubject) - Constructor for class oracle.wsm.policyaccess.impl.PolicyAccessSubject
 
PolicyAccessSubject(Element, IPolicySubject, IPolicySet) - Constructor for class oracle.wsm.policyaccess.impl.PolicyAccessSubject
 
PolicyAccessSubjectResult - Class in oracle.wsm.policyaccess.impl
 
PolicyAccessSubjectResult(boolean, Element, IPolicySet) - Constructor for class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
 
PolicyAttachment - Class in oracle.wsm.policy.model.impl
 
PolicyAttachment() - Constructor for class oracle.wsm.policy.model.impl.PolicyAttachment
 
PolicyAttachment(String, IPolicy) - Constructor for class oracle.wsm.policy.model.impl.PolicyAttachment
 
PolicyAttachment(String, IPolicyReference) - Constructor for class oracle.wsm.policy.model.impl.PolicyAttachment
 
PolicyAttachmentResult - Class in oracle.wsm.policymanager.impl
 
PolicyAttachmentResult(String, IPolicyReference, IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM) - Constructor for class oracle.wsm.policymanager.impl.PolicyAttachmentResult
 
PolicyAttachmentResultStr - Class in oracle.wsm.policymanager.impl
 
PolicyAttachmentResultStr(String, String, IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM) - Constructor for class oracle.wsm.policymanager.impl.PolicyAttachmentResultStr
 
PolicyAttachmentSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
PolicyAttachmentSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
policyAttachmentToDoc(IPolicyAttachment, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
PolicyCloneUtil - Class in oracle.wsm.policy.util
 
PolicyCloneUtil() - Constructor for class oracle.wsm.policy.util.PolicyCloneUtil
 
PolicyCompatibilityChecker - Class in oracle.wsm.policyimport.compatibility
This class is responsible for checking if the Client Side Policies associated with a Policy Subject are compatible with the Server Side Policies associated with the same Policy Subject.
PolicyCompatibilityChecker() - Constructor for class oracle.wsm.policyimport.compatibility.PolicyCompatibilityChecker
 
PolicyCompatibilityResult - Class in oracle.wsm.policyimport.compatibility
In order to manage the Qos requirements between the client and service, we provide the ability to check if the client side policies are compatible with the service side policies.
PolicyCompatibilityResult() - Constructor for class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
 
PolicyComplianceConstants - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
PolicyComplianceConstants() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
PolicyComplianceException - Exception in oracle.wsm.security.policy.scenario.policycompliance
 
PolicyComplianceException(String, String, Object...) - Constructor for exception oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException
 
PolicyComplianceException(String) - Constructor for exception oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException
 
PolicyComplianceException(String, Object...) - Constructor for exception oracle.wsm.security.policy.scenario.policycompliance.PolicyComplianceException
 
PolicyComplianceUtils - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
PolicyComplianceUtils() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils
 
PolicyComplianceUtils.ReferenceMechTypes - Enum in oracle.wsm.security.policy.scenario.policycompliance.impl
Enum represents different Reference Mechanisms which would be used for signing/ encryption
PolicyComplianceUtils.X509TokenProcessorUtils - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
PolicyComplianceUtils.X509TokenProcessorUtils() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils.X509TokenProcessorUtils
 
PolicyConfigRegistry - Class in oracle.wsm.policy.util
 
PolicyConfigRegistry() - Constructor for class oracle.wsm.policy.util.PolicyConfigRegistry
 
PolicyConstants - Interface in oracle.wsm.policy.constants
 
PolicyConstants.AlgorithmSuiteQNames - Interface in oracle.wsm.policy.constants
 
PolicyConstants.AlgorithmURIs - Interface in oracle.wsm.policy.constants
 
PolicyConstants.AttributeNames - Interface in oracle.wsm.policy.constants
 
PolicyConstants.AttributeValues - Interface in oracle.wsm.policy.constants
 
PolicyConstants.CATEGORIES_ENUM - Enum in oracle.wsm.policy.constants
 
PolicyConstants.ElementNames - Interface in oracle.wsm.policy.constants
 
PolicyConstants.ElementNames.AlgorithmSuite - Interface in oracle.wsm.policy.constants
 
PolicyConstants.ElementNames.X509Token - Interface in oracle.wsm.policy.constants
 
PolicyConstants.LayoutQNames - Interface in oracle.wsm.policy.constants
 
PolicyConstants.NAMESPACE_DECLS - Interface in oracle.wsm.policy.constants
 
PolicyConstants.NAMESPACE_URI - Interface in oracle.wsm.policy.constants
 
PolicyConstants.POLICY_NAMING_CONVENTIONS - Interface in oracle.wsm.policy.constants
 
PolicyConstants.QNames - Interface in oracle.wsm.policy.constants
 
PolicyConstants.SecurityAssertionConstants - Interface in oracle.wsm.policy.constants
 
PolicyConstants.STANDARD_PREFIXES - Interface in oracle.wsm.policy.constants
 
PolicyConstants.SupportingTokenTypes - Interface in oracle.wsm.policy.constants
 
PolicyConstants.URIs - Interface in oracle.wsm.policy.constants
 
PolicyDescriptionBundle - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle
 
PolicyDescriptionBundle_de - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_de() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_de
 
PolicyDescriptionBundle_en - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_en() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_en
 
PolicyDescriptionBundle_es - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_es() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_es
 
PolicyDescriptionBundle_fr - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_fr() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_fr
 
PolicyDescriptionBundle_it - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_it() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_it
 
PolicyDescriptionBundle_ja - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_ja() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ja
 
PolicyDescriptionBundle_ko - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_ko() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ko
 
PolicyDescriptionBundle_pt_BR - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_pt_BR() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_pt_BR
 
PolicyDescriptionBundle_zh_CN - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_zh_CN() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_CN
 
PolicyDescriptionBundle_zh_TW - Class in oracle.wsm.resources.policydescription
 
PolicyDescriptionBundle_zh_TW() - Constructor for class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_TW
 
PolicyExecutionEngine - Class in oracle.wsm.policyengine.impl
 
PolicyExecutionEngine(IExecutionContext) - Constructor for class oracle.wsm.policyengine.impl.PolicyExecutionEngine
 
PolicyExecutorFactory - Class in oracle.wsm.policyengine.util
 
PolicyExecutorFactory() - Constructor for class oracle.wsm.policyengine.util.PolicyExecutorFactory
 
PolicyExtension - Class in oracle.wsm.policy.wsdl.extensions
 
PolicyExtension() - Constructor for class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
PolicyExtensionRegistry - Class in oracle.wsm.policy.wsdl.extensions
 
PolicyExtensionRegistry() - Constructor for class oracle.wsm.policy.wsdl.extensions.PolicyExtensionRegistry
 
PolicyExtensionSerializer - Class in oracle.wsm.policy.wsdl.extensions
 
PolicyExtensionSerializer() - Constructor for class oracle.wsm.policy.wsdl.extensions.PolicyExtensionSerializer
 
PolicyManagerException - Exception in oracle.wsm.policymanager
 
PolicyManagerException(String, Object[], Throwable) - Constructor for exception oracle.wsm.policymanager.PolicyManagerException
 
PolicyManagerException(String, Object[]) - Constructor for exception oracle.wsm.policymanager.PolicyManagerException
 
PolicyManagerException(String, Throwable) - Constructor for exception oracle.wsm.policymanager.PolicyManagerException
 
PolicyManagerException(String) - Constructor for exception oracle.wsm.policymanager.PolicyManagerException
 
PolicyManagerException(Throwable) - Constructor for exception oracle.wsm.policymanager.PolicyManagerException
 
PolicyManagerFactory - Class in oracle.wsm.policymanager
Factory class suitable for obtaining access to Policy Manager objects.
PolicyManagerFactory() - Constructor for class oracle.wsm.policymanager.PolicyManagerFactory
 
PolicyManagerFactory.PM_MODE_ENUM - Enum in oracle.wsm.policymanager
 
PolicyManagerPermission - Class in oracle.wsm.policy.permission
 
PolicyManagerPermission() - Constructor for class oracle.wsm.policy.permission.PolicyManagerPermission
 
PolicyManagerPermission(String) - Constructor for class oracle.wsm.policy.permission.PolicyManagerPermission
 
PolicyManagerPermission(String, String) - Constructor for class oracle.wsm.policy.permission.PolicyManagerPermission
 
PolicyManagerStartup - Class in oracle.wsm.policymanager.util
 
PolicyManagerStartup() - Constructor for class oracle.wsm.policymanager.util.PolicyManagerStartup
 
PolicyManagerUtil - Class in oracle.wsm.policymanager
 
PolicyManagerUtil() - Constructor for class oracle.wsm.policymanager.PolicyManagerUtil
 
PolicyManagerValidator - Class in oracle.wsm.policymanager.web
 
PolicyManagerValidator() - Constructor for class oracle.wsm.policymanager.web.PolicyManagerValidator
 
PolicyMessageBundle - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle
 
PolicyMessageBundle_de - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_de() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_de
 
PolicyMessageBundle_en - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_en() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_en
 
PolicyMessageBundle_es - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_es() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_es
 
PolicyMessageBundle_fr - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_fr() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_fr
 
PolicyMessageBundle_it - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_it() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_it
 
PolicyMessageBundle_ja - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_ja() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_ja
 
PolicyMessageBundle_ko - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_ko() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_ko
 
PolicyMessageBundle_pt_BR - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_pt_BR
 
PolicyMessageBundle_zh_CN - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_zh_CN
 
PolicyMessageBundle_zh_TW - Class in oracle.wsm.resources.policy
 
PolicyMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.policy.PolicyMessageBundle_zh_TW
 
PolicyMessageID - Interface in oracle.wsm.resources.policy
 
PolicyMessageLogger - Class in oracle.wsm.policy.logging
 
PolicyMessageLogger() - Constructor for class oracle.wsm.policy.logging.PolicyMessageLogger
 
PolicyMgrUtil - Class in oracle.wsm.policymanager.util
 
PolicyMgrUtil() - Constructor for class oracle.wsm.policymanager.util.PolicyMgrUtil
 
PolicyModelException - Exception in oracle.wsm.policy.model
 
PolicyModelException(String) - Constructor for exception oracle.wsm.policy.model.PolicyModelException
 
PolicyModelException(String, Object[]) - Constructor for exception oracle.wsm.policy.model.PolicyModelException
 
PolicyModelException(String, Throwable) - Constructor for exception oracle.wsm.policy.model.PolicyModelException
 
PolicyModelException(String, Object[], Throwable) - Constructor for exception oracle.wsm.policy.model.PolicyModelException
 
PolicyNameUtil - Class in oracle.wsm.policy.util
PolicyUtil contains several utility methods for policy manipulations.
PolicyNameUtil() - Constructor for class oracle.wsm.policy.util.PolicyNameUtil
 
PolicyParseFailedException - Exception in oracle.wsm.policy.parser
 
PolicyParseFailedException(String) - Constructor for exception oracle.wsm.policy.parser.PolicyParseFailedException
 
PolicyParseFailedException(String, Throwable) - Constructor for exception oracle.wsm.policy.parser.PolicyParseFailedException
Deprecated.  
PolicyParseFailedException(String, Object[]) - Constructor for exception oracle.wsm.policy.parser.PolicyParseFailedException
 
PolicyParseFailedException(String, Object[], Throwable) - Constructor for exception oracle.wsm.policy.parser.PolicyParseFailedException
 
PolicyParser - Class in oracle.wsm.policy.util
 
PolicyParser() - Constructor for class oracle.wsm.policy.util.PolicyParser
 
POLICYREFERENCE - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
PolicyReference - Class in oracle.wsm.policy.model.impl
PolicyReference class has implicit reference to a external policy.
PolicyReference(String) - Constructor for class oracle.wsm.policy.model.impl.PolicyReference
 
PolicyReference(String, long) - Constructor for class oracle.wsm.policy.model.impl.PolicyReference
 
PolicyReference(QName) - Constructor for class oracle.wsm.policy.model.impl.PolicyReference
 
PolicyReference(QName, String) - Constructor for class oracle.wsm.policy.model.impl.PolicyReference
 
PolicyReference(QName, String, long) - Constructor for class oracle.wsm.policy.model.impl.PolicyReference
 
policyReference - Variable in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
PolicyReferenceExtension - Class in oracle.wsm.policy.wsdl.extensions
 
PolicyReferenceExtension() - Constructor for class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
PolicyReferenceExtensionSerializer - Class in oracle.wsm.policy.wsdl.extensions
 
PolicyReferenceExtensionSerializer() - Constructor for class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtensionSerializer
 
PolicyReferenceSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
PolicyReferenceSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.PolicyReferenceSerializerDeSerializer
 
PolicyRegistry - Class in oracle.wsm.policy.util
PolicyRegistry is contains reference to external policy that are used by the policy model to resolve policy reference objects to their actual policies.
PolicyRegistry() - Constructor for class oracle.wsm.policy.util.PolicyRegistry
 
PolicyRegistry(IPolicyRegistry) - Constructor for class oracle.wsm.policy.util.PolicyRegistry
 
PolicySerializationFailedException - Exception in oracle.wsm.policy.parser
 
PolicySerializationFailedException(String) - Constructor for exception oracle.wsm.policy.parser.PolicySerializationFailedException
 
PolicySerializationFailedException(String, Throwable) - Constructor for exception oracle.wsm.policy.parser.PolicySerializationFailedException
Deprecated.  
PolicySerializationFailedException(String, Object[], Throwable) - Constructor for exception oracle.wsm.policy.parser.PolicySerializationFailedException
 
PolicySerializationFailedException(String, Object[]) - Constructor for exception oracle.wsm.policy.parser.PolicySerializationFailedException
 
PolicySerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
PolicySerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.PolicySerializerDeSerializer
 
PolicySerializerDeSerializerFactory - Class in oracle.wsm.policy.util
This class maintains a Map of the Serializer/DeSerializers to be used for serializing/de-serializing a Policy.
PolicySerializerDeSerializerFactory() - Constructor for class oracle.wsm.policy.util.PolicySerializerDeSerializerFactory
 
PolicyService - Class in oracle.wsm.policymanager.ejb.impl
 
PolicyService() - Constructor for class oracle.wsm.policymanager.ejb.impl.PolicyService
 
PolicyService - Class in oracle.wsm.policymanager.impl
 
PolicyService() - Constructor for class oracle.wsm.policymanager.impl.PolicyService
 
PolicyService(MDSConfig) - Constructor for class oracle.wsm.policymanager.impl.PolicyService
Use this constructor for programmatic initialization of MDS
PolicyServiceDelegate - Class in oracle.wsm.policymanager.client
 
PolicyServiceDelegate(IStringPolicyService) - Constructor for class oracle.wsm.policymanager.client.PolicyServiceDelegate
 
PolicySet - Class in oracle.wsm.policy.model.impl
 
PolicySet() - Constructor for class oracle.wsm.policy.model.impl.PolicySet
 
PolicySetSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
PolicySetSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.PolicySetSerializerDeSerializer
 
PolicySubject - Class in oracle.wsm.policy.model.impl
 
PolicySubject(String) - Constructor for class oracle.wsm.policy.model.impl.PolicySubject
 
PolicySubject(QName, String) - Constructor for class oracle.wsm.policy.model.impl.PolicySubject
 
PolicySubjectAttachmentResult - Class in oracle.wsm.policymanager.impl
 
PolicySubjectAttachmentResult(List<IPolicyAttachmentResult>, List<IValidationError>) - Constructor for class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResult
 
PolicySubjectAttachmentResultStr - Class in oracle.wsm.policymanager.impl
 
PolicySubjectAttachmentResultStr(List<IPolicyAttachmentResultStr>, List<IValidationError>) - Constructor for class oracle.wsm.policymanager.impl.PolicySubjectAttachmentResultStr
 
PolicySubjectSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
PolicySubjectSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.PolicySubjectSerializerDeSerializer
 
PolicySubjectValidatorUtil - Class in oracle.wsm.policy.validation.util
 
PolicySubjectValidatorUtil() - Constructor for class oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
 
policyToDoc(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
policyToDoc(IPolicy, boolean) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
PolicyTool - Class in oracle.wsm.policytools
 
PolicyTool(PolicyTool.FILE_TYPE, String) - Constructor for class oracle.wsm.policytools.PolicyTool
 
PolicyTool.FILE_TYPE - Enum in oracle.wsm.policytools
 
PolicyUtil - Class in oracle.wsm.policy.util
PolicyUtil contains several utility methods for policy manipulations.
PolicyUtil() - Constructor for class oracle.wsm.policy.util.PolicyUtil
 
PolicyValidationMessageBundle - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle
 
PolicyValidationMessageBundle_de - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_de() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_de
 
PolicyValidationMessageBundle_en - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_en() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_en
 
PolicyValidationMessageBundle_es - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_es() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_es
 
PolicyValidationMessageBundle_fr - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_fr() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_fr
 
PolicyValidationMessageBundle_it - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_it() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_it
 
PolicyValidationMessageBundle_ja - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_ja() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_ja
 
PolicyValidationMessageBundle_ko - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_ko() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_ko
 
PolicyValidationMessageBundle_pt_BR - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_pt_BR
 
PolicyValidationMessageBundle_zh_CN - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_zh_CN
 
PolicyValidationMessageBundle_zh_TW - Class in oracle.wsm.resources.policyvalidation
 
PolicyValidationMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.policyvalidation.PolicyValidationMessageBundle_zh_TW
 
PolicyValidationMessageID - Interface in oracle.wsm.resources.policyvalidation
 
PolicyValidationTool - Class in oracle.wsm.policytools
 
PolicyValidatorFactory - Class in oracle.wsm.policy.util
 
PolicyValidatorFactory() - Constructor for class oracle.wsm.policy.util.PolicyValidatorFactory
 
policyVersionAttrQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
PolicyWriter - Class in oracle.wsm.policy.util
 
populateAlgorithmSuiteAssertion(String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
Populates the algorithm Suite assertion object and returns the same to the caller.
populateAssertionExecutors(IAssertion, Map<IAssertion, IAssertionExecutor>, IContext) - Method in class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
populateAssertionExecutors(IAssertion, Map<IAssertion, IAssertionExecutor>, IContext) - Method in class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
populateAsymmetricBindingAssertion(String, String, String, String, String, String, String, boolean, boolean) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateAsymmetricBindingAssertion(String, String, String, String, String, String, String, boolean, boolean, String, String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateKerberosTokenAssertion(String, boolean, String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateKerberosWss11Assertion(boolean) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateLayoutAssertion(String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
Populates the LayourtAssertion obejct and retruns it to the caller.
populatePermissionObject(String, String, String) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
populateProtocol(PolicyManagerFactory.PM_MODE_ENUM, Map<String, String>) - Static method in class oracle.wsm.policymanager.PolicyManagerFactory
 
populateSamlAssertion(String, String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateSamlTokenAssertion(SamlTokenType, String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateSignedEncryptedPartsElem(List<SignedEncryptedPartsType>, List<SignedEncryptedPartsType>, List<SignedEncryptedPartsType>, AdvertisementContext) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateSymmetricBindingAssertion(String, String, String, boolean, String, String, boolean, boolean) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateTransportBindingAssertion(RequireTlsType) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
populateWss10Assertion(String, String) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
Populates the Wss10Assertion object and returns it to the caller.
populateWss11Assertion(String, String, boolean) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
Populates the Wss11Assertion and returns it to the caller.
populateX509TokenAssertion(String, String, String, String, boolean, boolean, boolean) - Static method in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
Populates the X509TokenAssertion object and returns the same to thec caller.
PORT_NAME - Static variable in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
 
PORTTYPE_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
PORTTYPE_OPER_FAULT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
PORTTYPE_OPER_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
PORTTYPE_OPER_INPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
PORTTYPE_OPER_OUTPUT_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
postExecute(IContext) - Method in interface oracle.wsm.policyengine.IAssertionExecutor
Executes any task required after policy execution.
postExecute(IContext) - Method in class oracle.wsm.policyengine.impl.AssertionExecutor
Executes any task required after policy execution.
postExecute(IContext) - Method in class oracle.wsm.policyengine.impl.runtime.AssertionExecutor
Executes any task required after policy execution.
postExecute(IMessageContext) - Method in class oracle.wsm.policyengine.impl.runtime.AssertionExecutor
Executes any task required after policy execution.
postExecute(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_de
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_es
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_fr
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_it
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ja
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_ko
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_pt_BR
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_CN
 
prefix - Static variable in class oracle.wsm.resources.policydescription.PolicyDescriptionBundle_zh_TW
 
PREFIX_KEY - Static variable in class oracle.wsm.mds.MDSConstants
 
printAssertionClass(IAssertion) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
printClassNames() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
printClassNames() - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPMessage
 
printPolicyClass(IPolicy) - Static method in class oracle.wsm.policy.util.PolicyUtil
 
PROBLEM_CLONING_MESSAGE - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
NON API logging Start
PROCESS_EVENT_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
PROCESS_FAULT_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
PROCESS_FINISH_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
PROCESS_INIT_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
PROCESS_REQUEST_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
START **************************************** CXZHAO, below are for API level exception stacktrace logging only range WSM_07501 to WSM_07599
PROCESS_RESPONSE_FAILED - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
processElementsForSigning(Document, ElementsType, List<String>, WSSignatureParams) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
processEvent(Map<String, Object>, String) - Method in interface oracle.wsm.agent.IWSMAgent
 
processEvent(Map<String, Object>, String) - Method in class oracle.wsm.agent.WSMAgent
 
processEvent(List<IPolicyAccessSubject>, int) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessorImpl
This method deletes the backtrace entries for deatcivated SCA Component, Service and Module.
processEvent(List<IPolicyAccessSubject>, int) - Method in interface oracle.wsm.policyaccess.IPolicyAccessor
This api deletes the backtrace entries for deatcivated SCA Component, Service and Module.
processFault(InterceptorContext<SOAPMessage>) - Method in class oracle.fabric.common.BindingSecurityInterceptor
Process the fault.
processFault(InterceptorContext<NormalizedMessageCore>) - Method in class oracle.fabric.common.WireSecurityInterceptor
Process the fault.
processFault(IMessageContext) - Method in interface oracle.wsm.agent.IWSMAgent
 
processFault(IMessageContext) - Method in class oracle.wsm.agent.WSMAgent
 
processInboundOutbound(InboundConfigType, OutboundConfigType) - Method in class oracle.fabric.common.legacypolicy.LegacyPolicyConversion
 
processInterceptorLifecycleEvent(LifecycleEvent) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
Process lifecycle event.
processLegacyPolicy(LifecycleEvent, IPolicySet) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
processRequest(InterceptorContext<SOAPMessage>) - Method in class oracle.fabric.common.BindingSecurityInterceptor
Process the request.
processRequest(InterceptorContext<NormalizedMessageCore>) - Method in class oracle.fabric.common.WireSecurityInterceptor
Process the request.
processRequest(IMessageContext) - Method in interface oracle.wsm.agent.IWSMAgent
 
processRequest(IMessageContext) - Method in class oracle.wsm.agent.WSMAgent
 
processResponse(InterceptorContext<SOAPMessage>) - Method in class oracle.fabric.common.BindingSecurityInterceptor
Process the response.
processResponse(InterceptorContext<NormalizedMessageCore>) - Method in class oracle.fabric.common.WireSecurityInterceptor
Process the response.
processResponse(IMessageContext) - Method in interface oracle.wsm.agent.IWSMAgent
 
processResponse(IMessageContext) - Method in class oracle.wsm.agent.WSMAgent
 
processResult(IResult) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
processWSDLBinding(Binding, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL Binding.
processWSDLBindingFault(BindingFault, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL BindingFault.
processWSDLBindingInput(BindingInput, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL Binding Input.
processWSDLBindingOutput(BindingOutput, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL Binding Output.
processWSDLOperation(BindingOperation, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL Binding Operation.
processWSDLPort(Port, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for the WSDL Port.
processWSDLService(Service, Map<Object, List<IPolicyReference>>) - Static method in class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
Populates the Map with the PolicyReferences for this service.
PROGRAMMATIC_INIT - Static variable in class oracle.wsm.mds.MDSConstants
 
PROMOTE_AT_TO_TIP_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
PROMOTE_POLICY_TO_TIP_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
promoteAssertionTemplateToTip(String, long) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Promote a previous policy version to the latest.
promoteAssertionTemplateToTip(String, long) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
promoteAssertionTemplateToTip(String, long) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
promoteAssertionTemplateToTip(String, long) - Method in interface oracle.wsm.policymanager.IUpdateService
Promote a previous policy version to the latest.
promoteAssertionTemplateToTipString(String, long) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
promoteAssertionTemplateToTipString(String, long) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
promoteAssertionTemplateToTipString(String, long) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Promote a previous policy version to the latest.
promotePolicyToTip(String, long) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Promote a previous policy version to the latest.
promotePolicyToTip(String, long) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
promotePolicyToTip(String, long) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
promotePolicyToTip(String, long) - Method in interface oracle.wsm.policymanager.IUpdateService
Promote a previous policy version to the latest.
promotePolicyToTipString(String, long) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
promotePolicyToTipString(String, long) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
promotePolicyToTipString(String, long) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Promote a previous policy version to the latest.
PROP_ASSERTION_HOME_FILE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of the property that contains the location of the assertion template repository.
PROP_ATTACHMENT_HOME_FILE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of the property that contains the location of the policy attachment repository.
PROP_CURRENT_DIR - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of current directory.
PROP_DEFAULT_CLASSPATH_ROOTS - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of default classpath policy roots path.
PROP_INSTANCE_HOME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of system property that contains the location of this J2EE instance.
PROP_MODULE_HOME_FILE - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
PROP_MODULE_HOME_FILE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Alternate (preferred) name of the property that contains the location of the policy repository.
PROP_MODULE_HOME_MDS - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
PROP_MODULE_HOME_MDS - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of the property that contains the location of the file-based MDS repository.
PROP_NAME_ATTR - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
PROP_PATH_SEPARATOR - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Character used to separate paths.
PROP_POLICY_HOME_FILE - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name for the property that contains the location of the policy repository.
PROP_USER_HOME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Name of system property that contains the location of the user's home directory.
properties - Variable in class oracle.fabric.common.AbstractSecurityInterceptor
 
PROPERTIES_ELEM - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.VerifyX509TokenConfigType
 
property - Variable in class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
 
Property - Class in oracle.wsm.policy.model.impl
 
Property() - Constructor for class oracle.wsm.policy.model.impl.Property
 
Property(String, String) - Constructor for class oracle.wsm.policy.model.impl.Property
 
PROPERTY_ELEM - Static variable in class oracle.wsm.policymanager.PolicyManagerFactory
 
PROPERTY_NAME_REQUIRED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
PROPERTY_TYPE_REQUIRED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
PropertyConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for property-config-type complex type.
PropertyConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
 
PropertySet - Class in oracle.wsm.policy.model.impl
 
PropertySet() - Constructor for class oracle.wsm.policy.model.impl.PropertySet
 
ProtectionTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
ProtectionTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.ProtectionTokenAssertion
 
ProtectionTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.ProtectionTokenAssertion
 
ProtectionTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
ProtectTokensQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 

Q

qname - Static variable in class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
QNAME - Static variable in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
qname - Static variable in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
QUERY_RUNTIMEEXCEPTION - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
QueryService - Class in oracle.wsm.policymanager.ejb.impl
 
QueryService() - Constructor for class oracle.wsm.policymanager.ejb.impl.QueryService
 
QueryService - Class in oracle.wsm.policymanager.impl
 
QueryService() - Constructor for class oracle.wsm.policymanager.impl.QueryService
Default constructor This constructor uses declarative MDS lookup
QueryService(MDSConfig) - Constructor for class oracle.wsm.policymanager.impl.QueryService
Initialize PolicyQuery with custom configuration for datasource
QueryServiceDelegate - Class in oracle.wsm.policymanager.client
 
QueryServiceDelegate(IStringQueryService) - Constructor for class oracle.wsm.policymanager.client.QueryServiceDelegate
 
QueryUtil - Class in oracle.wsm.policymanager.util
 
QueryUtil() - Constructor for class oracle.wsm.policymanager.util.QueryUtil
 

R

RB_KEY_NOT_FOUND - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
rcptEncKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
rcptSignKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
READ_ONLY_REPOSITORY - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
REALM_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
REALM_MISMATCH_ORNULL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
REALM_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
RECEIVE_FAULT_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
RECEIVE_REQUEST_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
RECEIVE_RESPONSE_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
receiveFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingPermissionAuthorizationScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentPermissionAuthorizationScenarioExecutor
This method checks if the user is authorized to perform an action on a given resource
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
receiveRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
receiveResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
RECIPIENT_KEY_ALIAS_NOT_CONFIGURED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
recipientKey - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
RecipientTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
RecipientTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
RecipientTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
RecipientTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
RecipientTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
REFERENCE_UNOBTAINABLE_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
register(String, IPolicy) - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
register(String, IPolicy) - Method in class oracle.wsm.policy.util.PolicyRegistry
 
registerSerializer(ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtensionSerializer
Registers the serializer.
registerSerializer(ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtensionSerializer
Registers the serializer.
RELIABLE_MESSAGING - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
REMOTE_IP - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
REMOTE_PROTOCOL_NAME - Static variable in interface oracle.wsm.policyaccess.IPolicyAccessor
 
REMOTE_PROTOCOL_NAME - Static variable in class oracle.wsm.policymanager.PolicyManagerUtil
Remote access protocol (connects to Policy Manager EJBs)
RemotePolicyResolver - Class in oracle.wsm.policyaccess.impl.remote
 
RemotePolicyResolver() - Constructor for class oracle.wsm.policyaccess.impl.remote.RemotePolicyResolver
 
REMOVE_RESOURCE_FROM_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
removeActionMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
removeActionMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
removeAllConfigReferences() - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
removeAllConfigReferences() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
removeAllConfigs() - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
removeAllConfigs() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
removeAssertion(IAssertion) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
removeAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
removeAssertion(int) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
removeAssertions(List<IAssertion>) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
removeAssertions(List<IAssertion>) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
removeAttachmentEntries(List<IPolicySubject>) - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
removeAttachmentEntries(List<IPolicySubject>) - Method in interface oracle.wsm.policyaccess.impl.IPolicyResolver
 
removeAttachmentEntries(List<IPolicySubject>) - Method in class oracle.wsm.policyaccess.impl.PMPolicyResolverBase
 
removeAttachmentEntries(String, List<IPolicySubject>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
removeAttachmentEntry(IPolicy, List<String>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
removeAttachmentEntryString(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
removeAttachmentEntryString(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deprecated.  
removeAttribute(QName) - Method in interface oracle.wsm.policy.model.IAssertion
 
removeAttribute(QName) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
removeAttribute(QName) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
removeAttrsForOracleWSPolicyAdvertisement(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.Policy
 
removeAttrsForOracleWSPolicyAdvertisement(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
removeAttrsForWSPolicyAdvertisement(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.Policy
 
removeAttrsForWSPolicyAdvertisement(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
removeBindings() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
removeBindings() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
Removes IAssertionBindings if any from the assertion
removeConfig(IConfig) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
removeConfig(IConfig) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
removeConfigReference(IConfigReference) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
removeConfigReference(IConfigReference) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
removeConstraintMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
removeConstraintMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
removeExtensibilityElement(ExtensibilityElement) - Method in class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
Remove an extensibility element.
removeExtensibilityElement(ExtensibilityElement) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
removeGuard() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
removeGuard() - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
removePolicy(IPolicy) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
removePolicy(IPolicy) - Method in class oracle.wsm.policy.model.impl.PolicySet
Removes the policy from the PolicySet.
removePolicy(IPolicy) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
removePolicyAttachment(IPolicyAttachment) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
removePolicyReference(IPolicyReference) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
removePolicyReference(IPolicyReference) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
removePolicySubject(String) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
removePolicySubject(String) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
removePolicySubjectObj(IPolicySubject) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
removePolicySubjectObj(IPolicySubject) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
removeProperty(IProperty) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
removeProperty(IProperty) - Method in interface oracle.wsm.policy.model.IPropertySet
Remove a Property
removePropertySet(IPropertySet) - Method in interface oracle.wsm.policy.model.IConfig
Remove a PropertySet
removePropertySet(IPropertySet) - Method in class oracle.wsm.policy.model.impl.Config
 
removeResourceMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
removeResourceMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
removeSecurityHeader(WSSecurity) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Remove the given WSSecurity header from this SOAPEnvelope.
REPEATED_POLREFS - Static variable in interface oracle.wsm.resources.policyaccess.PAPMessageID
 
replaceChars(String) - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidatorUtils
 
REQUEST_PROCESSED_HEADERS - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
requests - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
REQUIRE_CLIENT_CERTIFICATE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
REQUIRE_TLS - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
REQUIRE_TLS_JAXB_ELEM - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
RequireClientCertTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
requireCreated - Variable in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
 
REQUIRED - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
RequiredElementsAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
RequiredElementsAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.RequiredElementsAssertion
 
RequiredElementsAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.RequiredElementsAssertion
 
RequiredElementsQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RequireDerivedKeysQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RequireEmbeddedTokenReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RequireIssuerSerialReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RequireKeyIdentifierReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
requireNonce - Variable in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
 
requiresEncCheck(IMessageContext, Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.scenario.util.EmptyEncryptionHandler
 
requireSignature - Variable in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 
RequireSignatureConfirmationQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RequireThumbprintReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
requireTls - Variable in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
 
requireTls - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
 
requireTls - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
 
requireTls - Variable in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
 
RequireTlsType - Class in oracle.wsm.security.policy.schema
Java class for require-tls-type complex type.
RequireTlsType() - Constructor for class oracle.wsm.security.policy.schema.RequireTlsType
 
reset() - Method in class oracle.wsm.common.sdk.InvocationStatus
reset all fileds
resolve(X509KeyIdentifier, String) - Method in class oracle.wsm.security.policy.scenario.util.WSMX509KeyIdentifierResolver
 
resolvePropertyTokens(String, Properties) - Static method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
resolveSignedEncryptedParts(IMessageContext.STAGE, String, Wss10MsgSecurityType) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
resolveSystemPropertyTokens(String) - Static method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
RESOURCE_CREATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_DELETE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_EXISTS - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_NOT_FOUND - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_NOT_FOUND_FOR_DEL - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_PATTERN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
RESOURCE_PATTERN_QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
RESOURCE_RETRIEVAL_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
RESOURCE_VERSION_NOT_FOUND - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
ResourceManager - Class in oracle.wsm.resources
 
ResourceManager() - Constructor for class oracle.wsm.resources.ResourceManager
 
RESPONSE_PROCESSED_HEADERS - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
responses - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
Result - Class in oracle.wsm.common.sdk
Result encapulates the result of pipeline and step executions.
Result() - Constructor for class oracle.wsm.common.sdk.Result
 
returnReferenceMechType(WSSecurityTokenReferenceType, String) - Method in class oracle.wsm.security.policy.scenario.policycompliance.impl.GenericReferenceMechanism11ComplianceHandler
 
revPipelineAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
RMI_PORT_LOOKUP_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
ROLE_CLASS_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
ROLE_CLASS_SPECIFIED_BUT_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
roles - Variable in class oracle.wsm.security.policy.schema.AuthorizationType
 
RoleType - Class in oracle.wsm.security.policy.schema
Java class for role-type complex type.
RoleType() - Constructor for class oracle.wsm.security.policy.schema.RoleType
 
RSA_SHA1 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 

S

SAML10PolicyComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SAML10PolicyComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SAML10PolicyComplianceHandler
 
SAML11AssertionIssuer - Class in oracle.wsm.security.saml.v11
 
SAML11AssertionIssuer(Document) - Constructor for class oracle.wsm.security.saml.v11.SAML11AssertionIssuer
 
SAML11AttributeStatementGenerator - Class in oracle.wsm.security.saml.v11
 
SAML11AttributeStatementGenerator(Document) - Constructor for class oracle.wsm.security.saml.v11.SAML11AttributeStatementGenerator
 
SAML11AuthenticationStatementGenerator - Class in oracle.wsm.security.saml.v11
 
SAML11AuthenticationStatementGenerator(Document) - Constructor for class oracle.wsm.security.saml.v11.SAML11AuthenticationStatementGenerator
 
SAML11StatementGenerator - Class in oracle.wsm.security.saml.v11
 
SAML11StatementGenerator() - Constructor for class oracle.wsm.security.saml.v11.SAML11StatementGenerator
 
SAML_ASSERTION_FILE_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_ASSERTION_MISSING - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SAML_BEARER - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_HOK_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SAML_ISSUER_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SAML_SENDER_VOUCHES - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_SUBJ_CONFIRMATION_HOLDER_OF_KEY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SAML_SUBJ_CONFIRMATION_SENDER_VOUCHES - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SAML_SUBJECT_NAME_FORMAT_UNSPECIFIED - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_SUBJECT_NAME_QUALIFIER - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SAML_SUBJECTCONFIRMATION_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SAML_TOKEN_INSERTION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SAML_TOKEN_MISSING - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SAML_TOKEN_VERIFICATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SAML_VERSION_11 - Static variable in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
SAML_VERSION_20 - Static variable in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
SAML_VERSION_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
samlAssnQName - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
samlAuthenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
samlAuthority - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
SamlAuthorityConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for saml-authority-config-type complex type.
SamlAuthorityConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
 
SamlConfirmationEnumType - Enum in oracle.wsm.security.policy.schema
Java class for saml-confirmation-enum-type.
SAMLPolicy - Class in oracle.fabric.common.legacypolicy
 
SAMLPolicy(SecurityConfigType, VerifySamlTokenConfigType, SamlTokenConfigType, VerifySignatureConfigType, SignatureConfigType, DecryptConfigType, EncryptConfigType, boolean) - Constructor for class oracle.fabric.common.legacypolicy.SAMLPolicy
This constructor sets the config elements read from the legacy policy.These config elements are then used to generate the new framework policies
samlToken - Variable in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
samlToken - Variable in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
 
samlToken - Variable in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
 
SAMLTOKEN_LOCAL_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SamlTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SamlTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
Default constructor.
SAMLTokenCallback - Class in oracle.wsm.security.callback
 
SAMLTokenCallback() - Constructor for class oracle.wsm.security.callback.SAMLTokenCallback
Constructor
SAMLTokenCallback(String) - Constructor for class oracle.wsm.security.callback.SAMLTokenCallback
Constructor
SAMLTokenCallbackHandler - Class in oracle.wsm.security.policy.scenario.client
 
SAMLTokenCallbackHandler(String) - Constructor for class oracle.wsm.security.policy.scenario.client.SAMLTokenCallbackHandler
 
SamlTokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for saml-token-config-type complex type.
SamlTokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
SamlTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SamlTokenType - Class in oracle.wsm.security.policy.schema
Java class for saml-token-type complex type.
SamlTokenType() - Constructor for class oracle.wsm.security.policy.schema.SamlTokenType
 
SAX_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
SCA_COMPONENT_AUTHORIZATION_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
SCA_COMPONENT_PERMISSIOM_AUTHORIZATION_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
SCA_DomainAlternativeQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SCA_DomainAlternativeReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SCA_DOMAINALTERNATIVES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SCA_DOMAINALTERNATIVESREF - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SCA_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
SCA_POLICYPROFILE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SCA_PolicyProfileQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SCA_POLICYPROFILEREF - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SCA_PolicyProfileReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SCA_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_DECLS
 
SCA_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
ScaComponentAuthorizationJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for component-authorization-type complex type.
ScaComponentAuthorizationJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.ScaComponentAuthorizationJaxbElem
 
SCAComponentAuthorizationScenario - Class in oracle.wsm.security.policy.scenario
 
SCAComponentAuthorizationScenario() - Constructor for class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
SCAComponentAuthorizationScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
SCAComponentAuthorizationScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
ScaComponentPermissionAuthorizationJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for component-permission-authorization-type complex type.
ScaComponentPermissionAuthorizationJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.ScaComponentPermissionAuthorizationJaxbElem
 
SCAComponentPermissionAuthorizationScenario - Class in oracle.wsm.security.policy.scenario
 
SCAComponentPermissionAuthorizationScenario() - Constructor for class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
SCAComponentPermissionAuthorizationScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
SCAComponentPermissionAuthorizationScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.SCAComponentPermissionAuthorizationScenarioExecutor
 
SCAPolicyUtil - Class in oracle.wsm.policy.util
 
SCAPolicyUtil() - Constructor for class oracle.wsm.policy.util.SCAPolicyUtil
 
SCAUtils - Class in oracle.wsm.xml
 
SCAUtils() - Constructor for class oracle.wsm.xml.SCAUtils
 
SCENARIO_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
SCENARIO_TYPE - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
ScenarioAssertion - Class in oracle.wsm.policy.model.impl
 
ScenarioAssertion(QName, Object, int) - Constructor for class oracle.wsm.policy.model.impl.ScenarioAssertion
 
ScenarioAssertion(QName, int) - Constructor for class oracle.wsm.policy.model.impl.ScenarioAssertion
 
ScenarioAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.ScenarioAssertion
 
ScenarioAssertion(QName, Object) - Constructor for class oracle.wsm.policy.model.impl.ScenarioAssertion
 
ScenarioAssertionType - Class in oracle.wsm.security.policy.schema
Java class for scenario-assertion-type complex type.
ScenarioAssertionType() - Constructor for class oracle.wsm.security.policy.schema.ScenarioAssertionType
 
ScenarioConstants - Class in oracle.wsm.security.policy.scenario
 
ScenarioConstants() - Constructor for class oracle.wsm.security.policy.scenario.ScenarioConstants
Creates a new instance of ScenarioConstants
ScenarioType - Enum in oracle.wsm.security.policy.scenario.util
 
ScenarioUtils - Class in oracle.wsm.security.policy.scenario.util
 
ScenarioUtils() - Constructor for class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
ScenarioUtils.Credentials - Class in oracle.wsm.security.policy.scenario.util
Inner class for storing the username and password
SEARCH_POLICIES_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
SearchCriteria - Class in oracle.wsm.policymanager
 
SearchCriteria() - Constructor for class oracle.wsm.policymanager.SearchCriteria
 
searchDocuments(Condition) - Method in class oracle.wsm.mds.MDSAccessor
 
searchPolicies(SearchCriteria) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Search and return a list of policies that meet the passed search Criteria
searchPolicies(SearchCriteria) - Method in class oracle.wsm.policymanager.impl.QueryService
Search policies depending on the query specified in the passed SearchCriteria
searchPolicies(SearchCriteria) - Method in interface oracle.wsm.policymanager.IQueryService
Search and return a list of policies that meet the passed search Criteria
searchPoliciesAsString(SearchCriteria) - Method in class oracle.wsm.policymanager.impl.QueryService
 
searchPoliciesAsString(SearchCriteria) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Search and return a list of policies that meet the passed search Criteria
SECURE_MESSAGE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.POLICY_NAMING_CONVENTIONS
 
SECURITY - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
SECURITY_CATEGORY_AUTHENTICATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
SECURITY_CATEGORY_AUTHORIZATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
SECURITY_CATEGORY_MSG_PROTECTION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
SECURITY_LOCAL_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SECURITY_NS - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SECURITY_PORT - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
SECURITY_SUBJECT - Static variable in interface oracle.wsm.common.sdk.IMessageContext
 
SECURITY_TOKEN_UNAVAILABLE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SECURITY_WSU_NS - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SecurityConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for security-config-type complex type.
SecurityConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
SecurityConstants - Interface in oracle.wsm.security.util
 
SecurityConstants.ClientConstants - Interface in oracle.wsm.security.util
ClientConstants defines all the properties that are exposed to users for programmatic override.
SecurityConstants.ComponentOverride - Interface in oracle.wsm.security.util
 
SecurityConstants.Config - Interface in oracle.wsm.security.util
 
SecurityConstants.ConfigOverride - Interface in oracle.wsm.security.util
This interface has 11g style properties which should be used for declartive override.
SecurityConstants.ServerOverride - Interface in oracle.wsm.security.util
 
SecurityConstants.WSSOverride - Interface in oracle.wsm.security.util
This interface is an internal wrapper of 10g properties.
SecurityException - Exception in oracle.wsm.security
 
SecurityException(String, Object...) - Constructor for exception oracle.wsm.security.SecurityException
 
SecurityException(Throwable, String, Object...) - Constructor for exception oracle.wsm.security.SecurityException
 
SecurityException(Throwable) - Constructor for exception oracle.wsm.security.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception oracle.wsm.security.SecurityException
 
SecurityMessageBundle - Class in oracle.wsm.resources.security
 
SecurityMessageBundle() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle
 
SecurityMessageBundle_de - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_de() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_de
 
SecurityMessageBundle_en - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_en() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_en
 
SecurityMessageBundle_es - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_es() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_es
 
SecurityMessageBundle_fr - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_fr() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_fr
 
SecurityMessageBundle_it - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_it() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_it
 
SecurityMessageBundle_ja - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_ja() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_ja
 
SecurityMessageBundle_ko - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_ko() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_ko
 
SecurityMessageBundle_pt_BR - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_pt_BR() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_pt_BR
 
SecurityMessageBundle_zh_CN - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_zh_CN() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_zh_CN
 
SecurityMessageBundle_zh_TW - Class in oracle.wsm.resources.security
 
SecurityMessageBundle_zh_TW() - Constructor for class oracle.wsm.resources.security.SecurityMessageBundle_zh_TW
 
SecurityMessageID - Interface in oracle.wsm.resources.security
 
SecurityMessageLogger - Class in oracle.wsm.security.logging
 
SecurityMessageLogger() - Constructor for class oracle.wsm.security.logging.SecurityMessageLogger
 
SecurityMessageLogger.UsernameTokenMessagesLogger - Class in oracle.wsm.security.logging
 
SecurityMessageLogger.UsernameTokenMessagesLogger() - Constructor for class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
SecurityOperationConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for security-operation-config-type complex type.
SecurityOperationConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
 
SecurityPolicyListImpl - Class in oracle.wsm.agent.handler.wls
 
SecurityPolicyListImpl() - Constructor for class oracle.wsm.agent.handler.wls.SecurityPolicyListImpl
 
SecurityPolicyModelUtil - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SecurityPolicyModelUtil() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SecurityPolicyModelUtil
 
SecurityPolicyValidator - Class in oracle.wsm.security.policy.validation
 
SecurityPolicyValidator() - Constructor for class oracle.wsm.security.policy.validation.SecurityPolicyValidator
 
SecurityPolicyValidatorUtils - Class in oracle.wsm.security.policy.validation
 
SecurityPolicyValidatorUtils() - Constructor for class oracle.wsm.security.policy.validation.SecurityPolicyValidatorUtils
 
SecurityScenario - Class in oracle.wsm.security.policy.scenario
 
SecurityScenario(QName) - Constructor for class oracle.wsm.security.policy.scenario.SecurityScenario
 
SecurityScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
msgContext
SecurityScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
SEED_STORE_UPDATE_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
SEND_FAULT_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SEND_REQUEST_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SEND_RESPONSE_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
sendFault(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
The UsenameTokenProcessor would be used for adding the Ws-Security Username Token headers in the SOAP message.
sendRequest(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.AbstractPermissionAuthorizationScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.BindingAuthorizationScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.CoreIdSecurityScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.HttpSecurityScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SCAComponentAuthorizationScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
sendResponse(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
ServerPolicyMirror - Class in oracle.wsm.policyimport.mirror
 
ServerPolicyMirror() - Constructor for class oracle.wsm.policyimport.mirror.ServerPolicyMirror
 
SERVICE_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
SERVICE_PRINCIPAL_NAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
setActionMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
setActionMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
setAddCreated(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the addCreated property.
setAddCreated(Boolean) - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Sets the value of the addCreated property.
setAddNonce(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the addNonce property.
setAddNonce(Boolean) - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Sets the value of the addNonce property.
setAddTimestamp(TimestampConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Sets the value of the addTimestamp property.
setAgentFunction(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setAgentType(Boolean, Boolean) - Method in class oracle.wsm.agent.handler.wls.WSMAgentHook
This method sets the agent type.The agent type can either be agent.function.server or agent.function.client
setAlgorithmSuite(String) - Method in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
setAlgorithmSuite(AlgorithmSuiteEnumType) - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Sets the value of the algorithmSuite property.
setAlgorithmSuite(AlgorithmSuiteEnumType) - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Sets the value of the algorithmSuite property.
setAlgorithmSuite(AlgorithmSuiteAssertion) - Method in interface oracle.wsm.security.policy.securitypolicy.AlgorithmWrapper
 
setAlgorithmSuite(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
Set the algorithm suite
setAlgorithmSuite(AlgorithmSuiteAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
setAlgorithmSuite(AlgorithmSuiteAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setAlias(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
Sets the value of the alias property.
setAllProperties(Map<String, Object>) - Method in interface oracle.wsm.common.sdk.IContext
Set properties that can be used by the execution engine during policy execution
setAllProperties(Map<String, Object>) - Method in class oracle.wsm.common.sdk.MessageContext
 
setAssertIdentity(boolean) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setAssertion(IAssertion) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
setAssertion(IAssertion) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setAssertionName(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setAssertionObject(Object) - Method in interface oracle.wsm.policy.model.IScenarioAssertion
assertionObj represents the java object representing the XML fragment in an assertion excluding the bindings element.
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.BindingAuthorizationScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.BindingPermissionAuthorizationScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.CoreIdSecurityScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.SCAComponentAuthorizationScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.SCAComponentPermissionAuthorizationScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
setAssertionObject(Object) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
setAssertions(List<IAssertion>) - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
setAssertions(List<IAssertion>) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
setAssertions(List<IAssertion>) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
setAttachment(AttachmentType) - Method in class oracle.wsm.security.policy.schema.PartsType
Sets the value of the attachment property.
setAttachmentName(String) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setAttachmentName(String) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
setAttachTo(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Set the attachTo of the AssertionTemplate
setAttachTo(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setAttachTo(String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setAttachTo(String) - Method in interface oracle.wsm.policy.model.IPolicy
 
setAttachTo(String) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setAttribute(AttributeConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the attribute property.
setAttribute(QName, String) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setAttribute(QName, String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IAssertion
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IConfig
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.Config
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.Policy
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.Property
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
setAttributes(Map<QName, String>) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IProperty
 
setAttributes(Map<QName, String>) - Method in interface oracle.wsm.policy.model.IPropertySet
 
setAttributes(Document, Element, Map<QName, String>) - Static method in class oracle.wsm.policy.parser.impl.DeSerializerUtil
 
setAuditor(Auditor) - Method in enum oracle.wsm.audit.Auditor.ContextType
Set context auditor.
setAuthenticationStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Authentication status.
setAuthHeader(HttpHeaderType) - Method in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
Sets the value of the authHeader property.
setAuthorizationStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Authorisation status.
setAuthPassword(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Sets the value of the authPassword property.
setAuthUserName(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Sets the value of the authUserName property.
setBindings(IAssertionBindings) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setBindings(IAssertionBindings) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setBody(boolean) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
setBody(boolean) - Method in interface oracle.wsm.policy.model.IPartsAssertion
 
setBody(EmptyType) - Method in class oracle.wsm.security.policy.schema.PartsType
Sets the value of the body property.
setBundleType(String) - Method in exception oracle.wsm.common.exception.BaseException
 
setC14n(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
setCacheTtl(BigInteger) - Method in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
Sets the value of the cacheTtl property.
setCategory(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setCategory(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Set the cateogry for assertion template.
setCategory(String) - Method in interface oracle.wsm.policy.model.IConfig
Convenience method to set the category of the Config.
setCategory(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setCategory(String) - Method in class oracle.wsm.policy.model.impl.Config
Adding convenience method - instead of using setAttributes().
setCategory(String) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setCategory(String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setCategory(String) - Method in interface oracle.wsm.policy.model.IPolicy
Set category
setCategory(String) - Method in interface oracle.wsm.policy.model.IPolicyReference
Set the category of the PolicyReference.
setCategory(String) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setCause(List<IValidationError>) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
setCause(List<IValidationError>) - Method in interface oracle.wsm.policy.model.IPolicySet
sets the error objects
setCbhandlerName(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the cbhandlerName property.
setCbhandlerName(String) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the cbhandlerName property.
setCbhandlerName(String) - Method in class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
Sets the value of the cbhandlerName property.
setCheckPermission(CheckPermissionType) - Method in class oracle.wsm.security.policy.schema.PermissionAuthorizationType
Sets the value of the checkPermission property.
setChildNodes(NodeList) - Method in class oracle.wsm.policy.model.impl.MultiElementNestedAssertion
 
setChildNodes(NodeList) - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
setChildNodes(NodeList) - Method in interface oracle.wsm.policy.model.IMultiElementNestedAssertion
Set children of the assertion
setChildNodes(NodeList) - Method in interface oracle.wsm.policy.model.IMultiElementSimpleAssertion
 
setClockSkew(BigInteger) - Method in class oracle.fabric.common.legacypolicy.schema.NonceConfigType
Sets the value of the clockSkew property.
setClockSkew(long) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setComment(String) - Method in class oracle.wsm.policy.model.impl.VersionInfo
 
setComment(String) - Method in interface oracle.wsm.policy.model.IVersionInfo
Set comment for this version
setConfidentialityStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Confidentiality status.
setConfigReferences(List<IConfigReference>) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
setConfigReferences(List<IConfigReference>) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
setConfigs(List<IConfig>) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
setConfigs(List<IConfig>) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
setConfigType(IConfig.CONFIG_TYPE_ENUM) - Method in interface oracle.wsm.policy.model.IConfig
Set the config type attribute - default is declarative
setConfigType(IConfig.CONFIG_TYPE_ENUM) - Method in class oracle.wsm.policy.model.impl.Config
Set the config type attribute - default is declarative
setConfigURI(String) - Method in interface oracle.wsm.policy.model.IConfigReference
 
setConfigURI(String) - Method in class oracle.wsm.policy.model.impl.ConfigReference
 
setConfirmationMethod(String) - Method in class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodConfigType
Sets the value of the confirmationMethod property.
setConfirmationType(SamlConfirmationEnumType) - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Sets the value of the confirmationType property.
setConfirmSignature(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
Sets the value of the confirmSignature property.
setConstraintMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
setConstraintMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
setContentType(IProperty.CONTENT_TYPE_ENUM) - Method in class oracle.wsm.policy.model.impl.Property
Set the contentType
setContentType(IProperty.CONTENT_TYPE_ENUM) - Method in interface oracle.wsm.policy.model.IProperty
Set the contentType
setCoreidToken(CoreidTokenType) - Method in class oracle.wsm.security.policy.schema.CoreidSecurityJaxbElem
Sets the value of the coreidToken property.
setCorrelationContext(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the correlation
setCreated(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
Sets the value of the created property.
setCreated(WSUCreated) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setCreator(String) - Method in class oracle.wsm.mds.MDSAccessor
 
setDecrypt(DecryptConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Sets the value of the decrypt property.
setDecryptWithSKI(Wss10X509TokenType) - Method in class oracle.fabric.common.legacypolicy.MessageSecurityPolicy
 
setDefaultValue(String) - Method in class oracle.wsm.policy.model.impl.Property
 
setDefaultValue(String) - Method in interface oracle.wsm.policy.model.IProperty
 
setDefaultValues() - Method in class oracle.wsm.policy.model.impl.Policy
 
setDefaultValues() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setDenyAll(EmptyType) - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Sets the value of the denyAll property.
setDerivedKeys(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
setDerivedKeys(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
setDescription(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Set the description of the assertion template
setDescription(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setDescription(String) - Method in class oracle.wsm.policy.model.impl.Property
 
setDescription(String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setDescription(String) - Method in interface oracle.wsm.policy.model.IPolicy
Set description
setDescription(String) - Method in interface oracle.wsm.policy.model.IProperty
 
setDescription(String) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setDescription(String) - Method in class oracle.wsm.security.policy.schema.ScenarioAssertionType
Sets the value of the description property.
setDigest(byte[]) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setDisplayName(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Convenience method to set the orawsp:displayName attribute on a <wsp:Policy> element.
setDisplayName(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setDisplayName(String) - Method in class oracle.wsm.policy.model.impl.Policy
 
setDisplayName(String) - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to set the orawsp:displayName attribute on a <wsp:Policy> element.
setDocument(Document) - Method in class oracle.wsm.mds.MDSArtifact
 
setEcid(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setElement(Element) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
setElement(Element) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
setElement(Element) - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
The Element must follow the following schema:
It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>.
setElementType(QName) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
Set the type of this extensibility element.
setElementType(QName) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
Set the type of this extensibility element.
setEncKeyRefMech(Wss10X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the encKeyRefMech property.
setEncKeyRefMech(Wss11X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Sets the value of the encKeyRefMech property.
setEncrypt(EncryptConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Sets the value of the encrypt property.
setEncryptedElements(ElementsType) - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Sets the value of the encryptedElements property.
setEncryptedElements(EncryptedElementsAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setEncryptedParts(PartsType) - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Sets the value of the encryptedParts property.
setEncryptedParts(EncryptedPartsAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setEncryptionKey(KeyConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the encryptionKey property.
setEncryptionMethod(String) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Sets the value of the encryptionMethod property.
setEncryptionMethods(EncryptionMethodsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Sets the value of the encryptionMethods property.
setEncryptionToken(EncryptionTokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
setEncryptionTokenAssertion(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
setEncryptSignature(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Sets the value of the encryptSignature property.
setEndpointAddress(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Sets the value of the endpointAddress property.
setEnforced(boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setEnforced(boolean) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setEntireHeaderAndBodySignatures(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
setErrorCode(String) - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
setErrorCode(String) - Method in interface oracle.wsm.policy.validation.IValidationError
Set error code for this error Error Code is used for purposes of internationalization of error messages.
setErrorMessage(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the error message on failure.
setErrorMessage(String) - Method in class oracle.wsm.policy.validation.impl.ValidationError
Set the Validation Error Message.
setErrorMessage(String) - Method in interface oracle.wsm.policy.validation.IValidationError
 
setExpandAttachTo(boolean) - Method in class oracle.wsm.policymanager.SearchCriteria
Set flag to specify if the attachTo search needs to be expanded The default value is true
setExpiry(Long) - Method in class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
Sets the value of the expiry property.
setExpr(String) - Method in interface oracle.wsm.policy.model.ICondition
 
setExpr(String) - Method in class oracle.wsm.policy.model.impl.Condition
 
setFault(Object) - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
setFault(WSMException) - Method in interface oracle.wsm.common.sdk.IResult
Set the fault that caused this request execution to fail.
setFault(SOAPMessage) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
setFault(Object) - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
setFault(WSMException) - Method in class oracle.wsm.common.sdk.Result
Set the fault that caused this request execution to fail.
setFault(SOAPMessage) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
setFault(MessageLog.FAULT_ENUM) - Method in class oracle.wsm.log.model.MessageLog
 
setFaultCode(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setFaultCode(QName) - Method in exception oracle.wsm.security.SecurityException
 
setfetchSlimPolicies(boolean) - Method in class oracle.wsm.policymanager.SearchCriteria
 
setFetchSubjectCount(boolean) - Method in class oracle.wsm.policymanager.SearchCriteria
 
setFlowID(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the flow id.
setGracefulParsing(boolean) - Method in class oracle.wsm.policy.parser.ParseContext
 
setGuard(IAssertionGuard) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setGuard(IAssertionGuard) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setHeader(String, String) - Method in interface oracle.wsm.common.sdk.ITransportContext
 
setHeader(String, String) - Method in class oracle.wsm.common.sdk.TransportContext
 
setHttpBasicAuthToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.HttpsTokenAssertion
 
setHttpDigestAuthToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.HttpsTokenAssertion
 
setId(String) - Method in class oracle.wsm.policymanager.SearchCriteria
 
setId(String) - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
setIdentityStoreService(IdentityStoreService) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setImplementationClass(String) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
setImplementationClass(String) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
setInbound(InboundConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the inbound property.
setInbound(InboundConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
Sets the value of the inbound property.
setIncludeMimeHeaders(Boolean) - Method in class oracle.wsm.security.policy.schema.AttachmentType
Sets the value of the includeMimeHeaders property.
setIncludeTimestamp(Boolean) - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Sets the value of the includeTimestamp property.
setIncludeTimestamp(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Sets the value of the includeTimestamp property.
setIncludeTimestamp(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
setInclusion(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
setIndex(int) - Method in enum oracle.wsm.security.policy.validation.AssertionCategories
 
setInitiatorToken(InitiatorTokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
setInitiatorToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
setIntegrityStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Integrity status.
setInterceptorConfiguration(InterceptorConfiguration) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
setInvocationStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Invocation status.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Sets the value of the isEncrypted property.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Sets the value of the isEncrypted property.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Sets the value of the isEncrypted property.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Sets the value of the isEncrypted property.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the isEncrypted property.
setIsEncrypted(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Sets the value of the isEncrypted property.
setIsLegacyPolicy(PropertySet) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Sets the value of the isSigned property.
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Sets the value of the isSigned property.
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Sets the value of the isSigned property.
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Sets the value of the isSigned property.
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the isSigned property.
setIsSigned(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Sets the value of the isSigned property.
setIssuerName(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the issuerName property.
setJdbcURL(String) - Method in class oracle.wsm.mds.MDSConfig
 
setJpsContextName(String) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setKerberosToken(KerberosTokenType) - Method in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
Sets the value of the kerberosToken property.
setKerberosTokenType(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
setKerberosTokenVersionAndType(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.KerberosTokenAssertion
 
setKey(AlgorithmSuitePolicy, XEEncryptedKey, X509Certificate) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
setKeyPass(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyConfigType
Sets the value of the keyPass property.
setKeyStore(KeyStoreConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the keyStore property.
setKeyStore(KeyStore) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setKeyStore(WsmKeyStore) - Method in class oracle.wsm.security.policy.scenario.util.WSMWssKeyIdentifierResolver
 
setKeyStore(WsmKeyStore) - Method in class oracle.wsm.security.policy.scenario.util.WSMX509KeyIdentifierResolver
 
setKeytransportMethod(String) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Sets the value of the keytransportMethod property.
setKeytransportMethods(KeytransportMethodsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Sets the value of the keytransportMethods property.
setLatency(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the overall latency.
setLayout(LayoutAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.BindingAssertion
 
setLayoutValue(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.LayoutAssertion
 
setLocalOptimzation(String) - Method in class oracle.wsm.policy.model.impl.Policy
 
setLocalOptimzation(String) - Method in interface oracle.wsm.policy.model.IPolicy
Sets the local-optimzation parameter value
setLocalPart(String) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Sets the value of the localPart property.
setLocalPart(String) - Method in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
Sets the value of the localPart property.
setMdsHome(String) - Method in class oracle.wsm.mds.MDSConfig
 
setMechanism(HttpAuthEnumType) - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Sets the value of the mechanism property.
setMessageId(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the message id.
setMethod(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Sets the method.
setMode(EncryptModeEnum) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Sets the value of the mode property.
setMsgLog(MessageLog) - Method in class oracle.wsm.log.model.LogAssertion
 
setMsgSecurity(Wss11MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.KerberosSecurityJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss10MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss11MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss11MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss11MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMsgSecurity(Wss11MsgSecurityType) - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Sets the value of the msgSecurity property.
setMustSupportRefEmbeddedToken(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
setMustSupportRefEncryptedKey(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
setMustSupportRefExternalURI(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
setMustSupportRefIssuerSerial(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
setMustSupportRefKeyIdentifier(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
setMustSupportRefThumbprint(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
setMutualAuth(Boolean) - Method in class oracle.wsm.security.policy.schema.RequireTlsType
Sets the value of the mutualAuth property.
setName(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Sets the value of the name property.
setName(String) - Method in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
Sets the value of the name property.
setName(String) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the name property.
setName(String) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the name property.
setName(String) - Method in class oracle.wsm.mds.MDSArtifact
 
setName(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
setName(String) - Method in interface oracle.wsm.policy.model.IConfig
Adding convenience method - instead of using setAttributes().
setName(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setName(String) - Method in class oracle.wsm.policy.model.impl.Config
Adding convenience method - instead of using setAttributes().
setName(String) - Method in class oracle.wsm.policy.model.impl.Header
 
setName(String) - Method in class oracle.wsm.policy.model.impl.Property
 
setName(String) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
setName(String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setName(String) - Method in interface oracle.wsm.policy.model.IProperty
 
setName(String) - Method in interface oracle.wsm.policy.model.IPropertySet
Sets the name of the PropertySet.
setName(String) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setName(String) - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Sets the value of the name property.
setName(String) - Method in class oracle.wsm.security.policy.schema.HeaderType
Sets the value of the name property.
setName(String) - Method in class oracle.wsm.security.policy.schema.HttpHeaderType
Sets the value of the name property.
setName(String) - Method in class oracle.wsm.security.policy.schema.RoleType
Sets the value of the name property.
setNameFormat(NameIdentifierFormatEnum) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the nameFormat property.
setNameSpace(String) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType.TbeElement
Sets the value of the nameSpace property.
setNameSpace(String) - Method in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
Sets the value of the nameSpace property.
setNamespace(String) - Method in class oracle.wsm.policy.model.impl.Header
 
setNamespace(String) - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Sets the value of the namespace property.
setNamespace(String) - Method in class oracle.wsm.security.policy.schema.HeaderType
Sets the value of the namespace property.
setNativeProperties(SOAPMessageContext, IMessageContext) - Static method in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
This method sets the specific native message context properties to wsm message context.
setNonce(byte[]) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setNonceConfig(NonceConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the nonceConfig property.
setNoPassword(boolean) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setNormalized(boolean) - Method in interface oracle.wsm.policy.model.IAssertion
WARNING: Do not call this method.
setNormalized(boolean) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
setNormalized(boolean) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
setNormalized(boolean) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setNormalized(boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setOp(String) - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Sets the value of the op property.
setOptional(boolean) - Method in interface oracle.wsm.policy.model.IAssertion
Specifies if the Assertion is optional.
setOptional(boolean) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
setOptional(boolean) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setOptional(boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setOracleSmartDigest(String) - Method in class oracle.wsm.policy.model.impl.Policy
Set the value for the attribute "oraSmartDigest" - it represents the "hash" of the value returned by the getDigest call for Policies containing oracle scenario assertions.
setOracleSmartDigest(String) - Method in interface oracle.wsm.policy.model.IPolicy
Set the value for the attribute "oraSmartDigest" - it represents the "hash" of the value returned by the getDigest call for Policies containing oracle scenario assertions.
setOrFinalResult(boolean) - Method in class oracle.wsm.policymanager.SearchCriteria
Sets the behavior of the joining of search attributes.
setOutbound(OutboundConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the outbound property.
setOutbound(OutboundConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityOperationConfigType
Sets the value of the outbound property.
setOverrideProperties(Set<IOverrideProperty>) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setOverrideProperties(Set<IOverrideProperty>) - Method in interface oracle.wsm.policy.model.IPolicyReference
Set the set of override properties for the Policy Reference.
setOwsmHome(String) - Method in class oracle.wsm.mds.MDSConfig
 
setParent(IAssertion) - Method in interface oracle.wsm.policy.model.IAssertion
Set the parent to argument
setParent(IAssertion) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setParent(IAssertion) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setParent(IPolicyRegistry) - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
setParent(IPolicyRegistry) - Method in class oracle.wsm.policy.util.PolicyRegistry
 
setParseLightWeight(boolean) - Method in class oracle.wsm.policy.parser.ParseContext
 
setPartition(String) - Method in class oracle.wsm.mds.MDSConfig
 
setPassword(String) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the password property.
setPassword(String) - Method in class oracle.wsm.mds.MDSConfig
 
setPassword(char[]) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setPasswordType(PasswordTypeEnum) - Method in class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
Sets the value of the passwordType property.
setPasswordType(PasswordTypeEnum) - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Sets the value of the passwordType property.
setPasswordType(PasswordEnumType) - Method in class oracle.wsm.security.policy.schema.UsernameTokenType
Sets the value of the passwordType property.
setPath(String) - Method in class oracle.fabric.common.legacypolicy.schema.AttributeConfigType
Sets the value of the path property.
setPath(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Sets the value of the path property.
setPath(String) - Method in class oracle.wsm.policymanager.SearchCriteria
 
setPermissionClass(String) - Method in class oracle.wsm.security.policy.schema.CheckPermissionType
Sets the value of the permissionClass property.
setPermissionOldStyle(boolean) - Method in class oracle.wsm.security.WSFunctionPermission
Deprecated. 
setPermitAll(EmptyType) - Method in class oracle.wsm.security.policy.schema.AuthorizationType
Sets the value of the permitAll property.
setPersistenceType(String) - Method in class oracle.wsm.mds.MDSConfig
 
setPipeline(boolean) - Method in class oracle.wsm.policy.model.impl.Policy
 
setPipeline(boolean) - Method in interface oracle.wsm.policy.model.IPolicy
Set the orawsp:Pipeline attribute
setPolicies(List<IPolicy>) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setPolicies(List<IPolicy>) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
setPolicies(List<IPolicy>) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
setPolicies(List<IPolicy>) - Method in interface oracle.wsm.policy.model.IPolicySet
set Policies in the PolicySet
setPolicies(Collection<IPolicy>) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
setPolicy(IPolicy) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
setPolicy(IPolicy) - Method in interface oracle.wsm.policy.model.INestedAssertion
Set the nested Policy expression!
setPolicyAttributes(Element, ScenarioAssertion) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
 
setPolicyId(String) - Method in class oracle.wsm.policy.model.impl.Policy
 
setPolicyId(String) - Method in interface oracle.wsm.policy.model.IPolicy
 
setPolicyName(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setPolicyName(String) - Method in class oracle.wsm.policy.model.impl.Policy
 
setPolicyName(String) - Method in interface oracle.wsm.policy.model.IPolicy
 
setPolicyReference(IPolicyReference) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
setPolicyReferences(List<IPolicyReference>) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setPolicyReferences(List<IPolicyReference>) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
 
setPolicySet(IPolicySet) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
The PolicySet currently being used by the runtime or null if this is the initial call for this policy subject.
setPolicySet(IPolicySet) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
The modified PolicySet
setPolicySet(IPolicySet) - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
The PolicySet currently being used by the runtime or null if this is the initial call for this policy subject.
setPolicySubject(IPolicySubject) - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
Used to passing the topology path representation of the element NOTE: policySubject.getResourcePattern() should return resource patterns of the form: "/{ias}/{oc4j}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}/PORTs/{port}"
setPolicySubject(IPolicySubject) - Method in interface oracle.wsm.policyaccess.IPolicyAccessSubject
Used to passing the topology path representation of the element NOTE: policySubject.getResourcePattern() should return resource patterns of the form: "/{ias}/{oc4j}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}/PORTs/{port}"
setPolicySubjects(List<String>) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setPolicySubjects(List<String>) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
Deprecated. use #setPolicySubjectsObj()
setPolicySubjectsObj(List<IPolicySubject>) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
setPolicySubjectsObj(List<IPolicySubject>) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
Set the Policy Subjects to which the Policy or Policy References are attached.
setPolicyToAdvertise(IPolicy) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
setPolicyURI(String) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
setPolicyVersion(String) - Method in exception oracle.wsm.common.sdk.WSMException
 
setProcessingContext(String) - Method in class oracle.wsm.policy.validation.impl.ValidationContext
 
setProcessingContext(String) - Method in interface oracle.wsm.policy.validation.IValidationContext
Set the current processing context (String representation of the context)
setProperties(Map) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
setProperties(List<IProperty>) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
setProperties(List<IProperty>) - Method in interface oracle.wsm.policy.model.IPropertySet
Sets a List of Property.
setProperty(String, Object) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
setProperty(String, Object) - Method in interface oracle.wsm.common.sdk.IContext
Set the value of the property identified by name
setProperty(String, Object) - Method in class oracle.wsm.common.sdk.MessageContext
 
setProperty(String, String) - Method in class oracle.wsm.common.util.Configuration
 
setProperty(String, Object) - Method in interface oracle.wsm.policyengine.IExecutionContext
Method to test if a certain property is available in the list of properties.
setProperty(String, Object) - Method in class oracle.wsm.policyengine.impl.ExecutionContext
 
setPropertySets(List<IPropertySet>) - Method in interface oracle.wsm.policy.model.IConfig
Sets a List of PropertySets.
setPropertySets(List<IPropertySet>) - Method in class oracle.wsm.policy.model.impl.Config
 
setProtectionOrder(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
setProtectionToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.ProtectionTokenAssertion
 
setProtectionToken(ProtectionTokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
setPublicKey(PublicKey) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setRcptEncKeyRefMech(Wss10X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the rcptEncKeyRefMech property.
setRcptSignKeyRefMech(Wss10X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the rcptSignKeyRefMech property.
setReceipientToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
setRecipientKey(KeyConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Sets the value of the recipientKey property.
setRecipientToken(RecipientTokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AsymmetricBindingAssertion
 
setRemoteAddr(String) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setRemoteAddr(String) - Method in class oracle.wsm.common.sdk.MessageContext
 
setRequest(MessageLog.REQUEST_ENUM) - Method in class oracle.wsm.log.model.MessageLog
 
setRequestMessage(Object) - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
setRequestMessage(SOAPMessage) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
setRequestMessage(Object) - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
setRequestMessage(SOAPMessage) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
setRequireClientCertToken() - Method in class oracle.wsm.security.policy.securitypolicy.impl.HttpsTokenAssertion
 
setRequireCreated(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Sets the value of the requireCreated property.
setRequired(Boolean) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
Set whether or not the semantics of this extension are required.
setRequired(Boolean) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
Set whether or not the semantics of this extension are required.
setRequireEmbeddedTokenReference(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
setRequireIssuerSerialReference(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
setRequireKeyIdentifierReference(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
setRequireNonce(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
Sets the value of the requireNonce property.
setRequireRecipientAlias(boolean) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
setRequireSignature(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.SamlAuthorityConfigType
Sets the value of the requireSignature property.
setRequireSignatureConfirmation(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
setRequireThumbprintReference(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
setRequireTls(RequireTlsType) - Method in class oracle.wsm.security.policy.schema.HttpSecurityJaxbElem
Sets the value of the requireTls property.
setRequireTls(RequireTlsType) - Method in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
Sets the value of the requireTls property.
setRequireTls(RequireTlsType) - Method in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
Sets the value of the requireTls property.
setRequireTls(RequireTlsType) - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
Sets the value of the requireTls property.
setResourceBundle(String) - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
setResourceBundle(String) - Method in interface oracle.wsm.policy.validation.IValidationError
Set Resource Bundle
setResourceMatch(String) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
setResourceMatch(String) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
setResourcePattern(String) - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
setResourcePattern(String) - Method in interface oracle.wsm.policy.model.IPolicySubject
 
setResponse(MessageLog.RESPONSE_ENUM) - Method in class oracle.wsm.log.model.MessageLog
 
setResponseMessage(Object) - Method in interface oracle.wsm.common.sdk.INormalizedMessageContext
 
setResponseMessage(SOAPMessage) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
setResponseMessage(Object) - Method in class oracle.wsm.common.sdk.NormalizedMessageContext
 
setResponseMessage(SOAPMessage) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
setReversePipeline(boolean) - Method in class oracle.wsm.policy.model.impl.Policy
 
setReversePipeline(boolean) - Method in interface oracle.wsm.policy.model.IPolicy
Convenience method to set the orawsp:ReversePipeline attribute on a <wsp:Policy> element.
setRoleClassName(Properties, IMessageContext) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
 
setSamlAssertion(Assertion) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setSamlAuthority(SamlAuthorityConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the samlAuthority property.
setSamlToken(SamlTokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Sets the value of the samlToken property.
setSamlToken(Wss10SamlHokWithCertificatesJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Sets the value of the samlToken property.
setSamlToken(Wss10SamlTokenJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
Sets the value of the samlToken property.
setSamlToken(Wss10SamlWithCertificatesJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Sets the value of the samlToken property.
setSamlToken(Wss11SamlTokenJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
Sets the value of the samlToken property.
setSamlToken(Wss11SamlWithCertificatesJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Sets the value of the samlToken property.
setSamlToken(WssSamlTokenBearerOverSslJaxbElem.SamlToken) - Method in class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
Sets the value of the samlToken property.
setSamlToken(SamlTokenType) - Method in class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
Sets the value of the samlToken property.
setServiceID(String) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setServiceID(String) - Method in class oracle.wsm.common.sdk.MessageContext
 
setServiceLatency(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the service latency.
setServiceName(String) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the service name.
setServiceStatus(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the Service Status
setServiceURL(String) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setServiceURL(String) - Method in class oracle.wsm.common.sdk.MessageContext
 
setSessionContext(SessionContext) - Method in class oracle.wsm.policymanager.ejb.impl.PolicyAccessService
 
setSessionContext(SessionContext) - Method in class oracle.wsm.policymanager.ejb.impl.PolicyService
 
setSessionContext(SessionContext) - Method in class oracle.wsm.policymanager.ejb.impl.QueryService
 
setSessionContext(SessionContext) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
setSessionCookie(String) - Method in class oracle.wsm.security.callback.OamSessionTokenCallback
 
setSessionCookie(String) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setSignature(SignatureConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Sets the value of the signature property.
setSignatureKey(KeyConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
Sets the value of the signatureKey property.
setSignatureMethod(String) - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Sets the value of the signatureMethod property.
setSignatureMethods(SignatureMethodsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Sets the value of the signatureMethods property.
setSignatureProtection(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
setSignatureToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignatureTokenAssertion
 
setSignatureToken(SignatureTokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
setSignedElements(ElementsType) - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Sets the value of the signedElements property.
setSignedElements(SignedElementsAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setSignedEncryptedPartsType(SignedEncryptedPartsType) - Method in class oracle.wsm.security.policy.securitypolicy.SignedEncryptedPartsTypeWrapper
 
setSignedParts(PartsType) - Method in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
Sets the value of the signedParts property.
setSignedParts(SignedPartsAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setSigner(X509Certificate) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setSignKeyRefMech(Wss10X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss10X509TokenType
Sets the value of the signKeyRefMech property.
setSignKeyRefMech(Wss11X509KeyRefEnumType) - Method in class oracle.wsm.security.policy.schema.Wss11X509TokenType
Sets the value of the signKeyRefMech property.
setSignThenEncrypt(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
Sets the value of the signThenEncrypt property.
setSilent(boolean) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setSilent(boolean) - Method in interface oracle.wsm.policy.model.ISimpleOracleAssertion
 
setSize(int) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the size.
setSmartDigest(String) - Method in class oracle.wsm.policy.model.impl.Policy
Set the value for the attribute "smartDigest" - it represents the "hash" of the value returned by the getDigest call.
setSmartDigest(String) - Method in interface oracle.wsm.policy.model.IPolicy
Set the value for the attribute "smartDigest" - it represents the "hash" of the value returned by the getDigest call.
setSOAP11Envelope(Element) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Creates a SOAPEnvelope 1.1 instance for the given SOAP-ENV:Envelope element.
setSOAP12Envelope(Element) - Method in class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
Creates a SOAPEnvelope 1.2 instance for the given SOAP-ENV:Envelope element.
setSoapNormalization(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
setStage(IMessageContext.STAGE) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setStage(IMessageContext.STAGE) - Method in class oracle.wsm.common.sdk.MessageContext
 
setStartTime(long) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setStartTime(long) - Method in class oracle.wsm.common.sdk.MessageContext
 
setStatus(int) - Method in interface oracle.wsm.common.sdk.IResult
Set the execution status
setStatus(int) - Method in class oracle.wsm.common.sdk.Result
Set the execution status
setStatus(IPolicy.STATUS) - Method in class oracle.wsm.policy.model.impl.Policy
 
setStatus(IPolicyReference.STATUS) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
setStatus(IPolicySet.POLICYSET_STATUS) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
setStatus(IPolicy.STATUS) - Method in interface oracle.wsm.policy.model.IPolicy
 
setStatus(IPolicyReference.STATUS) - Method in interface oracle.wsm.policy.model.IPolicyReference
Set the status of the PolicyReference - it is enabled by default
setStatus(IPolicySet.POLICYSET_STATUS) - Method in interface oracle.wsm.policy.model.IPolicySet
Set the status of the policyset
setStorePass(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Sets the value of the storePass property.
setStrTransform(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
setStrValue(String) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
setSubject(Subject) - Method in class oracle.wsm.policymanager.client.PolicyAccessServiceDelegate
 
setSubject(Subject) - Method in class oracle.wsm.policymanager.client.PolicyServiceDelegate
 
setSubject(Subject) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
 
setSubject(Subject) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
 
setSubject(Subject) - Method in class oracle.wsm.security.policy.scenario.client.SubjectCallbackHandler
 
setSubjectConfirmationMethod(SubjectConfirmationMethodConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
Sets the value of the subjectConfirmationMethod property.
setSubjectConfirmationMethods(SubjectConfirmationMethodsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
Sets the value of the subjectConfirmationMethods property.
setSubjectCount(int) - Method in class oracle.wsm.policy.model.impl.Policy
 
setSubjectCount(int) - Method in interface oracle.wsm.policy.model.IPolicy
Set the number of end-points that reference this policy
setSubjectName(String) - Method in class oracle.wsm.security.callback.SAMLTokenCallback
Set the assertion subject name in the callback
setSubjectType(String) - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
setSubjectType(String) - Method in interface oracle.wsm.policy.model.IPolicySubject
 
setTbeElements(EncryptElementsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
Sets the value of the tbeElements property.
setTbeElements(EncryptElementsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Sets the value of the tbeElements property.
setTbsElements(SignElementsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
Sets the value of the tbsElements property.
setTbsElements(SignElementsConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Sets the value of the tbsElements property.
setTemplateId(String) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
setTemplateId(String) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setText(Element, String) - Static method in class oracle.wsm.xml.XMLUtils
 
setTime(long) - Method in class oracle.wsm.common.sdk.InvocationStatus
Method to set the time
setTimestamp(Date) - Method in class oracle.wsm.policy.model.impl.PolicySet
Set timestamp of store form which the policies were obtained.
setTimestampExpiry(Properties, String) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyUtils
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.EncryptionTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.InitiatorTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.ProtectionTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.RecipientTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SignatureTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
 
setToken(TokenAssertion) - Method in interface oracle.wsm.security.policy.securitypolicy.TokenWrapper
 
setTokenProtection(boolean) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
setTokenType(String) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setTokenVersionAndType(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
setTransportContext(ITransportContext) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
setTransportContext(ITransportContext) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
For Interceptor to call to set the appropriate transport context for both inbound and outbound
setTransportHeader(String, String, String) - Method in interface oracle.wsm.common.sdk.ISOAPBindingMessageContext
 
setTransportHeader(String, String, String) - Method in class oracle.wsm.common.sdk.SOAPBindingMessageContext
Client agent uses it for outbound message processing with processRequest Service agent uses it for inbound message processing with processResponse
setTransportToken(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.TransportBindingAssertion
 
setTransportTokenAssertion(TokenAssertion) - Method in class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
Sets the transport token assertion.
setType(String) - Method in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
Sets the value of the type property.
setType(IMessageContext.TYPE) - Method in interface oracle.wsm.common.sdk.IMessageContext
 
setType(ITransportContext.TYPE) - Method in interface oracle.wsm.common.sdk.ITransportContext
 
setType(IMessageContext.TYPE) - Method in class oracle.wsm.common.sdk.MessageContext
 
setType(ITransportContext.TYPE) - Method in class oracle.wsm.common.sdk.TransportContext
 
setType(String) - Method in class oracle.wsm.policy.model.impl.Property
 
setType(String) - Method in interface oracle.wsm.policy.model.IProperty
 
setType(String) - Method in class oracle.wsm.security.policy.schema.KerberosTokenType
Sets the value of the type property.
setType(int) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
setupOperationId(InterceptorContext<SOAPMessage>, MessageContext) - Method in class oracle.fabric.common.AbstractSecurityInterceptor
 
setUseConfigs(boolean) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
setUseDerivedKeys(Boolean) - Method in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
Sets the value of the useDerivedKeys property.
setUseRequestCert(Boolean) - Method in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
Sets the value of the useRequestCert property.
setUserName(String) - Method in class oracle.wsm.mds.MDSConfig
 
setUsername(String) - Method in class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
setUsernameToken(UsernameTokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Sets the value of the usernameToken property.
setUsernameToken(UsernameTokenType) - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Sets the value of the usernameToken property.
setUsernameToken(UsernameTokenType) - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Sets the value of the usernameToken property.
setUsernameToken(UsernameTokenType) - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
Sets the value of the usernameToken property.
setUsernameToken(UsernameTokenType) - Method in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
Sets the value of the usernameToken property.
setUseXDKParser(boolean) - Method in interface oracle.wsm.policy.parser.IPolicyReader
Method that specifies which XML libraries to use for parsing XML objects
setUseXDKParser(boolean) - Method in class oracle.wsm.policy.util.PolicyParser
 
setValidatorClass(String) - Method in class oracle.wsm.policy.model.impl.Policy
 
setValidatorClass(String) - Method in interface oracle.wsm.policy.model.IPolicy
Sets the class name of the java class to validate this policy
setValue(String) - Method in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
Sets the value of the value property.
setValue(String) - Method in class oracle.wsm.policy.model.impl.OverrideProperty
 
setValue(String) - Method in class oracle.wsm.policy.model.impl.Property
 
setValue(String) - Method in interface oracle.wsm.policy.model.IOverrideProperty
 
setValue(String) - Method in interface oracle.wsm.policy.model.IProperty
 
setValue(String) - Method in class oracle.wsm.security.policy.schema.ElementsType.Element
Sets the value of the value property.
setVerifySamlToken(VerifySamlTokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Sets the value of the verifySamlToken property.
setVerifySignature(VerifySignatureConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Sets the value of the verifySignature property.
setVerifyTimestamp(TimestampConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
Sets the value of the verifyTimestamp property.
setVerifyUsernameToken(VerifyUsernameTokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Sets the value of the verifyUsernameToken property.
setVerifyX509Token(VerifyX509TokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
Sets the value of the verifyX509Token property.
setVersion(String) - Method in class oracle.wsm.security.policy.schema.CoreidTokenType
Sets the value of the version property.
setVersion(String) - Method in class oracle.wsm.security.policy.schema.SamlTokenType
Sets the value of the version property.
setVersionInfo(IVersionInfo) - Method in class oracle.wsm.mds.MDSArtifact
 
setVersionInfo(IVersionInfo) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
 
setVersionInfo(IVersionInfo) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
 
setVersionInfo(IVersionInfo) - Method in class oracle.wsm.policy.model.impl.Policy
 
setVersionInfo(IVersionInfo) - Method in interface oracle.wsm.policy.model.IPolicy
 
setVisited(boolean) - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper
 
setWSDL(String) - Method in interface oracle.wsm.policyimport.compatibility.IPolicyCompatibilityResult
Set the WSDL that contains the client side policy and the corresponding service side Policy
setWSDL(String) - Method in class oracle.wsm.policyimport.compatibility.PolicyCompatibilityResult
Set the WSDL that contains the client side policy and the corresponding service side Policy
setWSDLElement(Object) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
setWSDLFragmentsAndAssertions(Map<Object, IAssertion>) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
setWSDLFragmentsAndPolicyRefs(Map<Object, String>) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext.OutputContext
 
setWSDLPort(Port) - Method in class oracle.wsm.policy.advertisement.AdvertisementContext
 
setWsmPropertiesFromNative(SOAPMessageContext, IMessageContext, String, IMessageContext.STAGE) - Static method in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
This method sets the wsm specific properties from native message context.
setWsmPropertiesToNative(SOAPMessageContext, IMessageContext) - Static method in class oracle.wsm.agent.handler.wls.WLSPropertyUtils
This method transfers the specific properties from wsm message context to native mesage context.
setWssSamlV11Token10() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
Sets the Wss and Saml versions to 1.1 and 1.0 respectively.
setWssSamlV11Token11() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
Sets the Wss and Saml versions to 1.1 and 1.1 respectively.
setWssSamlV20Token11() - Method in class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
Sets the Wss and Saml versions to 2.0 and 1.1 respectively.
setWssSamlVersion(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.SamlTokenAssertion
 
setWssUsernameToken10() - Method in class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
setWssUsernameToken11() - Method in class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
setX509Token(X509TokenConfigType) - Method in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
Sets the value of the x509Token property.
setX509Token(Wss10X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss10X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss10X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss10X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss10X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss11X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss11X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss11X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
Sets the value of the x509Token property.
setX509Token(Wss11X509TokenType) - Method in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
Sets the value of the x509Token property.
setXMLToken(Element) - Method in class oracle.wsm.security.callback.SAMLTokenCallback
Set the assertion in the callback
setXPath(String) - Method in class oracle.wsm.security.policy.securitypolicy.impl.AlgorithmSuiteAssertion
 
setXPathVersion(String) - Method in interface oracle.wsm.policy.model.IElementsAssertion
 
setXPathVersion(String) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
severeAdvertisementException(BaseException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeAdvertiseWSPolicyError(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeAgentInitMonitorFailure(Object[], Throwable) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeAssertionInitException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
END API level stack trace logging
severeAssertionSerializationFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeAsymmetricKeyWrapAlgosMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeAuditCannotCreateAuditor(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeAuditComponentEventsFindFailure(String) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeAuditComponentEventsOpenFailure(String, Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeAuditComponentEventsReadFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeAuditEventLoggingFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeAuditIsEnabledFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeBinarySecTokenNotFound(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeBinaryTokenSignatureCertificateMismatch() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeBindingwsPortInvalid(String) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeCacheConfigFileNotFound(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCacheConfigFileNotFound(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCertPathValidationFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeClassloadException(String, Throwable) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeClassNotFoundException(ClassNotFoundException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeClassNotFoundException(ClassNotFoundException) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeCompatibilityCheckFailed(BaseException) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeCompoentLookupFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeConstructPolicySets() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
END API level stacktrace logging **************************
severeCouldNotInitializeNonceCache(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCouldNotRetrieveCertificate(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCreatedPolicyMismatch() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCreatedValidationFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
severeCreateKeyStoreInstanceFailed(String, Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCreateResourceFailed(String) - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
severeCreateTransformerFailure(String, Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeCreatingXMLFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeCredsNotConfigured() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeCredStoreException(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeCSFCredentialsUnobtainable(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeDataEncryptionAlgosMismacth(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
Policy Compliance log messages
severeDigestAlgosMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeDigestCalculationFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEitherAuthHeaderOrRequireTLS() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEJBTypeMismatch(String, String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeEmptyorNullSubject() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEmptyPolRefs() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeEmptyPropertyValue(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEncAlgosPolicyComplianceFailure() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEncryptionPolicyFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEncryptionReferenceMechanismFailed(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeEnforcementAuditorInitFailure(Object[], Throwable) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeEnforcementAuditorLogFailure(Throwable) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeEnforcementAuditorNullArgs(Object, String, Object, Object) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeEnforcementAuditorShutdownFailure(Throwable) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeErrorConnectingPolManager(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeErrorInitializingPolResolver(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeErrorRetrievingPols(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeErrorRetrievingSOAPHEader(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeErrorRetrievingWlsSubject(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeErrorRetrievingWsmSecurityPolicies(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeErrorValidatePolicySets(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeException(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeException(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeFailedAuthentication(LoginException) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeFailedToSendSSLRequest(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeFailureToEncryptSOAPCoreElements() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeFailureToRetriveUserProfileData(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeFetchingPolicyError(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeFilePolicyInitialize(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeFutureMessageValidationFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
severeGetCertFailed(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetEncryptionCertFailed(String, Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetEncryptionKeyFailed(String, Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetKeyFailed(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetSignatureCertFailed(String, Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetSignatureKeyFailed(String, Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeGetTransformerFailed(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeHomeDirectoryNull() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeHTTPAuthenticationFailed(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeHTTPAuthHeaderMissing() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeHttpAuthHeaderMissingCredentail() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeIllegalAccessException(IllegalAccessException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeIllegalAccessException(IllegalAccessException) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeIllegalResourceException(Throwable) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeIncorrectAttachmentSecurityTransform(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeIncorrectBase64Encoding(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInputOutputException(IOException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeInstantiationException(InstantiationException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeInstantiationException(InstantiationException) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInternalError(String) - Static method in class oracle.wsm.monitor.logging.MonitorMessageLogger
 
severeInterruptWait(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeInvalidCanonicalPath(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidClasspathPolicy(String, String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidConfigValue(String, Object) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidDirectory(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidEJBConfig() - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeInvalidFileExistence(File, File) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidJPSConfig() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidKeyRefMechanism(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidLoginModuleConfiguration(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidNumberOfSecurityHeaders(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidParameter(String) - Static method in class oracle.wsm.monitor.logging.MonitorMessageLogger
 
severeInvalidPath(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidPolAccessProtocol(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidPolCategory(String, String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidPolicyReference(String) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeInvalidPolRefURI(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidSecPolRefURI(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeInvalidSignatureConfirmation(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeInvalidTopologyNode(String) - Static method in class oracle.wsm.monitor.logging.MonitorMessageLogger
 
severeInvalidWsdlPattern() - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeJaxbInitException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeJaxbMarshalException(JAXBException) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeJaxbUnMarshalException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeJpsException(JpsException) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeJpsSystemAccountCSFLookupFailed(Throwable) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeKerberosLoginModuleNotAvailable() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeyStoreFileNotFound(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeystoreInstanceNull() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeyStoreListAliasesFailed(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeyStoreLoadFailed(String, Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeyStoreLocationNull() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeystoreNotConfiguredProperly(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeystoreServiceInstanceNotFound(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeKeyStoreTypeUnsupported(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeLegacyPolicyParseFailed(Throwable) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyMessageLogger
 
severeLogAssertionExecutorFailed(Exception) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeLogException(Exception) - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
severeLogException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeMarshalException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeMDSHomeNull() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeMissingCredentials(String, Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingCredentials(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingJpsContextInSystemJpsConfig(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingKeyStoreLevelCSF() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingObSSOCookie() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingRealm() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingSAMLAssertionSubject() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingSecurityHeader() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMissingUsername() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeMonitorInitializationFailed(String) - Static method in class oracle.wsm.monitor.logging.MonitorMessageLogger
 
severeMultiElementDeSerializationFailed(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeMultiElementSerializationFailed(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeMustBindingWSNode() - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeNoConfigs() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeNoMatchingSSLCipherSuite() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeNoncePolicyMismatch() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeNonceValidationFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
severeNonSSLRequest() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeNoPeerCertificates() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeNoPolicyFoundError(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeNothingToEndorse() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeNotValidNode(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeNullAuditor(String) - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
severeNullPolSub() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeOAMToKenInsertedOnHostedClients() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeParserConfigurationException(ParserConfigurationException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeParsingXMLFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severePasswordDigestValidationFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
severePasswordNotFoundInAuthHeader() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severePasswordPolicyMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severePastMessageValidationFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger.UsernameTokenMessagesLogger
 
severePMPolicyInitialize(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severePolicyAccessorConfigNotFound(IOException) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severePolicyAttachtoIncompatible(String, String) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severePolicyHasNoRoles() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severePolicyModelException(PolicyModelException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severePolicyNameNull() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severePolicyParseFailedException(PolicyParseFailedException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severePolicyParserError(Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severePolicyRetrivalFailedException(String) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
API Level logging end
severePolicySetAccessError(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severePolicySetParseError(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severePolicyUpdateFailed(String) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeRBKeyNotFound(String, String, Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeReceiveFaultException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeReceiveRequestException(String, Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeReceiveResponseException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeRecipientKeyaliasNotconfigured() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeRepeatedPolRefs() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
severeResourceNameNotFound() - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeRMILookupFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeRoleClassSpecifiedButNotFound(String, Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSAMLSubjectConfirmationMethodMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSamlTokenInsertionFailed(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSamlTokenMissing() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSamlTokenVerificationFailed(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSAMLVersionMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSaxException(SAXException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeSecurityTokenForMutualAuthNotSigned() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSecurityTokenUnavailable() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSeedStoreUpdateFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeSendFaultException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSendRequestException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSendResponseException(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignatureConfirmationComplianceFailure() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignatureDigestVerifyFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignatureMethodAlgosMismatch(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignaturePolicyFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignatureReferenceMechanismFailed(String, String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignatureValueCalculationFailed(Throwable) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSignCertPathValidationFailed() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSSLCipherSuiteNotSet() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeStandardSerializeDesterilizeEntriesException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeSTRDerefNotFound() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeStreamedAttachmentsUnsupported() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeStreamFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeSubjectEmptyOrNull() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeSubjectHasNoRoles() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTextCallBackHandlerNotAvailable() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTimestampNotProper() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTimestampPolicyMismatch() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTimestampValidationFailure(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTimestampValidationFailure() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeTransactionsNotSupported(PolicyManagerException) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeTransformerExceptionOccured() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUndefinedAdvertisementLevel() - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeUnexpectedAssertionType(Integer) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeUnobtainableEncryptedDataOrKey(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnobtainaibleReference(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedClientCredLoc() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedEncAlgorithm(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedExecutionStage(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedKeyType(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedLegacyPolicy(Throwable) - Static method in class oracle.fabric.common.legacypolicy.LegacyPolicyMessageLogger
 
severeUnsupportedSAMLConfirmationMethod(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedScenarioCategory(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedSOAPVersion(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUnsupportedTransportEncodingMechanism(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUpdateResourceFailed(String) - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
severeURLCreationFailure(String, Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
severeUserCredsAtClientFailed(Exception) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeUserNotInIDStore() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeVersioningNotSupported(PolicyManagerException) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
severeWSDLFragmentNotSupported(String) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeWSDLPolicyParseFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeWSDLPolicyReferenceParseFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeWSDLPolicySerializationFailedException(Exception) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeWSDLPolicySubjectNotMatch() - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeWSPolicyExecutionFailed(Exception) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeWSPolicyExecutionFailed(String) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeWSPolicyExecutionFailed() - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeWSPolicyExecutorInitializationException(String, Exception) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
severeWSSException(WSSException) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
severeXpathExpressionException(XPathExpressionException) - Static method in class oracle.wsm.policy.logging.PolicyMessageLogger
 
severeXPathExpressionException(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
SHA1 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
SHA256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
SHA512 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
shutdown() - Method in class oracle.wsm.agent.EnforcementAuditor
 
shutdown() - Method in class oracle.wsm.audit.Auditor
Shutdown auditor.
sign(SignedEncryptedPartsType, WsmSOAPMessage, WSSecurity, Wss10MsgSecurityType, List<QName>, List<String>, PrivateKey, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10MessageSecurityProcessor
 
sign(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss11MsgSecurityType, List<QName>, String, String, SecretKey, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
SIGN_ALGO_NOT_RSA_SHA_1 - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
SIGN_CONFIRM_VALUE_ATTR - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SIGN_KEY_REF_DIRECT - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
SIGN_KEY_REF_ISSUER_SERIAL - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
SIGN_KEY_REF_SKI - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
SIGN_KEY_REF_THUMBPRINT - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
SIGN_PARTS_ELEMS_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGN_REF_MECH_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGN_TS - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SIGN_TS_REQUEST - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SIGN_TS_RESPONSE - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SIGN_X509_TOKEN - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
signature - Variable in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
SIGNATURE_COFIRMATION_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGNATURE_DIGEST_ALGOS_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGNATURE_DIGEST_VERIFY_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGNATURE_METHOD_ALGOS_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SIGNATURE_VALUE_CALCULATION_ERROR - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SignatureAlgorithmSuiteComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SignatureAlgorithmSuiteComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureAlgorithmSuiteComplianceHandler
 
SignatureConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for signature-config-type complex type.
SignatureConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
 
SignatureConfirmationComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SignatureConfirmationComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureConfirmationComplianceHandler
 
signatureKey - Variable in class oracle.fabric.common.legacypolicy.schema.SecurityConfigType
 
signatureMethod - Variable in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
 
signatureMethod - Variable in class oracle.fabric.common.legacypolicy.schema.SignatureMethodsConfigType
 
SignatureMethodEnum - Enum in oracle.fabric.common.legacypolicy.schema
Java class for signature-method-enum.
signatureMethods - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
 
SignatureMethodsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for signature-methods-config-type complex type.
SignatureMethodsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SignatureMethodsConfigType
 
SignatureReference11MechanismComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SignatureReference11MechanismComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureReference11MechanismComplianceHandler
 
SignatureReferenceMechanismComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SignatureReferenceMechanismComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SignatureReferenceMechanismComplianceHandler
 
SignatureTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SignatureTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignatureTokenAssertion
 
SignatureTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignatureTokenAssertion
 
SignatureTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
signedElements - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
SignedElementsAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SignedElementsAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignedElementsAssertion
 
SignedElementsAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignedElementsAssertion
 
SignedElementsQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SignedEncryptedPartsType - Class in oracle.wsm.security.policy.schema
Java class for signed-encrypted-parts-type complex type.
SignedEncryptedPartsType() - Constructor for class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
SignedEncryptedPartsTypeWrapper - Class in oracle.wsm.security.policy.securitypolicy
 
SignedEncryptedPartsTypeWrapper() - Constructor for class oracle.wsm.security.policy.securitypolicy.SignedEncryptedPartsTypeWrapper
 
signedParts - Variable in class oracle.wsm.security.policy.schema.SignedEncryptedPartsType
 
SignedPartsAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SignedPartsAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignedPartsAssertion
 
SignedPartsAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SignedPartsAssertion
 
SignedPartsQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SignedSupportingTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SignElementsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for sign-elements-config-type complex type.
SignElementsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType
 
SignElementsConfigType.TbsElement - Class in oracle.fabric.common.legacypolicy.schema
Java class for anonymous complex type.
SignElementsConfigType.TbsElement() - Constructor for class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType.TbsElement
 
SIGNER_CERTIFICATE - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SIGNER_PUBLIC_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
signKeyInfo(XSSignature, XSKeyInfo, AlgorithmSuitePolicy, WsmKeyStore) - Static method in class oracle.wsm.security.policy.scenario.util.ScenarioUtils
This method will sign the immutable KeyInfo mandated by the X509TokenProfile 1.1 specification.
signKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
signKeyRefMech - Variable in class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
signThenEncrypt - Variable in class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
silentAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
SIMPLE_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
Simple_UserName_Token_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Simple_UserName_Token_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Simple_UserName_Token_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Simple_UserName_Token_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
SimpleAssertion - Class in oracle.wsm.policy.model.impl
 
SimpleAssertion() - Constructor for class oracle.wsm.policy.model.impl.SimpleAssertion
 
SimpleAssertion(QName, Object) - Constructor for class oracle.wsm.policy.model.impl.SimpleAssertion
 
SimpleAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.SimpleAssertion
 
size() - Method in interface oracle.wsm.policy.model.ICompositeAssertion
 
size() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
SKIP - Static variable in interface oracle.wsm.common.sdk.IResult
 
SMART_DIGEST_CALCULATION_FAILURE - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
smartDigestAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
SNT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
SOAP11_NS - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SOAP12_NS - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SOAP_BODY - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
SOAP_BODY_XPATH - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SOAP_ENVELOPE - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
SOAP_MESSAGE_STRING - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
SOAP_ROLE_NAME_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SOAP_ROLE_NAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
SOAP_ROLE_ULTIMATE_RECEIVER - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SOAPBindingMessageContext - Class in oracle.wsm.common.sdk
 
SOAPBindingMessageContext() - Constructor for class oracle.wsm.common.sdk.SOAPBindingMessageContext
 
SOAPBODY_LOCAL_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SP_ALGORITHM_SUITE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ASYMMETRIC_BINDING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_BODY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENCRYPT_BEFORE_SIGNING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENCRYPT_SIGNATURE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENCRYPTED_ELEMENTS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENCRYPTED_PARTS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENCRYPTION_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_ENDORSING_SUPPORTING_TOKENS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_HEADER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_HTTP_BASIC_AUTH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_HTTP_DIGEST_AUTH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_HTTPS_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_INCLUDE_TIMESTAMP - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_INCLUDE_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
SP_INCLUDE_TOKEN_DEFAULT_VAL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
SP_INCLUSIVE_CANNONICALIZATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
SP_INCLUSIVE_CANNONICALIZATIONQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
SP_INITIATOR_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_KERBEROS_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT_LAX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT_LAX_TS_FIRST - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT_LAX_TS_FIRSTQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.LayoutQNames
 
SP_LAYOUT_LAX_TS_LAST - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT_LAX_TS_LASTQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.LayoutQNames
 
SP_LAYOUT_LAXQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.LayoutQNames
 
SP_LAYOUT_STRICT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_LAYOUT_STRICTQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.LayoutQNames
 
SP_MUST_SUPPORT_REF_EMBEDDED_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_MUST_SUPPORT_REF_ENCRYPTED_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_MUST_SUPPORT_REF_EXTERNAL_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_MUST_SUPPORT_REF_ISSUER_SERIAL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_MUST_SUPPORT_REF_KEY_IDENTIFIER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_MUST_SUPPORT_REF_THUMBPRINT_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
SP_NAMESPACE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
SP_ONLY_SIGN_ENTIRE_HEADERS_AND_BODY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_DECLS
 
SP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
SP_PROTECT_TOKENS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_PROTECTION_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_RECIPIENT_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQ_DERIVED_KEYS_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_CLIENT_CERT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_EMBEDDED_TOKEN_REFERENCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_ISSUER_SERIAL_REFERENCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_KEY_INDENTIFIER_REFERENCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_SIGNATURE_CONFIRMATION - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRE_THUMBPRINT_REFERENCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_REQUIRED_ELEMENTS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SAML_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SIGN_BEFORE_ENCRYPTING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SIGNATURE_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SIGNED_ELEMENTS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SIGNED_PARTS - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SIGNED_SUPPORTING_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SOAP_NORMALIZATION_10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
SP_SOAP_NORMALIZATION_10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
SP_STR_TRANSFORM_10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
SP_STR_TRANSFORM_10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
SP_SUPPORTING_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_SYMMETRIC_BINDING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_TRANSPORT_BINDING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_TRANSPORT_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_USERNAME_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_USERNAME_TOKEN_10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_USERNAME_TOKEN_11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS_GSS_KERB_V5_APREQ_TOKEN11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS_SAML_V11_TOKEN10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS_SAML_V11_TOKEN11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_WSS_SAML_V20_TOKEN11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_X509_TOKEN - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_X509_V3 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.X509Token
 
SP_X509_V3_Token11 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.X509Token
 
SP_XPATH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
SP_XPATH_10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
SP_XPATH_10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
SP_XPATH_FILTER_20 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
SP_XPATH_FILTER_20QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
SP_XPATH_VER - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
SPECIAL_ELEMENTS_ENCRYPTION_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SSL_CIPHER_SUITE - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SSL_CIPHER_SUITE_NOT_SET - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SSL_CIPHERSUITE_MISMATCH - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SSL_KEY_SIZE - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SSL_PEER_CERTIFICATES - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
SSL_RSA_WITH_3DES_EDE_CBC_SHA - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
SSLComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
SSLComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.SSLComplianceHandler
 
sslToWsCipherSuiteMap - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
StageAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
STANDARD_SERIALIZE_DESERIALIZE_ENTRIES_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
start() - Method in class oracle.wsm.policyengine.impl.PolicyExecutionEngine
 
start() - Method in interface oracle.wsm.policyengine.IPolicyExecutionEngine
 
statusAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicyReference
 
statusAttrQName - Static variable in interface oracle.wsm.policy.model.ISimpleAssertion
 
STEP_SCENARIO_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
StepAssertionQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
stop() - Method in class oracle.wsm.policyengine.impl.PolicyExecutionEngine
 
stop() - Method in interface oracle.wsm.policyengine.IPolicyExecutionEngine
Cleans up the Policy Execution Engine! The Policy Execution Engine maintains a non-persistent Map of Assertion Executors.
storePass - Variable in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
 
STR_DEREF_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
STREAM_EXCEPTION - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
STREAMED_ATTACHMENTS_UNSUPPORTED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
STREAMING_ATTACHMENT_NOT_LOGGED - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
StringUtils - Class in oracle.wsm.policy.util
StringUtils provides few utility functions for other classes in the framework.
StringUtils() - Constructor for class oracle.wsm.policy.util.StringUtils
 
STRT10 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
SUBJECT_EMPTYORNULL - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SUBJECT_HAS_NO_ROLES - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SUBJECT_WITHOUT_JPSUSER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
SubjectCallbackHandler - Class in oracle.wsm.security.policy.scenario.client
 
SubjectCallbackHandler(Subject) - Constructor for class oracle.wsm.security.policy.scenario.client.SubjectCallbackHandler
 
subjectConfirmationMethod - Variable in class oracle.fabric.common.legacypolicy.schema.SamlTokenConfigType
 
SubjectConfirmationMethodConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for subject-confirmation-method-config-type complex type.
SubjectConfirmationMethodConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodConfigType
 
subjectConfirmationMethods - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
 
SubjectConfirmationMethodsConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for subject-confirmation-methods-config-type complex type.
SubjectConfirmationMethodsConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.SubjectConfirmationMethodsConfigType
 
SUCCEEDED - Static variable in class oracle.wsm.common.sdk.InvocationStatus
Invocation Succeeded flag.
SUCCEEDED - Static variable in interface oracle.wsm.common.sdk.IResult
 
SUCCESS - Static variable in class oracle.wsm.audit.Auditor
Flag to use to indicate a success event.
SUPPORTING_TOKEN_ENDORSING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SupportingTokenTypes
 
SUPPORTING_TOKEN_SIGNED - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SupportingTokenTypes
 
SUPPORTING_TOKEN_SIGNED_ENDORSING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SupportingTokenTypes
 
SUPPORTING_TOKEN_SUPPORTING - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SupportingTokenTypes
 
SupportingTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SupportingTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenAssertion(String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenAssertion(QName, String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenAssertion(QName, Object, int) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SupportingTokenAssertion
 
SupportingTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
SUSPENDED - Static variable in interface oracle.wsm.common.sdk.IResult
 
SymmetricAsymmetricBindingBase - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SymmetricAsymmetricBindingBase() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
SymmetricAsymmetricBindingBase(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SymmetricAsymmetricBindingBase
 
SymmetricBindingAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
SymmetricBindingAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
SymmetricBindingAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.SymmetricBindingAssertion
 
SymmetricBindingQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
symmetricSignatureMethod - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 

T

tbeElement - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptElementsConfigType
 
tbeElements - Variable in class oracle.fabric.common.legacypolicy.schema.DecryptConfigType
 
tbeElements - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
tbsElement - Variable in class oracle.fabric.common.legacypolicy.schema.SignElementsConfigType
 
tbsElements - Variable in class oracle.fabric.common.legacypolicy.schema.SignatureConfigType
 
tbsElements - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
 
templateIdAttrQName - Static variable in interface oracle.wsm.policy.model.IAssertionTemplate
 
TEXT_CALLBACK_HANDLER_CLASSNAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
TEXTCALLBACKHANDLER_CLASS_NOT_AVAILABLE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
TEXTCALLBACKHANDLER_CLASSNAMES - Static variable in class oracle.wsm.security.policy.scenario.executor.KerberosSecurityScenarioExecutor
 
TIMESTAMP_COMPLIANCE_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
TIMESTAMP_EXPIRY - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
TIMESTAMP_LOCAL_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
TIMESTAMP_NOT_PROPER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
TIMESTAMP_VALIDATION_FAILED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
TimeStampComplianceHandler - Class in oracle.wsm.security.policy.scenario.policycompliance.impl
 
TimeStampComplianceHandler() - Constructor for class oracle.wsm.security.policy.scenario.policycompliance.impl.TimeStampComplianceHandler
 
TimestampConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for timestamp-config-type complex type.
TimestampConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.TimestampConfigType
 
TKT_CACHE_PATH_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
TLS_RSA_WITH_AES_128_CBC_SHA - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TLS_RSA_WITH_AES_256_CBC_SHA - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TOKEN_ENC_QNAMES - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
TOKEN_SIGN_QNAMES - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
TokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
TokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
TokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
TokenAssertion(QName, String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TokenAssertion
 
TokenType - Class in oracle.wsm.security.policy.schema
Java class for token-type complex type.
TokenType() - Constructor for class oracle.wsm.security.policy.schema.TokenType
 
TokenWrapper - Interface in oracle.wsm.security.policy.securitypolicy
 
TOO_MANY_BINDINGS - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
TOO_MANY_BINDINGS_FOR_QNAME - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
TOO_MANY_GUARDS - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
TOO_MANY_POLICY_SUBELEMENTS_FOR_QNAME - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
toString() - Method in class oracle.wsm.common.sdk.InvocationStatus
String representation of this object.
toString() - Method in class oracle.wsm.common.sdk.Result
 
toString() - Method in class oracle.wsm.common.util.Configuration
 
toString() - Method in class oracle.wsm.log.model.LogAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.log.model.MessageLog
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.AndCompositeAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.AssertionBindings
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
toString() - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.Condition
 
toString() - Method in class oracle.wsm.policy.model.impl.Config
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.ConfigReference
 
toString() - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
toString() - Method in class oracle.wsm.policy.model.impl.Header
 
toString() - Method in class oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
 
toString() - Method in class oracle.wsm.policy.model.impl.NestedAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
toString() - Method in class oracle.wsm.policy.model.impl.Policy
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
toString() - Method in class oracle.wsm.policy.model.impl.PolicyReference
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.PolicySet
 
toString() - Method in class oracle.wsm.policy.model.impl.PolicySubject
 
toString() - Method in class oracle.wsm.policy.model.impl.Property
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.PropertySet
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.model.impl.VersionInfo
 
toString() - Method in class oracle.wsm.policy.model.impl.XorCompositeAssertion
Returns the assertion list of a policy as a string
toString() - Method in class oracle.wsm.policy.validation.impl.ValidationError
 
toString() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
toString() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtension
 
toString() - Method in class oracle.wsm.policyaccess.impl.file.FilePolicyResolver
 
toString() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubject
 
toString() - Method in class oracle.wsm.policyaccess.impl.PolicyAccessSubjectResult
 
toString() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResult
 
toString() - Method in class oracle.wsm.policymanager.impl.PolicyAttachmentResultStr
 
toString() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Attachments
 
toString() - Method in class oracle.wsm.security.policy.scenario.util.NodeWrapper.Elements
 
toString() - Method in interface oracle.wsm.security.policy.scenario.util.NodeWrapper.IElementsAttachments
 
toString() - Method in class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
toXML(Object, Node) - Method in interface oracle.wsm.policy.model.IScenarioAssertion
 
toXML(Object, Node) - Method in class oracle.wsm.security.policy.scenario.SecurityScenario
 
TRACE - Static variable in class oracle.wsm.security.jps.JpsManager
 
TRACE - Static variable in class oracle.wsm.security.policy.scenario.processor.KerberosTokenProcessor
 
TRACE - Static variable in class oracle.wsm.security.policy.scenario.validator.GenericTimestampValidator
 
TRANSFORMER_EXCEPTION_OCCURED - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
TRANSFORMER_GET_TRANSFORMER_FAILED - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
TRANSFORMER_OBJECT_CREATION_FAILED - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
TransformerObjectPool - Class in oracle.wsm.common.util
 
TransformerObjectPool(TransformerFactory) - Constructor for class oracle.wsm.common.util.TransformerObjectPool
 
TransportBindingAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
TransportBindingAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportBindingAssertion
 
TransportBindingAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportBindingAssertion
 
TransportBindingAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportBindingAssertion
 
TransportBindingQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
TransportContext - Class in oracle.wsm.common.sdk
 
TransportContext() - Constructor for class oracle.wsm.common.sdk.TransportContext
 
TransportTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
TransportTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
 
TransportTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
 
TransportTokenAssertion(QName, Object) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.TransportTokenAssertion
 
TransportTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
trimToSize() - Method in class oracle.wsm.policy.wsdl.extensions.ElementExtensibleImpl
Trims list of extensibility elements to size and if size is zero it makes it null.
trimToSize() - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtension
 
TRIPLE_DES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmURIs
 
TRIPLE_DES - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
TRIPLE_DES - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TRIPLE_DES_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
TRIPLE_DES_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TRIPLE_DES_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
TRIPLE_DES_SHA256 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
TRIPLE_DES_SHA256 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TRIPLE_DES_SHA256_RSA15 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames.AlgorithmSuite
 
TRIPLE_DES_SHA256_RSA15 - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
TRIPLE_DES_SHA256_RSA15QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
TRIPLE_DES_SHA256QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
TRIPLE_DESQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AlgorithmSuiteQNames
 
TRIPLEDES - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
TRIPLEDESRSA15 - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
type - Variable in class oracle.fabric.common.legacypolicy.schema.KeyStoreConfigType
 
type - Variable in class oracle.wsm.security.policy.schema.KerberosTokenType
 
typeAttrQName - Static variable in interface oracle.wsm.policy.model.IProperty
 

U

UNDEFINED_ADVERTISEMENT_LEVEL - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
UNDEFINED_FRAGMENT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
UndefinedFragment - Class in oracle.wsm.wsdl.fragments
This represents a fragment type found is not defined.
UndefinedFragment(String, String, String) - Constructor for class oracle.wsm.wsdl.fragments.UndefinedFragment
 
UndefinedFragment(QName, String) - Constructor for class oracle.wsm.wsdl.fragments.UndefinedFragment
 
UNEXPECTED_ADVERTISEMENT_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
UNEXPECTED_ASSERTION_TYPE - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
UNEXPECTED_POLICY_MODEL_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
UNKNOWN_ELEMENT - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
UNKNOWN_TYPE - Static variable in class oracle.wsm.mds.MDSAccessor
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyExtensionSerializer
 
unmarshall(Class, QName, Element, Definition, ExtensionRegistry) - Method in class oracle.wsm.policy.wsdl.extensions.PolicyReferenceExtensionSerializer
 
UNOBTAINABLE_ENCRYPTED_OBJECT - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
unregister(String) - Method in interface oracle.wsm.policy.util.IPolicyRegistry
 
unregister(String) - Method in class oracle.wsm.policy.util.PolicyRegistry
 
UNSUPPORTED_CALLBACK - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_CLIENT_CRED_LOC - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_ENC_ALGORITHM - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_EXECUTION_STAGE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_KEY_TYPE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_LEGACY_POLICY - Static variable in interface oracle.wsm.resources.legacypolicy.LegacyPolicyMessageID
 
UNSUPPORTED_MECHANISM_AUTH_HEADER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_MESSAGE_CONTEXT_TYPE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_SAML_CONFIRMATION_METHOD - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_SCENARIO_CATEGORY - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UNSUPPORTED_SOAP_VERSION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
UPDATE_ATTACHMENT_FAILED - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
updateAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Update an existing Assertion Template
updateAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAssertionTemplate(IAssertionTemplate) - Method in class oracle.wsm.policymanager.impl.UpdateService
Update an existing Assertion Template
updateAssertionTemplate(IAssertionTemplate) - Method in interface oracle.wsm.policymanager.IUpdateService
Update an existing Assertion Template
updateAssertionTemplateFromString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAssertionTemplateFromString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAssertionTemplateFromString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Update an existing Assertion Template
updateAttachmentEntries(String, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>, boolean) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>) - Method in interface oracle.wsm.policymanager.IUpdateService
This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
updateAttachmentEntries(IPolicySubject, List<IPolicyReference>, boolean) - Method in interface oracle.wsm.policymanager.IUpdateService
This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation
updateAttachmentEntriesForPolSubject(String, List<String>, boolean) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAttachmentEntriesForPolSubject(String, List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updateAttachmentEntriesForPolSubject(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAttachmentEntriesForPolSubject(String, List<String>, boolean) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAttachmentEntriesForPolSubject(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs)
updateAttachmentEntriesForPolSubject(String, List<String>, boolean) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation
updateAttachmentEntriesForResourcePattern(String, List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updateAttachmentEntriesForResourcePattern(String, List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Deprecated. use updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs)
updateDocument(MDSArtifact, boolean, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Adds/updates a new MDS object to the MDS store.
updateDocuments(List<MDSArtifact>, boolean, boolean) - Method in class oracle.wsm.mds.MDSAccessor
Update a bunch of policies into the datastore.Before updating policy this method will check validity of policy.
updatePmConfig(Map<String, String>) - Method in interface oracle.wsm.policymanager.IAppServerConfig
This method will update the pmConfig map with application server specific properties.
updatePmConfig(Map<String, String>) - Method in class oracle.wsm.policymanager.OC4JConfig
Build complete Policy Manager access configuration.
updatePmConfig(Map<String, String>) - Method in class oracle.wsm.policymanager.WLSConfig
 
updatePolicies(List<IPolicy>) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Updates policies to the backend datastore
updatePolicies(List<IPolicy>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updatePolicies(List<IPolicy>) - Method in class oracle.wsm.policymanager.impl.UpdateService
Updates a list of policies
updatePolicies(List<IPolicy>) - Method in interface oracle.wsm.policymanager.IUpdateService
Updates policies to the backend datastore
updatePoliciesFromString(List<String>) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updatePoliciesFromString(List<String>) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updatePoliciesFromString(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Updates policies to the backend datastore
updatePolicy(IPolicy) - Method in class oracle.wsm.policymanager.client.UpdateServiceDelegate
Updates a policy to the backend datastore
updatePolicy(IPolicy) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updatePolicy(IPolicy) - Method in class oracle.wsm.policymanager.impl.UpdateService
Updates the given policy, For policy that will fail the validation, the policy will be *disabled* and then *saved* to the data store.
updatePolicy(IPolicy) - Method in interface oracle.wsm.policymanager.IUpdateService
Updates a policy to the backend datastore
updatePolicyFromString(String) - Method in class oracle.wsm.policymanager.ejb.impl.UpdateService
 
updatePolicyFromString(String) - Method in class oracle.wsm.policymanager.impl.UpdateService
 
updatePolicyFromString(String) - Method in interface oracle.wsm.policymanager.internal.IStringUpdateService
Updates a policy to the backend datastore
UpdateService - Class in oracle.wsm.policymanager.ejb.impl
 
UpdateService() - Constructor for class oracle.wsm.policymanager.ejb.impl.UpdateService
 
UpdateService - Class in oracle.wsm.policymanager.impl
 
UpdateService() - Constructor for class oracle.wsm.policymanager.impl.UpdateService
Default constructor
UpdateService(MDSConfig) - Constructor for class oracle.wsm.policymanager.impl.UpdateService
Use this constructor for programmatic initialization of MDS
UpdateServiceDelegate - Class in oracle.wsm.policymanager.client
 
UpdateServiceDelegate(IStringUpdateService) - Constructor for class oracle.wsm.policymanager.client.UpdateServiceDelegate
 
updateServletState(HttpServletRequest, HttpServletResponse) - Static method in class oracle.wsm.policymanager.web.BaseServlet
Manage the PM servlet state.
updateWsmKeyStore(IMessageContext) - Method in class oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor
 
URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
URL_CREATION_EXCEPTION - Static variable in interface oracle.wsm.resources.common.CommonMessageID
 
USAGE_OPTIONAL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
USAGE_REQUIRED - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
useDerivedKeys - Variable in class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
 
USER_ATTRIBUTES - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
USER_CREDS_AT_CLIENT_FAILURE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
USER_NOT_IN_IDSTORE - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
useRequestCert - Variable in class oracle.fabric.common.legacypolicy.schema.EncryptConfigType
 
USERNAME_DEFAULT - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
USERNAME_NOT_FOUND - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
USERNAME_OR_PASSWORD_MISSING_INHTTP_HEADER - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
USERNAME_PASSWORD_ASSERTION - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
USERNAME_PROPERTY - Static variable in interface oracle.wsm.security.util.SecurityConstants.Config
 
USERNAME_TOKEN_NOPWD - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
usernameToken - Variable in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
usernameToken - Variable in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
 
usernameToken - Variable in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
 
usernameToken - Variable in class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
 
usernameToken - Variable in class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
 
USERNAMETOKEN_LOCAL_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants
 
UsernameTokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
UsernameTokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
UsernameTokenAssertion(String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
UsernameTokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
UsernameTokenAssertion(QName, String) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.UsernameTokenAssertion
 
UsernameTokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for username-token-config-type complex type.
UsernameTokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.UsernameTokenConfigType
 
UsernameTokenPolicy - Class in oracle.fabric.common.legacypolicy
 
UsernameTokenPolicy() - Constructor for class oracle.fabric.common.legacypolicy.UsernameTokenPolicy
 
UsernameTokenProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
UsernameTokenProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
UsernameTokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
UsernameTokenType - Class in oracle.wsm.security.policy.schema
Java class for username-token-type complex type.
UsernameTokenType() - Constructor for class oracle.wsm.security.policy.schema.UsernameTokenType
 
UsernameTokenValidator - Class in oracle.wsm.security.policy.scenario.validator
 
UsernameTokenValidator() - Constructor for class oracle.wsm.security.policy.scenario.validator.UsernameTokenValidator
 
UsernameUtils - Class in oracle.wsm.security.policy.scenario.util
 

V

validate(T) - Method in class oracle.wsm.common.util.ObjectPool
 
validate(Object) - Method in class oracle.wsm.common.util.TransformerObjectPool
 
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IAssertion
Validate this assertion If any errors are found, they are added to the passed Validation Context object
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IAssertionBindings
 
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IAssertionGuard
 
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IAssertionTemplate
Validate the Assertion Template If any errors are found, they are added to the passed Validation Context object
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IConfig
Validate this config object
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.AssertionBindings
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.AssertionGuard
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.AssertionTemplate
Validate the Assertion Template If any errors are found, they are added to the passed Validation Context object
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.CompositeAssertion
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.Config
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.NestedAssertion
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.Policy
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.PolicyAttachment
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.PolicyReference
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.PolicySet
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.Property
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.PropertySet
 
validate(IValidationContext) - Method in class oracle.wsm.policy.model.impl.SimpleAssertion
 
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IPolicyAttachment
Validate a Policy Attachment.
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IPolicySet
Performs PolicySet validation.
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IProperty
Validate this config object
validate(IValidationContext) - Method in interface oracle.wsm.policy.model.IPropertySet
Validate this config object
validate(IPolicy, IValidationContext) - Method in interface oracle.wsm.policy.validation.IPolicyValidator
Validate the passed Policy object Any errors are reported in the passed ValidationContextObject
validate(IPolicySubject, List<IPolicyReference>, List<IPolicy>) - Static method in class oracle.wsm.policy.validation.util.PolicySubjectValidatorUtil
Given a Policy Subject polSubject and Policies attached to the Policy Subject, performs the Policy Subject Validation and returns the Validation Errors
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.HttpSecurityScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.KerberosSecurityScenario
 
validate(Object...) - Method in class oracle.wsm.security.policy.scenario.validator.GenericTimestampValidator
 
validate(Object...) - Method in class oracle.wsm.security.policy.scenario.validator.impl.CreatedValidator
 
validate(Object...) - Method in class oracle.wsm.security.policy.scenario.validator.impl.NonceValidator
 
validate(Object...) - Method in interface oracle.wsm.security.policy.scenario.validator.ISecurityValidator
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
validate(IValidationContext) - Method in class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
validate(IPolicy, IValidationContext) - Method in class oracle.wsm.security.policy.validation.SecurityPolicyValidator
This method checks performs the following validations on a policy:
validateAlgorithmSuiteForKerberosMsgProt(QName, IValidationContext, Wss11MsgSecurityType) - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidator
 
validateCertificatePath(X509Certificate) - Method in class oracle.wsm.security.jps.WsmKeyStore
 
validatePolicies(List<IPolicy>) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Performs Policy Validation on each policy and return the list of errors.
validatePolicies(List<IPolicy>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
validatePolicies(List<IPolicy>) - Method in interface oracle.wsm.policymanager.IQueryService
Performs Policy Validation on each policy and return the list of errors.
validatePoliciesString(List<String>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
validatePoliciesString(List<String>) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
 
validatePolicy(IPolicy) - Static method in class oracle.wsm.policymanager.PolicyManagerUtil
This method will validate the policy and return 'true' for valid policy and 'false' for Invalid policy.
validatePolicyManager(String, int) - Static method in class oracle.wsm.policytools.PolicyTool
 
validatePolicySubjects(Map<IPolicySubject, List<IPolicyReference>>) - Method in class oracle.wsm.policymanager.client.QueryServiceDelegate
Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject
validatePolicySubjects(Map<IPolicySubject, List<IPolicyReference>>) - Method in class oracle.wsm.policymanager.impl.QueryService
Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject
validatePolicySubjects(Map<IPolicySubject, List<IPolicyReference>>) - Method in interface oracle.wsm.policymanager.IQueryService
Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject
validatePolicySubjectsString(Map<String, List<String>>) - Method in class oracle.wsm.policymanager.impl.QueryService
 
validatePolicySubjectsString(Map<String, List<String>>) - Method in interface oracle.wsm.policymanager.internal.IStringQueryService
Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject
validateSSLAlgorithm(QName, IValidationContext, RequireTlsType) - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidator
 
validateUserNameTokenAssertion(QName, IValidationContext, UsernameTokenType) - Static method in class oracle.wsm.security.policy.validation.SecurityPolicyValidator
 
VALIDATION_MSG_LEVEL_ERROR - Static variable in interface oracle.wsm.policy.validation.IValidationError
 
VALIDATION_MSG_LEVEL_WARNING - Static variable in interface oracle.wsm.policy.validation.IValidationError
 
validationClassNameAttrQName - Static variable in interface oracle.wsm.policy.model.IPolicy
 
ValidationContext - Class in oracle.wsm.policy.validation.impl
 
ValidationContext() - Constructor for class oracle.wsm.policy.validation.impl.ValidationContext
 
ValidationContext(Map<String, Object>) - Constructor for class oracle.wsm.policy.validation.impl.ValidationContext
Constructor with vaidationConfig object as input.
validationCriterion - Variable in class oracle.wsm.common.util.ObjectPool
 
ValidationError - Class in oracle.wsm.policy.validation.impl
 
ValidationError(String) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
Generate Validation Error with only error code.
ValidationError(String, String) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
Generate Validation Error with error code and error message.
ValidationError(String, String, String, String) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
Generate Validation Error with error code, error message, error context and resource bundle.
ValidationError(String, String, String) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
Generate Validation Error with error code, error message and error context.
ValidationError(String, String, String, IValidationError.VALIDATION_MSG_LEVEL_ENUM) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
Generate Validation Error with error code, error message, error context and validation level.
ValidationError(String, String, String, Object[]) - Constructor for class oracle.wsm.policy.validation.impl.ValidationError
 
value() - Method in enum oracle.fabric.common.legacypolicy.EncryptionMethodEnum
 
value() - Method in enum oracle.fabric.common.legacypolicy.schema.EncryptModeEnum
 
value() - Method in enum oracle.fabric.common.legacypolicy.schema.KeytransportMethodEnum
 
value() - Method in enum oracle.fabric.common.legacypolicy.schema.NameIdentifierFormatEnum
 
value() - Method in enum oracle.fabric.common.legacypolicy.schema.PasswordTypeEnum
 
value - Variable in class oracle.fabric.common.legacypolicy.schema.PropertyConfigType
 
value() - Method in enum oracle.fabric.common.legacypolicy.schema.SignatureMethodEnum
 
value - Variable in class oracle.wsm.policy.model.impl.OverrideProperty
 
value() - Method in enum oracle.wsm.security.policy.schema.AlgorithmSuiteEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.CbHandlerEnumType
 
value - Variable in class oracle.wsm.security.policy.schema.ElementsType.Element
 
value() - Method in enum oracle.wsm.security.policy.schema.HttpAuthEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.LayoutEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.PasswordEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.SamlConfirmationEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.Wss10X509KeyRefEnumType
 
value() - Method in enum oracle.wsm.security.policy.schema.Wss11X509KeyRefEnumType
 
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.EncryptionMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.MessageSecurityPolicy.POLICY_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.EncryptModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.KeytransportMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.NameIdentifierFormatEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.PasswordTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.fabric.common.legacypolicy.schema.SignatureMethodEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.audit.Auditor.ContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.common.sdk.IMessageContext.STAGE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.common.sdk.IMessageContext.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.common.sdk.ITransportContext.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.log.model.MessageLog.FAULT_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.log.model.MessageLog.REQUEST_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.log.model.MessageLog.RESPONSE_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.mds.MDSAccessor.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.constants.PolicyConstants.CATEGORIES_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IConfig.CONFIG_TYPE_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IPolicy.STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IPolicyReference.STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IPolicySet.LOCAL_OPTIMIZATION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IPolicySet.POLICYSET_STATUS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.model.IProperty.CONTENT_TYPE_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.parser.IPolicyReader.PARSE_ATTRIBUTES
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policy.validation.IValidationError.VALIDATION_MSG_LEVEL_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policymanager.IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policymanager.IQueryService.Attributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policymanager.PolicyManagerFactory.PM_MODE_ENUM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.policytools.PolicyTool.FILE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils.ReferenceMechTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.scenario.util.ScenarioType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.AlgorithmSuiteEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.CbHandlerEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.HttpAuthEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.LayoutEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.PasswordEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.SamlConfirmationEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.Wss10X509KeyRefEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.schema.Wss11X509KeyRefEnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.security.policy.validation.AssertionCategories
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.wsm.wsdl.fragments.IWSDLFragment.WSDL_TYPE_ENUM
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.fabric.common.legacypolicy.EncryptionMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.MessageSecurityPolicy.POLICY_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.schema.EncryptModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.schema.KeytransportMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.schema.NameIdentifierFormatEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.schema.PasswordTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.fabric.common.legacypolicy.schema.SignatureMethodEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.audit.Auditor.ContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.common.sdk.IMessageContext.STAGE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.common.sdk.IMessageContext.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.common.sdk.ITransportContext.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.log.model.MessageLog.FAULT_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.log.model.MessageLog.REQUEST_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.log.model.MessageLog.RESPONSE_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.mds.MDSAccessor.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.constants.PolicyConstants.CATEGORIES_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IConfig.CONFIG_TYPE_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IPolicy.STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IPolicyReference.STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IPolicySet.LOCAL_OPTIMIZATION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IPolicySet.POLICYSET_STATUS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.model.IProperty.CONTENT_TYPE_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policy.parser.IPolicyReader.PARSE_ATTRIBUTES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class oracle.wsm.policy.util.PolicyRegistry
 
values() - Static method in enum oracle.wsm.policy.validation.IValidationError.VALIDATION_MSG_LEVEL_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policymanager.IPolicyAttachmentResult.ATTACHMENT_STATUS_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policymanager.IQueryService.Attributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policymanager.PolicyManagerFactory.PM_MODE_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.policytools.PolicyTool.FILE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceUtils.ReferenceMechTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.scenario.util.ScenarioType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.AlgorithmSuiteEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.CbHandlerEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.HttpAuthEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.LayoutEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.PasswordEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.SamlConfirmationEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.Wss10X509KeyRefEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.schema.Wss11X509KeyRefEnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.security.policy.validation.AssertionCategories
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.wsm.wsdl.fragments.IWSDLFragment.WSDL_TYPE_ENUM
Returns an array containing the constants of this enum type, in the order they are declared.
verify(HttpServletRequest, Properties) - Static method in class oracle.wsm.security.policy.scenario.processor.HttpBasicAuthProcessor
Supporting only Basic mechanism, validation on policy should be done before calling this method.
verify(IMessageContext, WsmSOAPMessage, WSSecurity, KerberosTokenType, Wss11MsgSecurityType, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.KerberosTokenProcessor
 
verify(WsmSOAPEnvelope, WSSecurity, UsernameTokenType, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor
 
verify(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss10MsgSecurityType, List<QName>, WsmKeyStore, Properties, Map<String, Object>, IExecutionContext, boolean) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10MessageSecurityProcessor
 
verify(IMessageContext, WsmSOAPMessage, WSSecurity, Wss10X509TokenType, Wss10MsgSecurityType, boolean, List<QName>, List<QName>, WsmKeyStore, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss10X509TokenProcessor
 
verify(IMessageContext, String, WsmSOAPMessage, WSSecurity, Wss11MsgSecurityType, List<QName>, SecretKey, Properties, Map<String, Object>, IExecutionContext, boolean) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
verify(IMessageContext, WsmSOAPMessage, WSSecurity, Wss11X509TokenType, Wss11MsgSecurityType, boolean, List<QName>, List<QName>, WsmKeyStore, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor
 
verify(IMessageContext, JpsManager, WsmSOAPEnvelope, WSSecurity, SamlTokenType, Properties, IExecutionContext) - Static method in class oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor
 
verify(IMessageContext, JpsManager, WsmSOAPEnvelope, WSSecurity, SamlTokenType, Properties, IExecutionContext, WsmKeyStore) - Static method in class oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor
 
verifyNonce(byte[], int, boolean) - Static method in class oracle.wsm.security.ncache.NCache
 
verifySamlToken - Variable in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
VerifySamlTokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for verify-saml-token-config-type complex type.
VerifySamlTokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.VerifySamlTokenConfigType
 
verifySignature - Variable in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
VerifySignatureConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for verify-signature-config-type complex type.
VerifySignatureConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
 
verifyTimestamp - Variable in class oracle.fabric.common.legacypolicy.schema.VerifySignatureConfigType
 
verifyTimeStamp(IExecutionContext, WSSecurity, Properties) - Static method in class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
verifyUsernameToken - Variable in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
VerifyUsernameTokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for verify-username-token-config-type complex type.
VerifyUsernameTokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.VerifyUsernameTokenConfigType
 
verifyX509Token - Variable in class oracle.fabric.common.legacypolicy.schema.InboundConfigType
 
VerifyX509TokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for verify-x509-token-config-type complex type.
VerifyX509TokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.VerifyX509TokenConfigType
 
version - Variable in class oracle.wsm.security.policy.schema.CoreidTokenType
 
version - Variable in class oracle.wsm.security.policy.schema.SamlTokenType
 
VERSION_DELETE_FAILED - Static variable in interface oracle.wsm.resources.mds.MDSMessageID
 
VersionInfo - Class in oracle.wsm.policy.model.impl
 
VersionInfo(long, long, String) - Constructor for class oracle.wsm.policy.model.impl.VersionInfo
 
VersionInfo(long, long, String, String) - Constructor for class oracle.wsm.policy.model.impl.VersionInfo
 
VERSIONING_NOT_AVAILABLE_FOR_DS - Static variable in interface oracle.wsm.resources.policymanager.PMMessageID
 
VIEW_LABEL - Static variable in class oracle.fabric.common.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.agent.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.agent.handler.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.audit.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policy.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policyaccess.impl.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policymanager.ejb.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policymanager.ejb.impl.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policymanager.emintegration.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policymanager.impl.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policymanager.web.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.policytools.BuildInfo
 
VIEW_LABEL - Static variable in class oracle.wsm.security.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.fabric.common.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.agent.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.agent.handler.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.audit.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policy.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policyaccess.impl.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policymanager.ejb.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policymanager.ejb.impl.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policymanager.emintegration.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policymanager.impl.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policymanager.web.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.policytools.BuildInfo
 
VIEW_TXN_NAME - Static variable in class oracle.wsm.security.BuildInfo
 
VISIBILITY_PRIVATE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 
VISIBILITY_PUBLIC - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeValues
 

W

warnAuditEventLoggingTemporaryFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
warnAuditShutdownFailure(Exception) - Static method in class oracle.wsm.common.logging.CommonMessageLogger
 
warnCreatedIgnored() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warnFailedToExecuteAssertion(QName, String) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
warnFoundMorethanOneKeystorePathInClasspath(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warningContextCloseFailed(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningEmptyAssertionName() - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningEmptyPolicyName() - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningErrorClosingStream(String, Exception) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
warningErrorRetrievingStoreTimestamp(Throwable) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
warningException(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningException(Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningInvalidCSF(String) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warningJpsContextPropertyUnsupported() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warningLogException(Exception) - Static method in class oracle.wsm.mds.logging.MDSMessageLogger
 
warningMdsAccessProtocolDeprecated() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
warningNodeNotSupported(String) - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
warningOwsmAccessProtocolDeprecated() - Static method in class oracle.wsm.policyaccess.logging.PAPMessageLogger
 
warnMissingBindings(QName) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warnNonceIgnored() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warnNoSignatureToConfirm(String) - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warnPasswordIgnored() - Static method in class oracle.wsm.security.logging.SecurityMessageLogger
 
warnProblemCloningMessage(Exception) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
API Logging END
warnSmartDigestCalculationFailed(String, Exception) - Static method in class oracle.wsm.policymanager.logging.PMMessageLogger
 
warnWSPolicyExecution(Exception) - Static method in class oracle.wsm.common.enforcement.EnforcementMessageLogger
 
WILDCARD - Static variable in interface oracle.wsm.common.util.WSMConstants
 
WireSecurityInterceptor - Class in oracle.fabric.common
This class is used to delegate security policy enforcement to the OWSM agent runtime.
WireSecurityInterceptor() - Constructor for class oracle.fabric.common.WireSecurityInterceptor
 
WLS_EJB_PROTOCOL - Static variable in class oracle.wsm.policymanager.WLSConfig
 
WLS_EJB_SSL_PROTOCOL - Static variable in class oracle.wsm.policymanager.WLSConfig
 
WLS_IIOP_PROTOCOL - Static variable in class oracle.wsm.policymanager.WLSConfig
 
WLSConfig - Class in oracle.wsm.policymanager
This class provides properties and utility operation specific to Weblogic server
WLSConfig() - Constructor for class oracle.wsm.policymanager.WLSConfig
 
WLSPropertyUtils - Class in oracle.wsm.agent.handler.wls
 
WLSPropertyUtils() - Constructor for class oracle.wsm.agent.handler.wls.WLSPropertyUtils
 
write(Object, MarshalContext) - Method in class oracle.wsm.log.model.LogAssertion
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.model.impl.ScenarioAssertion
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.AndCompositeAssertionSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.AssertionBindingsSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.AssertionGuardSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.AssertionTemplateSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.ConfigReferenceSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.ConfigSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.PolicyAttachmentSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.PolicyReferenceSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.PolicySerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.PolicySetSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.PolicySubjectSerializerDeSerializer
 
write(Object, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.XorCompositeAssertionSerializerDeSerializer
 
write(Object, MarshalContext) - Method in interface oracle.wsm.policy.parser.ISerializer
 
write(Node, boolean, Writer) - Static method in class oracle.wsm.xml.XMLUtils
Convert an element to String.
write(Node, boolean, OutputStream) - Static method in class oracle.wsm.xml.XMLUtils
Convert an element to String.
WRITE_ASSERTION_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_AT_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_CONFIG_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_POL_REF_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_POL_SUBJ_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_POLICY_ATTACHMENT_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_POLICY_SET_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WRITE_POLICY_TRANSFORMER_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
writeAssertion(IAssertion, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writeAssertion(IAssertion, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writeAssertion(IAssertion, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeAssertion(IAssertion, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeAssertionTemplate(IAssertionTemplate, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writeAssertionTemplate(IAssertionTemplate, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writeAssertionTemplate(IAssertionTemplate, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeAssertionTemplate(IAssertionTemplate, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeBindings(ISimpleOracleAssertion, MarshalContext) - Method in class oracle.wsm.log.model.LogAssertion
 
writeBindings(ISimpleOracleAssertion, MarshalContext) - Method in class oracle.wsm.policy.model.impl.ElementsAssertion
 
writeBindings(ISimpleOracleAssertion, MarshalContext) - Method in class oracle.wsm.policy.model.impl.PartsAssertion
 
writeConfig(IConfig, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeConfig(IConfig, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeMessageLogInfoLevel(MessageLogData) - Method in class oracle.wsm.log.executor.LogAssertionExecutor
 
writeMultiElementAssertion(IMultiElementSimpleAssertion, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
writeMultiElementNestedAssertion(IMultiElementNestedAssertion, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
writeNestedAssertion(INestedAssertion, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
writePageBody(PrintWriter, Map<String, String>, Locale, boolean) - Method in class oracle.wsm.policymanager.web.BaseServlet
Write page body.
writePageBody(PrintWriter, Map<String, String>, Locale, boolean) - Method in class oracle.wsm.policymanager.web.PolicyManagerValidator
 
writePageFooter(PrintWriter) - Method in class oracle.wsm.policymanager.web.BaseServlet
Write standard Oracle footer.
writePageHeader(PrintWriter, String) - Method in class oracle.wsm.policymanager.web.BaseServlet
Write HTML header.
writePolicy(IPolicy, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicy(IPolicy, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicy(IPolicy, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicy(IPolicy, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicyAttachment(IPolicyAttachment, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicyAttachment(IPolicyAttachment, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicyAttachment(IPolicyAttachment, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicyAttachment(IPolicyAttachment, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicyReference(IPolicyReference, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicyReference(IPolicyReference, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicyReference(IPolicyReference, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicyReference(IPolicyReference, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicySet(IPolicySet, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicySet(IPolicySet, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicySet(IPolicySet, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicySet(IPolicySet, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicySubject(IPolicySubject, OutputStream) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicySubject(IPolicySubject, Writer) - Method in interface oracle.wsm.policy.parser.IPolicyWriter
 
writePolicySubject(IPolicySubject, Writer) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writePolicySubject(IPolicySubject, OutputStream) - Method in class oracle.wsm.policy.util.PolicyWriter
 
writeProperty(IProperty, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.ConfigSerializerDeSerializer
 
writePropertySet(IPropertySet, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.ConfigSerializerDeSerializer
 
writeSimpleAssertion(ISimpleAssertion, MarshalContext) - Method in class oracle.wsm.policy.parser.impl.DefaultAssertionSerializerDeSerializer
 
WS_ADDRESSING - Static variable in class oracle.wsm.resources.policymanager.PMUIMessageBundle
 
WS_POLICY_15_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WS_POLICY_2006_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WS_POLICY_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WS_POLICY_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_DECLS
 
WS_SECURITY_HEADER - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
WS_SECURITYPOLICY_12_NS_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WS_SECURITYPOLICY_NS_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WS_UTILS_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_DECLS
 
WSADDR_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSADDRESSING_HEADERS - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
WSADDRESSING_NS - Static variable in class oracle.wsm.common.sdk.WSMExecutionConstants
 
WSDL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSDL11_BINDING - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL11_BINDING_OPERATION - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL11_BINDING_OPERATION_INPUT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL11_BINDING_OPERATION_OUTPUT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL11_PORT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL11FragmentIdentifier - Static variable in class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
WSDL20_BINDING - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL20_BINDING_MESSAGE_REFERENCE - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL20_ENDPOINT - Static variable in interface oracle.wsm.wsdl.fragments.IWSDLFragment
 
WSDL20FragmentIdentifier - Static variable in class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
WSDL_FRAGMENT_NOT_SUPPORTED - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WSDL_POLICY_PARSE_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WSDL_POLICY_REFERENCE_PARSE_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WSDL_POLICY_SERIALIZATION_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WSDL_POLICYSUBJECTS_NOT_MATCH - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
WSDL_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
WSDL_SERIALIZATION_ERROR - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
NON API logging end ********************************** range WSM-01600 to WSM-01699
WSDLFragmentImpl - Class in oracle.wsm.wsdl.fragments
 
WSDLFragmentImpl(IWSDLFragment.WSDL_TYPE_ENUM, int, String, String) - Constructor for class oracle.wsm.wsdl.fragments.WSDLFragmentImpl
 
WSDLFragmentUtil - Class in oracle.wsm.wsdl.fragments
 
WSDLFragmentUtil() - Constructor for class oracle.wsm.wsdl.fragments.WSDLFragmentUtil
 
WSDLPolicyUtil - Class in oracle.wsm.policy.wsdl.util
 
WSDLPolicyUtil() - Constructor for class oracle.wsm.policy.wsdl.util.WSDLPolicyUtil
 
WSDLUtils - Class in oracle.wsm.wsdl.fragments
 
WSDLUtils() - Constructor for class oracle.wsm.wsdl.fragments.WSDLUtils
 
WSFunctionPermission - Class in oracle.wsm.security
 
WSFunctionPermission(String, String) - Constructor for class oracle.wsm.security.WSFunctionPermission
This constructor takes name(resource name) and action(operation name) as arguments.
WSM_ACTION - Static variable in interface oracle.wsm.common.util.WSMConstants.WSSOverride
 
WSM_CONSTRAINT - Static variable in interface oracle.wsm.common.util.WSMConstants.WSSOverride
 
WSM_INCLUDE_USER_ROLES - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSM_PERMISSION_CLASS - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSM_PMLIB - Static variable in interface oracle.wsm.policymanager.IBuildInfoService
 
WSM_PMSERVER - Static variable in interface oracle.wsm.policymanager.IBuildInfoService
 
WSM_POLICY_CORE - Static variable in interface oracle.wsm.policymanager.IBuildInfoService
 
WSM_RESOURCE - Static variable in interface oracle.wsm.common.util.WSMConstants.WSSOverride
 
WSM_ROLE_CLASS_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSM_SAML_ASSERTION_FILE_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSM_SECPOL - Static variable in interface oracle.wsm.policymanager.IBuildInfoService
 
WSM_SUBJECT_PRECEDENCE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSM_SUBJECT_PRECEDENCE - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSMAgent - Class in oracle.wsm.agent
 
WSMAgent() - Constructor for class oracle.wsm.agent.WSMAgent
 
WSMAgentHook - Class in oracle.wsm.agent.handler.wls
 
WSMAgentHook() - Constructor for class oracle.wsm.agent.handler.wls.WSMAgentHook
 
WSMAgentWrapper - Class in oracle.wsm.agent.handler
 
WSMAgentWrapper(Map) - Constructor for class oracle.wsm.agent.handler.WSMAgentWrapper
The constructor for this class.
WSMConstants - Interface in oracle.wsm.common.util
 
WSMConstants.WSSOverride - Interface in oracle.wsm.common.util
 
WSMException - Exception in oracle.wsm.common.sdk
This is a new Exception class for handling OWSM Fault 11g code should create Fault using this WSMException class instead of the original com.cfluent.poicysteps.sdk.Fault
WSMException(String, String) - Constructor for exception oracle.wsm.common.sdk.WSMException
!!!!WARNING: should not be used directly in oracle package (11g new code) should only be called by extended class Fault.
WSMException(String, String, Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
Backward Compatibility !!!!WARNING: should not be used directly in oracle package (11g new code) should only be called by extended class Fault.
WSMException(Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
For None soap fault, caused by any exception.
WSMException(String) - Constructor for exception oracle.wsm.common.sdk.WSMException
Construct the fault with a predefined fault code.
WSMException(QName) - Constructor for exception oracle.wsm.common.sdk.WSMException
Construct the fault with a predefined fault code QName.
WSMException(String, Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
Construct the fault with a predefined fault code .
WSMException(QName, Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
Construct the fault with a predefined fault code QName.
WSMException(String, String, String, String, List<String>, Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
Constructor that initialises the fault with a seperate namespace.
WSMException(String, String, String, String, String, Throwable) - Constructor for exception oracle.wsm.common.sdk.WSMException
Constructor that initialises the fault with a seperate namespace.
WSMException(String, Object[]) - Constructor for exception oracle.wsm.common.sdk.WSMException
Construct the fault with a predefined fault code .
WSMExecutionConstants - Class in oracle.wsm.common.sdk
 
WSMExecutionConstants() - Constructor for class oracle.wsm.common.sdk.WSMExecutionConstants
 
WsmKeyStore - Class in oracle.wsm.security.jps
 
WsmKeyStore(String, String, String, String, String, String, String) - Constructor for class oracle.wsm.security.jps.WsmKeyStore
 
WsmLogFormatter - Class in oracle.wsm.common.logging
 
WsmLogFormatter() - Constructor for class oracle.wsm.common.logging.WsmLogFormatter
 
WsmLogUtil - Class in oracle.wsm.common.logging
This class provides some convenience logging methods to complement the functionality provided by java.util.logging.Logger.
WsmLogUtil() - Constructor for class oracle.wsm.common.logging.WsmLogUtil
 
WsmMessageBundle - Class in oracle.wsm.common.logging
 
WsmMessageBundle() - Constructor for class oracle.wsm.common.logging.WsmMessageBundle
 
WsmMessageLogger - Class in oracle.wsm.common.logging
 
WsmMessageLogger() - Constructor for class oracle.wsm.common.logging.WsmMessageLogger
 
WsmMessageSecurityUtils - Class in oracle.wsm.security.policy.scenario.util
 
WsmMessageSecurityUtils() - Constructor for class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils
 
WsmMessageSecurityUtils.EncryptedElement - Class in oracle.wsm.security.policy.scenario.util
 
WsmMessageSecurityUtils.EncryptedElement(Element, boolean) - Constructor for class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
WsmMessageSecurityUtils.EncryptedElement(AttachmentPart, boolean) - Constructor for class oracle.wsm.security.policy.scenario.util.WsmMessageSecurityUtils.EncryptedElement
 
WSMPMCOOKIE - Static variable in class oracle.wsm.policymanager.web.BaseServlet
 
WsmSOAPEnvelope - Class in oracle.wsm.security.policy.scenario.util
 
WsmSOAPEnvelope(SOAPEnvelope) - Constructor for class oracle.wsm.security.policy.scenario.util.WsmSOAPEnvelope
 
WsmSOAPMessage - Class in oracle.wsm.security.policy.scenario.util
 
WsmSOAPMessage(SOAPMessage) - Constructor for class oracle.wsm.security.policy.scenario.util.WsmSOAPMessage
Creates a new instance of SOAPMessageWSM
WSMTOM_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSMUtils - Class in oracle.wsm.policyengine.util
 
WSMUtils() - Constructor for class oracle.wsm.policyengine.util.WSMUtils
 
WSMWssKeyIdentifierResolver - Class in oracle.wsm.security.policy.scenario.util
 
WSMWssKeyIdentifierResolver() - Constructor for class oracle.wsm.security.policy.scenario.util.WSMWssKeyIdentifierResolver
 
WSMX509KeyIdentifierResolver - Class in oracle.wsm.security.policy.scenario.util
 
WSMX509KeyIdentifierResolver() - Constructor for class oracle.wsm.security.policy.scenario.util.WSMX509KeyIdentifierResolver
 
WSP2002_PolicyQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_ALL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_APPLIES_TO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_EXACTLY_ONE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_OPTIONAL - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
WSP_POLICY - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_Policy_15_QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_Policy_2006_AttachmentQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_Policy_2006_QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_Policy_2006_ReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_POLICY_ATTACHMENT - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_POLICY_NAME - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
WSP_POLICY_REFERENCE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.ElementNames
 
WSP_PolicyAttachmentQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_PolicyQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_PolicyReferenceQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 
WSP_URI_ELEMENTQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WSP_USAGE - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
WSPOLICY_EXECUTION_FAILED_EXCEPTION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
WSPOLICY_EXECUTOR_INITIALIZATION_EXCEPTION - Static variable in interface oracle.wsm.resources.enforcement.EnforcementMessageID
 
WSPOLICY_NS_URI_2002 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSPolicyExecutor - Class in oracle.wsm.policyengine.impl
 
WSPolicyExecutor() - Constructor for class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
WSPolicyExecutor(IPolicy, IContext) - Constructor for class oracle.wsm.policyengine.impl.WSPolicyExecutor
 
WSPolicyRuntimeExecutor - Class in oracle.wsm.policyengine.impl.runtime
 
WSPolicyRuntimeExecutor() - Constructor for class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
WSPolicyRuntimeExecutor(IPolicy, IContext) - Constructor for class oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor
 
WSRM10_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSRM11_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSS10_ANON_WITH_CERTS - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
WSS10_ANON_WITH_CERTS_SCENARIO_ASSERTION_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_ANONYMOUS_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
Wss10_Message_Protection_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Basic_Auth_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Basic_Auth_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Basic_Auth_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Basic_Auth_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Cert_Auth_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Cert_Auth_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Cert_Auth_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Message_Protection_With_Cert_Auth_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_MSG_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
WSS10_MUTUAL_AUTH_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS10_MUTUAL_AUTH_WITH_CERTS_SCENARIO_ASSERTION_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Auth_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Auth_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Auth_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Auth_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_SAML_HOK_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
Wss10_Saml_Token_Client_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Token_Client_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_SAML_TOKEN_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
Wss10_Saml_Token_Service_Policy_Id - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
Wss10_Saml_Token_Service_Policy_Name - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_SAML_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS10_USERNAME_TOKEN_CERTS_SCENARIO_ASSERTION_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS10_USERNAME_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS10_X509_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
Wss10AnonWithCertsScenario - Class in oracle.wsm.security.policy.scenario
Implements WSS 1.0 Anonymous with certificates scenario.
Wss10AnonWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10AnonWithCertsScenario
 
Wss10AnonWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10AnonWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10AnonWithCertsScenarioExecutor
 
Wss10AnonymousWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-anonymous-with-certificates-type complex type.
Wss10AnonymousWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
 
Wss10Assertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
Wss10Assertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
Wss10Assertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.Wss10Assertion
 
Wss10MessageSecurityProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
Wss10MessageSecurityProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.Wss10MessageSecurityProcessor
 
Wss10MsgSecurityType - Class in oracle.wsm.security.policy.schema
Java class for wss10-msg-security-type complex type.
Wss10MsgSecurityType() - Constructor for class oracle.wsm.security.policy.schema.Wss10MsgSecurityType
 
Wss10MutualAuthWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-mutual-auth-with-certificates-type complex type.
Wss10MutualAuthWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
 
Wss10MutualAuthWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss10MutualAuthWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10MutualAuthWithCertsScenario
 
Wss10MutualAuthWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10MutualAuthWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10MutualAuthWithCertsScenarioExecutor
 
Wss10SamlHOKTokenWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss10SamlHOKTokenWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10SamlHOKTokenWithCertsScenario
 
Wss10SamlHokWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-saml-hok-with-certificates-type complex type.
Wss10SamlHokWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
 
Wss10SamlHokWithCertificatesJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
Wss10SamlHokWithCertificatesJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem.SamlToken
 
Wss10SamlHOKWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10SamlHOKWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10SamlHOKWithCertsScenarioExecutor
 
Wss10SamlTokenJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-saml-token-type complex type.
Wss10SamlTokenJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem
 
Wss10SamlTokenJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
Wss10SamlTokenJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlTokenJaxbElem.SamlToken
 
Wss10SamlTokenScenario - Class in oracle.wsm.security.policy.scenario
 
Wss10SamlTokenScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10SamlTokenScenario
 
Wss10SamlTokenScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10SamlTokenScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor
 
Wss10SamlTokenWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss10SamlTokenWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10SamlTokenWithCertsScenario
 
Wss10SamlWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-saml-with-certificates-type complex type.
Wss10SamlWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
 
Wss10SamlWithCertificatesJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
Wss10SamlWithCertificatesJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem.SamlToken
 
Wss10SamlWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10SamlWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10SamlWithCertsScenarioExecutor
 
WSS10TokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
Wss10UsernameWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss10-username-with-certificates-type complex type.
Wss10UsernameWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
 
Wss10UsernameWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss10UsernameWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss10UsernameWithCertsScenario
 
Wss10UsernameWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss10UsernameWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss10UsernameWithCertsScenarioExecutor
 
Wss10X509KeyRefEnumType - Enum in oracle.wsm.security.policy.schema
Java class for wss10-x509-key-ref-enum-type.
Wss10X509TokenProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
Wss10X509TokenProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.Wss10X509TokenProcessor
 
Wss10X509TokenType - Class in oracle.wsm.security.policy.schema
Java class for wss10-x509-token-type complex type.
Wss10X509TokenType() - Constructor for class oracle.wsm.security.policy.schema.Wss10X509TokenType
 
WSS11_ANONYMOUS_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS11_MSG_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
WSS11_MUTUAL_AUTH_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS11_SAML_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS11_USERNAME_WITH_CERTS_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS11_X509_POLICY - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
Wss11AnonWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss11AnonWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss11AnonWithCertsScenario
 
Wss11AnonWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss11AnonWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss11AnonWithCertsScenarioExecutor
 
Wss11AnonymousWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-anonymous-with-certificates-type complex type.
Wss11AnonymousWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
 
Wss11Assertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
Wss11Assertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
Wss11Assertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.Wss11Assertion
 
Wss11MessageSecurityProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
Wss11MessageSecurityProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.Wss11MessageSecurityProcessor
 
Wss11MsgSecurityType - Class in oracle.wsm.security.policy.schema
Java class for wss11-msg-security-type complex type.
Wss11MsgSecurityType() - Constructor for class oracle.wsm.security.policy.schema.Wss11MsgSecurityType
 
Wss11MutualAuthWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-mutual-auth-with-certificates-type complex type.
Wss11MutualAuthWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
 
Wss11MutualAuthWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss11MutualAuthWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss11MutualAuthWithCertsScenario
 
Wss11MutualAuthWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss11MutualAuthWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss11MutualAuthWithCertsScenarioExecutor
 
Wss11SamlTokenJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-saml-token-type complex type.
Wss11SamlTokenJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem
 
Wss11SamlTokenJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
Wss11SamlTokenJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.Wss11SamlTokenJaxbElem.SamlToken
 
Wss11SamlWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-saml-with-certificates-type complex type.
Wss11SamlWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
 
Wss11SamlWithCertificatesJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
Wss11SamlWithCertificatesJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem.SamlToken
 
Wss11SamlWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss11SamlWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss11SamlWithCertsScenario
 
Wss11SamlWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss11SamlWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor
 
WSS11TokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
Wss11UsernameWithCertificatesJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss11-username-with-certificates-type complex type.
Wss11UsernameWithCertificatesJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
 
Wss11UsernameWithCertsScenario - Class in oracle.wsm.security.policy.scenario
 
Wss11UsernameWithCertsScenario() - Constructor for class oracle.wsm.security.policy.scenario.Wss11UsernameWithCertsScenario
 
Wss11UsernameWithCertsScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
Wss11UsernameWithCertsScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.Wss11UsernameWithCertsScenarioExecutor
 
Wss11X509KeyRefEnumType - Enum in oracle.wsm.security.policy.schema
Java class for wss11-x509-key-ref-enum-type.
Wss11X509TokenProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
Wss11X509TokenProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.Wss11X509TokenProcessor
 
Wss11X509TokenType - Class in oracle.wsm.security.policy.schema
Java class for wss11-x509-token-type complex type.
Wss11X509TokenType() - Constructor for class oracle.wsm.security.policy.schema.Wss11X509TokenType
 
WSS_CSF_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_CSF_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_ENC_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_ENC_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_ENC_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_ENC_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_ENC_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_ENC_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_ENC_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_ENC_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_ENC_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_EXCEPTION - Static variable in interface oracle.wsm.resources.security.SecurityMessageID
 
WSS_KERBEROS_SERVICE_PRINCIPAL - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KERBEROS_SERVICE_PRINCIPAL - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_KEYSTORE_CSF_MAP_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KEYSTORE_CSF_MAP_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_KEYSTORE_CSF_MAP_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_KEYSTORE_LOCATION - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KEYSTORE_LOCATION - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_KEYSTORE_LOCATION - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_KEYSTORE_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KEYSTORE_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_KEYSTORE_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_KEYSTORE_PASSWORD_CSF - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_KEYSTORE_PASSWORD_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KEYSTORE_PASSWORD_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_KEYSTORE_TYPE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_KEYSTORE_TYPE - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_KEYSTORE_TYPE - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_RECIPIENT_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_RECIPIENT_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_RECIPIENT_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_SAML_ISSUER_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_SAML_ISSUER_NAME - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_SAML_TOKEN_ASSERTION_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS_SAML_TOKEN_BEARER_OVER_SSL_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS_SAML_TOKEN_OVER_SSL_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS_SIG_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_SIG_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_SIG_CSF_KEY - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_SIG_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_SIG_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_SIG_KEY_ALIAS - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_SIG_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ClientConstants
 
WSS_SIG_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.ServerOverride
 
WSS_SIG_KEY_PASSWORD - Static variable in interface oracle.wsm.security.util.SecurityConstants.WSSOverride
 
WSS_USERNAME_JAXB_ELEM - Static variable in class oracle.wsm.security.policy.scenario.policycompliance.impl.PolicyComplianceConstants
 
WSS_USERNAME_TOKEN_ASSERTION_NAME - Static variable in class oracle.fabric.common.legacypolicy.LegacyPolicyConstants
 
WSS_USERNAME_TOKEN_OVER_SSL_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS_USERNAME_TOKEN_SCENARIO - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.SecurityAssertionConstants
 
WSS_VERSION_10 - Static variable in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
WSS_VERSION_11 - Static variable in class oracle.wsm.security.policy.scenario.modelutil.AdvertisementUtil
 
WssSamlTokenBearerOverSslJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss-saml-token-bearer-over-ssl-type complex type.
WssSamlTokenBearerOverSslJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem
 
WssSamlTokenBearerOverSslJaxbElem.SamlToken - Class in oracle.wsm.security.policy.schema
Java class for anonymous complex type.
WssSamlTokenBearerOverSslJaxbElem.SamlToken() - Constructor for class oracle.wsm.security.policy.schema.WssSamlTokenBearerOverSslJaxbElem.SamlToken
 
WssSamlTokenBearerOverSSLScenario - Class in oracle.wsm.security.policy.scenario
 
WssSamlTokenBearerOverSSLScenario() - Constructor for class oracle.wsm.security.policy.scenario.WssSamlTokenBearerOverSSLScenario
 
WssSamlTokenBearerOverSSLScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
WssSamlTokenBearerOverSSLScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.WssSamlTokenBearerOverSSLScenarioExecutor
 
WssSamlTokenOverSslJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for wss-saml-token-over-ssl-type complex type.
WssSamlTokenOverSslJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.WssSamlTokenOverSslJaxbElem
 
WssSamlTokenOverSSLScenario - Class in oracle.wsm.security.policy.scenario
 
WssSamlTokenOverSSLScenario() - Constructor for class oracle.wsm.security.policy.scenario.WssSamlTokenOverSSLScenario
 
WssSamlTokenOverSSLScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
WssSamlTokenOverSSLScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.WssSamlTokenOverSSLScenarioExecutor
 
WssSamlTokenProcessor - Class in oracle.wsm.security.policy.scenario.processor
 
WssSamlTokenProcessor() - Constructor for class oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor
 
WssSamlV11Token10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssSamlV11Token11QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssSamlV20Token11QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssTokenCallbackHandler - Class in oracle.wsm.security.jps.cbhandler
 
WssTokenCallbackHandler() - Constructor for class oracle.wsm.security.jps.cbhandler.WssTokenCallbackHandler
 
WssUsernameToken10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssUsernameToken11QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssUsernameTokenJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for username-with-password-type complex type.
WssUsernameTokenJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.WssUsernameTokenJaxbElem
 
WssUsernameTokenOverSslJaxbElem - Class in oracle.wsm.security.policy.schema
Java class for username-with-password-over-ssl-type complex type.
WssUsernameTokenOverSslJaxbElem() - Constructor for class oracle.wsm.security.policy.schema.WssUsernameTokenOverSslJaxbElem
 
WssUsernameTokenOverSSLScenario - Class in oracle.wsm.security.policy.scenario
 
WssUsernameTokenOverSSLScenario() - Constructor for class oracle.wsm.security.policy.scenario.WssUsernameTokenOverSSLScenario
 
WssUsernameTokenOverSSLScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
WssUsernameTokenOverSSLScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenOverSSLScenarioExecutor
 
WssUsernameTokenScenario - Class in oracle.wsm.security.policy.scenario
 
WssUsernameTokenScenario() - Constructor for class oracle.wsm.security.policy.scenario.WssUsernameTokenScenario
 
WssUsernameTokenScenarioExecutor - Class in oracle.wsm.security.policy.scenario.executor
 
WssUsernameTokenScenarioExecutor() - Constructor for class oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor
 
WssX509V3Token10QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
WssX509V3Token11QName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
wsToSslCipherSuiteMap - Static variable in class oracle.wsm.security.policy.scenario.util.AlgorithmSuitePolicy
 
WSU_10_NS_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSU_ID - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.AttributeNames
 
WSU_NS_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
WSU_PREFIX - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.STANDARD_PREFIXES
 

X

X509_ASSERTION_DECRYPT_KEY_ALIAS - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_DECRYPT_KEY_ALIAS_PASSWORD - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_ENCRYPT_KEY_ALIAS - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_KEYSTORE_FILE - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_KEYSTORE_PASSWORD - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_KEYSTORE_TYPE - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_SIGNER_KEY_ALIAS - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_SIGNER_KEY_ALIAS_PASSWORD - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
X509_ASSERTION_VERIFY_SIGNER_KEY_ALIAS - Static variable in class oracle.wsm.security.policy.scenario.ScenarioConstants
 
x509Authenticate(WssTokenCallbackHandler, boolean) - Method in class oracle.wsm.security.jps.JpsManager
 
x509Token - Variable in class oracle.fabric.common.legacypolicy.schema.OutboundConfigType
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss10AnonymousWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss10MutualAuthWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss10SamlHokWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss10SamlWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss10UsernameWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss11AnonymousWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss11MutualAuthWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss11SamlWithCertificatesJaxbElem
 
x509Token - Variable in class oracle.wsm.security.policy.schema.Wss11UsernameWithCertificatesJaxbElem
 
X509TokenAssertion - Class in oracle.wsm.security.policy.securitypolicy.impl
 
X509TokenAssertion() - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
X509TokenAssertion(QName) - Constructor for class oracle.wsm.security.policy.securitypolicy.impl.X509TokenAssertion
 
X509TokenConfigType - Class in oracle.fabric.common.legacypolicy.schema
Java class for x509-token-config-type complex type.
X509TokenConfigType() - Constructor for class oracle.fabric.common.legacypolicy.schema.X509TokenConfigType
 
X509TokenQName - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.QNames
 
xml11clazz - Static variable in class oracle.wsm.common.xml.DefaultNamespaceContext
 
XML_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
XMLException - Exception in oracle.wsm.xml
 
XMLException(String) - Constructor for exception oracle.wsm.xml.XMLException
 
XMLException(String, Object[]) - Constructor for exception oracle.wsm.xml.XMLException
 
XMLException(String, Throwable) - Constructor for exception oracle.wsm.xml.XMLException
 
XMLException(String, Object[], Throwable) - Constructor for exception oracle.wsm.xml.XMLException
 
XMLNS_NAMESPACE_URI - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.NAMESPACE_URI
 
XMLUtils - Class in oracle.wsm.xml
 
XMLUtils() - Constructor for class oracle.wsm.xml.XMLUtils
 
XOR_COMPOSITE_ASSERTION - Static variable in interface oracle.wsm.policy.model.IAssertion.AssertionTypes
 
XorCompositeAssertion - Class in oracle.wsm.policy.model.impl
XORCompositeAssertion represents a bunch of policy alternatives.
XorCompositeAssertion() - Constructor for class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
XorCompositeAssertion(QName) - Constructor for class oracle.wsm.policy.model.impl.XorCompositeAssertion
 
XorCompositeAssertionSerializerDeSerializer - Class in oracle.wsm.policy.parser.impl
 
XorCompositeAssertionSerializerDeSerializer() - Constructor for class oracle.wsm.policy.parser.impl.XorCompositeAssertionSerializerDeSerializer
 
XPATH - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
XPATH20 - Static variable in interface oracle.wsm.policy.constants.PolicyConstants.URIs
 
XPATH_EXPRESSION_EXCEPTION - Static variable in interface oracle.wsm.resources.policy.PolicyMessageID
 
XPathHelper - Class in oracle.wsm.xml
 
XPathHelper() - Constructor for class oracle.wsm.xml.XPathHelper
 

A B C D E F G H I J K L M N O P Q R S T U V W X

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.