|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PolicyManagerException in oracle.wsm.policymanager |
---|
Methods in oracle.wsm.policymanager that throw PolicyManagerException | |
---|---|
IPolicySubjectAttachmentResult |
IUpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) 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. |
static Map<String,String> |
PolicyManagerFactory.addCredsUsingCSF(Map<String,String> config) This method adds the credentials to the config using the csf-key if it exists |
boolean |
IUpdateService.areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
boolean |
IQueryService.areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
IPolicyCompatibilityResult |
IPolicyService.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs) Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies. |
IAssertionTemplate |
IUpdateService.createAssertionTemplate(IAssertionTemplate assertionTemplate) Adds a new Assertion template to the backend datastore |
IPolicy |
IUpdateService.createPolicy(IPolicy policy) Adds a new policy to the backend datastore |
List<IPolicy> |
IUpdateService.createPolicy(List<IPolicy> polList) Bulk creation of policies |
static IPolicyAccessService |
PolicyManagerFactory.createPolicyAccessService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props) |
static IPolicyAccessService |
PolicyManagerFactory.createPolicyAccessService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props, Subject subject) A method to create policy access service objects. |
static IPolicyService |
PolicyManagerFactory.createPolicyService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props) |
static IPolicyService |
PolicyManagerFactory.createPolicyService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props, Subject subject) A method to create Policy service objects. |
static IQueryService |
PolicyManagerFactory.createQueryService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props) A method to create query service objects. |
static IQueryService |
PolicyManagerFactory.createQueryService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props, Subject subject) |
static IUpdateService |
PolicyManagerFactory.createUpdateService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props) |
static IUpdateService |
PolicyManagerFactory.createUpdateService(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> props, Subject subject) A method to create update service objects. |
void |
IUpdateService.deleteAllAssertionTemplates() PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived |
void |
IUpdateService.deleteAllAttachments() Deletes all policy attachments from data store |
void |
IUpdateService.deleteAllPolicies() PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived |
void |
IUpdateService.deleteAssertionTemplate(IAssertionTemplate assertionTemplate) Delete an Assertion template from backend datastore |
void |
IUpdateService.deleteAssertionTemplate(String templateName) Delete an Assertion template from backend datastore |
void |
IUpdateService.deleteAssertionTemplates(List<String> assertionTemplateNames) Delete all the policies corresponding to the policy names passed |
void |
IUpdateService.deleteAssertionTemplateVersions(String assertionTemplateName, List<Long> versionNumbers) Delete all the specified versions of an assertion template |
IPolicySubjectAttachmentResult |
IUpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) 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>. |
void |
IPolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
void |
IUpdateService.deleteAttachmentEntries(List<String> policySubject) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
void |
IUpdateService.deleteAttachmentEntries(String resourcePattern) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
void |
IUpdateService.deletePolicies(List<String> polNameList) Delete all the policies corresponding to the policy names passed |
void |
IUpdateService.deletePolicy(IPolicy policy) Deletes a policy to the backend datastore |
void |
IUpdateService.deletePolicy(String policyName) Deletes a policy to the backend datastore |
void |
IUpdateService.deletePolicyVersions(String policyName, List<Long> versionNumbers) Delete all the specified versions of a policy |
IAssertionTemplate |
IQueryService.getAssertionTemplate(String assertionTemplateName) Retrives and returns an Assertiontemplate object with the supplied name |
static IAssertionTemplate |
PolicyManagerUtil.getAssertionTemplateFromArtifact(MDSArtifact mdsArtifact) Generate an assertion template using information from a MDSArtifact |
List<IAssertionTemplate> |
IQueryService.getAssertionTemplates(String path) Returns a list of all Assertion Templates stored in the datastore |
List<IAssertionTemplate> |
IQueryService.getAssertionTemplatesByCategory(String path, String category) Return a list of assertion templates belonging to a specific category |
List<IAssertionTemplate> |
IQueryService.getAssertionTemplatesByQNameAndAttachTo(QName assertionQName, String appliesTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
IAssertionTemplate |
IQueryService.getAssertionTemplateVersion(String assertionTemplateName, long version) Returns a particular version of an assertionTemplate |
List<IAssertionTemplate> |
IQueryService.getAssertionTemplateVersionHistory(String templateName) Get a list of all previous version of a particular Assertion template |
IPolicyAttachment |
IQueryService.getAttachment(String attachmentName) Get a policy attachment object store in the store by the passed name |
IPolicyAttachment |
IQueryService.getAttachmentByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
List<IPolicyAttachment> |
IQueryService.getAttachments(String path, String policyId) Get all Policy Attachment objects under a particular path and matching passed ID |
String |
IBuildInfoService.getBuildInfo(String jarFile) Returns build information for the specified JAR file. |
Map<String,String> |
IBuildInfoService.getBuildInfoMap(String jarFile) Returns build information for the specified JAR file. |
Map<String,List<IPolicy>> |
IPolicyService.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName) Given a WSDL that contains service side policies, returns the compatible client side policies. |
List<IPolicy> |
IPolicyService.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName, String category) Given a WSDL that contains service side policies, returns the compatible client side policies for a particular category. |
static IPolicy |
PolicyManagerUtil.getPolFromArtifact(MDSArtifact mdsArtifact) Generate a policy object using information from a MDSArtifact |
IPolicySet |
IPolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
List<IPolicy> |
IQueryService.getPolicies(String path) Returns all policies in the Policy store |
List<IPolicy> |
IQueryService.getPoliciesByAttachTo(String path, List<String> attachToList) Return Policies in a specific Attachment Point |
List<IPolicy> |
IQueryService.getPoliciesByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<IPolicy> |
IQueryService.getPoliciesByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<IPolicy> |
IQueryService.getPoliciesByID(String path, String policyID) 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 |
List<IPolicy> |
IQueryService.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns the corresponding Policies. |
Map<IPolicyReference,IPolicy> |
IQueryService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
IPolicySet |
IPolicyAccessService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
List<IPolicy> |
IQueryService.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<IPolicy> |
IQueryService.getPoliciesForResource(String resourcePattern) Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern |
IPolicy |
IQueryService.getPolicy(String policyName) Get a policy for the given policy name |
IPolicy |
IQueryService.getPolicy(String policyName, boolean getConfig) Get a particular policy with options to include configuration information |
IPolicy |
IQueryService.getPolicyByID(String path, String policyID) Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>. |
Map<String,List<IPolicyReference>> |
IQueryService.getPolicyReferencesForResource(List<String> policySubject) Finds all the policy references that are attached to the policy subject |
List<IPolicyReference> |
IQueryService.getPolicyReferencesForResource(String resourcePattern) Finds all the policies that are attached to a resource pattern |
IPolicy |
IQueryService.getPolicyVersion(String policyName, long version) Returns a particular version of a policy |
List<IPolicy> |
IQueryService.getPolicyVersionHistory(String policyName) Get a list of all previous version of a particular policy |
static Integer |
OC4JConfig.lookupRmiPort() |
static void |
PolicyManagerFactory.populateProtocol(PolicyManagerFactory.PM_MODE_ENUM mode, Map<String,String> pmConfig) |
IAssertionTemplate |
IUpdateService.promoteAssertionTemplateToTip(String assertionTemplateName, long version) Promote a previous policy version to the latest. |
IPolicy |
IUpdateService.promotePolicyToTip(String policyName, long version) Promote a previous policy version to the latest. |
List<IPolicy> |
IQueryService.searchPolicies(SearchCriteria searchCriteria) Search and return a list of policies that meet the passed search Criteria |
IAssertionTemplate |
IUpdateService.updateAssertionTemplate(IAssertionTemplate assertionTemplate) Update an existing Assertion Template |
IPolicySubjectAttachmentResult |
IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
IPolicySubjectAttachmentResult |
IUpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal) This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation |
void |
WLSConfig.updatePmConfig(Map<String,String> pmConfig) |
void |
OC4JConfig.updatePmConfig(Map<String,String> pmConfig) Build complete Policy Manager access configuration. |
void |
IAppServerConfig.updatePmConfig(Map<String,String> pmConfig) This method will update the pmConfig map with application server specific properties. |
List<IPolicy> |
IUpdateService.updatePolicies(List<IPolicy> policies) Updates policies to the backend datastore |
IPolicy |
IUpdateService.updatePolicy(IPolicy policy) Updates a policy to the backend datastore |
Map<IPolicy,List<IValidationError>> |
IQueryService.validatePolicies(List<IPolicy> policies) Performs Policy Validation on each policy and return the list of errors. |
Map<IPolicySubject,List<IValidationError>> |
IQueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Uses of PolicyManagerException in oracle.wsm.policymanager.client |
---|
Methods in oracle.wsm.policymanager.client that throw PolicyManagerException | |
---|---|
IPolicySubjectAttachmentResult |
UpdateServiceDelegate.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) 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. |
List<IPolicyAttachmentResult> |
UpdateServiceDelegate.addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
void |
UpdateServiceDelegate.addAttachmentEntry(IPolicy policy, List<String> resourcePatterns) |
boolean |
UpdateServiceDelegate.areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
boolean |
QueryServiceDelegate.areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
IPolicyCompatibilityResult |
PolicyServiceDelegate.checkCompatibility(String wsdlDefintion, IPolicySubject polSubject, List<IPolicyReference> polRefs) Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies. |
IAssertionTemplate |
UpdateServiceDelegate.createAssertionTemplate(IAssertionTemplate assertionTemplate) Adds a new Assertion template to the backend datastore |
IPolicy |
UpdateServiceDelegate.createPolicy(IPolicy policy) Adds a new policy to the backend datastore |
List<IPolicy> |
UpdateServiceDelegate.createPolicy(List<IPolicy> polList) Bulk creation of policies |
void |
UpdateServiceDelegate.deleteAllAssertionTemplates() PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived |
void |
UpdateServiceDelegate.deleteAllAttachments() Deletes all policy attachments from data store |
void |
UpdateServiceDelegate.deleteAllPolicies() PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived |
void |
UpdateServiceDelegate.deleteAssertionTemplate(IAssertionTemplate assertionTemplate) Delete an Assertion template from backend datastore |
void |
UpdateServiceDelegate.deleteAssertionTemplate(String templateName) Delete an Assertion template from backend datastore |
void |
UpdateServiceDelegate.deleteAssertionTemplates(List<String> assertionTemplateNames) Delete all the policies corresponding to the policy names passed |
void |
UpdateServiceDelegate.deleteAssertionTemplateVersions(String assertionTemplateName, List<Long> versionNumbers) Delete all the specified versions of an assertion template |
IPolicySubjectAttachmentResult |
UpdateServiceDelegate.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) 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>. |
void |
PolicyAccessServiceDelegate.deleteAttachmentEntries(List<IPolicySubject> resourcePattern) |
void |
UpdateServiceDelegate.deleteAttachmentEntries(List<String> policySubject) |
void |
UpdateServiceDelegate.deleteAttachmentEntries(String resourcePattern) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
List<IPolicyAttachmentResult> |
UpdateServiceDelegate.deleteAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
void |
UpdateServiceDelegate.deletePolicies(List<String> polNameList) Delete all the policies corresponding to the policy names passed |
void |
UpdateServiceDelegate.deletePolicy(IPolicy policy) Deletes a policy to the backend datastore |
void |
UpdateServiceDelegate.deletePolicy(String policyName) Deletes a policy to the backend datastore |
void |
UpdateServiceDelegate.deletePolicyVersions(String policyName, List<Long> versionNumbers) Delete all the specified versions of a policy |
IAssertionTemplate |
QueryServiceDelegate.getAssertionTemplate(String assertionTemplateName) Retrives and returns an Assertiontemplate object with the supplied name |
List<IAssertionTemplate> |
QueryServiceDelegate.getAssertionTemplates(String path) Returns a list of all Assertion Templates stored in the datastore |
List<IAssertionTemplate> |
QueryServiceDelegate.getAssertionTemplatesByCategory(String path, String category) Return a list of assertion templates belonging to a specific category |
List<IAssertionTemplate> |
QueryServiceDelegate.getAssertionTemplatesByQNameAndAttachTo(QName assertionQName, String appliesTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
IAssertionTemplate |
QueryServiceDelegate.getAssertionTemplateVersion(String assertionTemplateName, long version) Returns a particular version of an assertionTemplate |
List<IAssertionTemplate> |
QueryServiceDelegate.getAssertionTemplateVersionHistory(String templateName) Get a list of all previous version of a particular Assertion template |
IPolicyAttachment |
QueryServiceDelegate.getAttachment(String attachmentName) Get a policy attachment object store in the store by the passed name |
IPolicyAttachment |
QueryServiceDelegate.getAttachmentByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
List<IPolicyAttachment> |
QueryServiceDelegate.getAttachments(String path, String policyId) Get all Policy Attachment objects under a particular path and matching passed ID |
Map<String,List<IPolicy>> |
PolicyServiceDelegate.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName) Given a WSDL that contains service side policies, returns the compatible client side policies. |
List<IPolicy> |
PolicyServiceDelegate.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName, String category) Given a WSDL that contains service side policies, returns the compatible client side policies for a particular category. |
IPolicySet |
PolicyAccessServiceDelegate.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
List<IPolicy> |
QueryServiceDelegate.getPolicies(String path) Returns all policies in the Policy store |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByAttachTo(String path, List<String> attachToList) Return Policies in a specific Attachment Point |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByID(String path, String policyID) 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 |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns the corresponding Policies. |
Map<IPolicyReference,IPolicy> |
QueryServiceDelegate.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
IPolicySet |
PolicyAccessServiceDelegate.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
List<IPolicy> |
QueryServiceDelegate.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<IPolicy> |
QueryServiceDelegate.getPoliciesForResource(String resourcePattern) Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern |
IPolicy |
QueryServiceDelegate.getPolicy(String policyName) Get a policy for the given policy name |
IPolicy |
QueryServiceDelegate.getPolicy(String policyName, boolean getConfig) Get a particular policy with options to include configuration information |
IPolicy |
QueryServiceDelegate.getPolicyByID(String path, String policyID) Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>. |
Map<String,List<IPolicyReference>> |
QueryServiceDelegate.getPolicyReferencesForResource(List<String> policySubject) |
List<IPolicyReference> |
QueryServiceDelegate.getPolicyReferencesForResource(String resourcePattern) Finds all the policies that are attached to a resource pattern |
IPolicy |
QueryServiceDelegate.getPolicyVersion(String policyName, long version) Returns a particular version of a policy |
List<IPolicy> |
QueryServiceDelegate.getPolicyVersionHistory(String policyName) Get a list of all previous version of a particular policy |
IAssertionTemplate |
UpdateServiceDelegate.promoteAssertionTemplateToTip(String assertionTemplateName, long version) Promote a previous policy version to the latest. |
IPolicy |
UpdateServiceDelegate.promotePolicyToTip(String policyName, long version) Promote a previous policy version to the latest. |
void |
UpdateServiceDelegate.removeAttachmentEntry(IPolicy policy, List<String> resourcePatterns) |
List<IPolicy> |
QueryServiceDelegate.searchPolicies(SearchCriteria searchCriteria) Search and return a list of policies that meet the passed search Criteria |
IAssertionTemplate |
UpdateServiceDelegate.updateAssertionTemplate(IAssertionTemplate assertionTemplate) Update an existing Assertion Template |
IPolicySubjectAttachmentResult |
UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
IPolicySubjectAttachmentResult |
UpdateServiceDelegate.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runSubjVal) This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation |
List<IPolicyAttachmentResult> |
UpdateServiceDelegate.updateAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
List<IPolicy> |
UpdateServiceDelegate.updatePolicies(List<IPolicy> policies) Updates policies to the backend datastore |
IPolicy |
UpdateServiceDelegate.updatePolicy(IPolicy policy) Updates a policy to the backend datastore |
Map<IPolicy,List<IValidationError>> |
QueryServiceDelegate.validatePolicies(List<IPolicy> policies) Performs Policy Validation on each policy and return the list of errors. |
Map<IPolicySubject,List<IValidationError>> |
QueryServiceDelegate.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Uses of PolicyManagerException in oracle.wsm.policymanager.ejb.impl |
---|
Uses of PolicyManagerException in oracle.wsm.policymanager.impl |
---|
Methods in oracle.wsm.policymanager.impl that throw PolicyManagerException | |
---|---|
IPolicySubjectAttachmentResult |
UpdateService.addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
IPolicySubjectAttachmentResultStr |
UpdateService.addAttachmentEntriesAsString(String polSubjectStr, List<String> polRefsStr) |
List<IPolicyAttachmentResultStr> |
UpdateService.addAttachmentEntriesString(String resourcePattern, List<String> polRefStrs) |
void |
UpdateService.addAttachmentEntryForPolicyString(String policy, List<String> resourcePatterns) |
boolean |
QueryService.areTransactionsSupported() |
boolean |
QueryService.areTransactionsSupportedAsBooleanValue() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
IPolicyCompatibilityResult |
PolicyService.checkCompatibility(String wsdlDefinition, IPolicySubject polSubject, List<IPolicyReference> polRefs) Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies. |
IPolicyCompatibilityResult |
PolicyService.checkCompatibilityString(String wsdlDefinition, String polSubjectStr, List<String> polRefStrs) |
IAssertionTemplate |
UpdateService.createAssertionTemplate(IAssertionTemplate assertionTemplate) Adds a new Assertion template to the backend datastore |
String |
UpdateService.createAssertionTemplateFromString(String assertionTemplateStr) |
List<String> |
UpdateService.createPoliciesFromString(List<String> polStrList) |
IPolicy |
UpdateService.createPolicy(IPolicy policy) This method will create the policy at datastore. |
List<IPolicy> |
UpdateService.createPolicy(List<IPolicy> polList) Bulk creation of policies.If policy is invalid *disable* it and create. |
String |
UpdateService.createPolicyFromString(String policyStr) |
void |
UpdateService.deleteAllAssertionTemplates() |
void |
UpdateService.deleteAllAttachments() |
void |
UpdateService.deleteAllPolicies() |
void |
UpdateService.deleteAssertionTemplate(IAssertionTemplate assertionTemplate) Delete an Assertion template from backend datastore |
void |
UpdateService.deleteAssertionTemplate(String templateName) |
void |
UpdateService.deleteAssertionTemplates(List<String> assertionTemplateNames) |
void |
UpdateService.deleteAssertionTemplateString(String assertionTemplateStr) |
void |
UpdateService.deleteAssertionTemplateVersions(String assertionTemplateName, List<Long> versionNumbers) |
IPolicySubjectAttachmentResult |
UpdateService.deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
void |
PolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject) |
void |
UpdateService.deleteAttachmentEntries(List<String> policySubject) |
void |
UpdateService.deleteAttachmentEntries(String resourcePattern) |
IPolicySubjectAttachmentResultStr |
UpdateService.deleteAttachmentEntriesForPolSubjectString(String polSubjectStr, List<String> polRefsStr) |
List<IPolicyAttachmentResultStr> |
UpdateService.deleteAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs) |
void |
UpdateService.deletePolicies(List<String> polNameList) |
void |
UpdateService.deletePolicy(IPolicy policy) Delete a policy from the backend datastore |
void |
UpdateService.deletePolicy(String policyName) Delete a policy from the backend datastore |
void |
UpdateService.deletePolicyString(String policyStr) |
void |
UpdateService.deletePolicyVersions(String policyName, List<Long> versionNumbers) |
IAssertionTemplate |
QueryService.getAssertionTemplate(String atName) Retrieves and returns an Assertiontemplate object with the supplied name |
String |
QueryService.getAssertionTemplateAsString(String assertionTemplateName) |
List<IAssertionTemplate> |
QueryService.getAssertionTemplates(String atPath) Returns a list of all Assertion Templates stored in the datastore |
List<String> |
QueryService.getAssertionTemplatesAsString(String path) |
List<String> |
QueryService.getAssertionTemplatesAsStringByCategory(String path, String category) |
List<String> |
QueryService.getAssertionTemplatesAsStringByQNameAndAttachTo(QName assertionQName, String appliesTo) |
List<IAssertionTemplate> |
QueryService.getAssertionTemplatesByCategory(String path, String category) Get a list of assertion templates matching a particular category |
List<IAssertionTemplate> |
QueryService.getAssertionTemplatesByQNameAndAttachTo(QName assertionQName, String attachTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
IAssertionTemplate |
QueryService.getAssertionTemplateVersion(String assertionTemplateName, long version) Retrieve particular version of an assertionTemplate |
String |
QueryService.getAssertionTemplateVersionAsString(String assertionTemplateName, long version) |
List<IAssertionTemplate> |
QueryService.getAssertionTemplateVersionHistory(String templateName) Get a list of all versions of a assertion template |
List<String> |
QueryService.getAssertionTemplateVersionHistoryAsString(String templateName) |
IPolicyAttachment |
QueryService.getAttachment(String attachmentName) Retrieve an attachment for given attachment name |
String |
QueryService.getAttachmentAsString(String attachmentName) |
String |
QueryService.getAttachmentAsStringByPolicyName(String policyName) |
IPolicyAttachment |
QueryService.getAttachmentByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
List<IPolicyAttachment> |
QueryService.getAttachments(String path, String policyId) Search for policy attachments |
List<String> |
QueryService.getAttachmentsAsString(String path, String policyId) |
Map<String,List<IPolicy>> |
PolicyService.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName) Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies. |
List<IPolicy> |
PolicyService.getCompatibleClientPolicies(String wsdlDefinition, QName serviceName, String portName, String category) Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies for a particular category. |
Map<String,List<String>> |
PolicyService.getCompatibleClientPoliciesAsString(String wsdlDefinition, QName serviceName, String portName) |
List<String> |
PolicyService.getCompatibleClientPoliciesAsString(String wsdlDefinition, QName serviceName, String portName, String category) |
IPolicySet |
PolicyAccessService.getPolicies(Map<IPolicySubject,List<IPolicyReference>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
List<IPolicy> |
QueryService.getPolicies(String path) Returns all policies in the MDS store |
List<String> |
QueryService.getPoliciesAsString(String path) |
List<String> |
QueryService.getPoliciesAsStringByAttachTo(String path, List<String> attachToList) |
List<String> |
QueryService.getPoliciesAsStringByCategory(String path, String category) |
List<String> |
QueryService.getPoliciesAsStringByCategoryAndAttachTo(String path, String category, List<String> attachToList) |
List<String> |
QueryService.getPoliciesAsStringByID(String path, String policyID) |
List<String> |
QueryService.getPoliciesAsStringByPolicyReferences(List<String> polRefs, boolean includeConfigs) |
Map<String,String> |
QueryService.getPoliciesAsStringByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
List<String> |
QueryService.getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status) |
List<String> |
QueryService.getPoliciesAsStringForResource(String resourcePattern) |
String |
PolicyAccessService.getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
String |
PolicyAccessService.getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefStrs, boolean includeConfigs) |
List<IPolicy> |
QueryService.getPoliciesByAssertionQNameAndAttachTo(String path, QName assertionQName, String attachTo) Return all Policies that contain the assertion identified by its qname (assertionQName) and attachTo. |
List<IPolicy> |
QueryService.getPoliciesByAttachTo(String path, List<String> attachToList) Return Policies that can be attached to specific type of Policy Subjects |
List<IPolicy> |
QueryService.getPoliciesByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<IPolicy> |
QueryService.getPoliciesByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<IPolicy> |
QueryService.getPoliciesByID(String path, String policyID) Return a list of policies matching the supploed path and id |
List<IPolicy> |
QueryService.getPoliciesByPolicyReferenceList(List<IPolicyReference> polrefList) Given a list of policyReferences, return a list of IPolicy objects corresponding to the references |
Map<IPolicyReference,IPolicy> |
QueryService.getPoliciesByPolicyReferenceMap(List<IPolicyReference> polrefList) Returns a Map of policy reference objects and the corresponding policy object that is referenced |
List<IPolicy> |
QueryService.getPoliciesByPolicyReferences(List<IPolicyReference> polRefs, boolean includeConfigs) |
Map<IPolicyReference,IPolicy> |
QueryService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) |
IPolicySet |
PolicyAccessService.getPoliciesByPolicyReferencesMap(List<IPolicyReference> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
Map<IPolicyReference,IPolicy> |
QueryService.getPoliciesByPolicyReferencesMapObj(List<IPolicyReference> polRefs, boolean includeConfigs) |
List<IPolicy> |
QueryService.getPoliciesByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<IPolicy> |
QueryService.getPoliciesBySmartDigestAndAttachTo(String path, QName attrQName, String smartDigestValue, String attachTo) WARNING: This is an internal API - DO NOT USE. |
List<IPolicy> |
QueryService.getPoliciesForResource(String resourcePattern) Given a resource pattern, returns a list of all policies that apply to the resourcePattern |
IPolicy |
QueryService.getPolicy(String policyName) Get a policy for the given policy name |
IPolicy |
QueryService.getPolicy(String policyName, boolean getConfig) |
String |
QueryService.getPolicyAsString(String policyName) |
String |
QueryService.getPolicyAsString(String policyName, boolean getConfig) |
String |
QueryService.getPolicyAsStringByID(String path, String policyID) |
IPolicy |
QueryService.getPolicyByID(String path, String policyID) Returns a policy corresponding to given policy name |
List<String> |
QueryService.getPolicyReferencesAsStringForResource(String resourcePattern) |
Map<String,List<IPolicyReference>> |
QueryService.getPolicyReferencesForResource(List<String> policySubject) |
List<IPolicyReference> |
QueryService.getPolicyReferencesForResource(String resourcePattern) Get a list of policyreferences containing reference to the passed resource pattern |
IPolicy |
QueryService.getPolicyVersion(String policyName, long version) 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 |
String |
QueryService.getPolicyVersionAsString(String policyName, long version) |
List<IPolicy> |
QueryService.getPolicyVersionHistory(String policyName) Get a list of all previous version of a particular policy |
List<String> |
QueryService.getPolicyVersionHistoryAsString(String policyName) |
IAssertionTemplate |
UpdateService.promoteAssertionTemplateToTip(String assertionTemplateName, long version) |
String |
UpdateService.promoteAssertionTemplateToTipString(String assertionTemplateName, long version) |
IPolicy |
UpdateService.promotePolicyToTip(String policyName, long version) |
String |
UpdateService.promotePolicyToTipString(String policyName, long version) |
protected void |
UpdateService.removeAttachmentEntries(String attachmentName, List<IPolicySubject> resourcePatterns) |
void |
UpdateService.removeAttachmentEntryString(String policyStr, List<String> resourcePatterns) |
List<IPolicy> |
QueryService.searchPolicies(SearchCriteria searchCriteria) Search policies depending on the query specified in the passed SearchCriteria |
List<String> |
QueryService.searchPoliciesAsString(SearchCriteria searchCriteria) |
IAssertionTemplate |
UpdateService.updateAssertionTemplate(IAssertionTemplate assertionTemplate) Update an existing Assertion Template |
String |
UpdateService.updateAssertionTemplateFromString(String assertionTemplateStr) |
IPolicySubjectAttachmentResult |
UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
IPolicySubjectAttachmentResult |
UpdateService.updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs, boolean runPolSubjVal) |
IPolicySubjectAttachmentResultStr |
UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs) |
IPolicySubjectAttachmentResultStr |
UpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs, boolean runPolSubjVal) |
List<IPolicyAttachmentResultStr> |
UpdateService.updateAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs) |
List<IPolicy> |
UpdateService.updatePolicies(List<IPolicy> policies) Updates a list of policies |
List<String> |
UpdateService.updatePoliciesFromString(List<String> policyStrs) |
IPolicy |
UpdateService.updatePolicy(IPolicy policy) Updates the given policy, For policy that will fail the validation, the policy will be *disabled* and then *saved* to the data store. |
String |
UpdateService.updatePolicyFromString(String policyStr) |
Map<IPolicy,List<IValidationError>> |
QueryService.validatePolicies(List<IPolicy> policies) |
Map<String,List<IValidationError>> |
QueryService.validatePoliciesString(List<String> policyStrs) |
Map<IPolicySubject,List<IValidationError>> |
QueryService.validatePolicySubjects(Map<IPolicySubject,List<IPolicyReference>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Map<String,List<IValidationError>> |
QueryService.validatePolicySubjectsString(Map<String,List<String>> polSubjectsToValidate) |
Uses of PolicyManagerException in oracle.wsm.policymanager.internal |
---|
Methods in oracle.wsm.policymanager.internal that throw PolicyManagerException | |
---|---|
IPolicySubjectAttachmentResultStr |
IStringUpdateService.addAttachmentEntriesAsString(String polSubjectStr, List<String> polRefsStr) 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. |
List<IPolicyAttachmentResultStr> |
IStringUpdateService.addAttachmentEntriesString(String resourcePattern, List<String> polRefStrs) Deprecated. use addAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
void |
IStringUpdateService.addAttachmentEntryForPolicyString(String policy, List<String> resourcePatterns) Deprecated. |
boolean |
IStringUpdateService.areTransactionsSupported() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
boolean |
IStringQueryService.areTransactionsSupportedAsBooleanValue() This methods lets you know if transactionality is supported by the backed datastore used by the policymanager. |
IPolicyCompatibilityResult |
IStringPolicyService.checkCompatibilityString(String wsdlDefinition, String polSubjectStr, List<String> polRefStrs) Checks if the client side policies attached to a SCA Composite Reference/binding is compatible with the Server Side Policies. |
String |
IStringUpdateService.createAssertionTemplateFromString(String assertionTemplateStr) Adds a new Assertion template to the backend datastore |
List<String> |
IStringUpdateService.createPoliciesFromString(List<String> polStrs) Bulk creation of policies |
String |
IStringUpdateService.createPolicyFromString(String policyStr) Adds a new policy to the backend datastore |
void |
IStringUpdateService.deleteAllAssertionTemplates() PERMENENTLY deletes ALL assertion templates from the datastore Assertion templates once deleted cannot be retrived |
void |
IStringUpdateService.deleteAllAttachments() This API deletes all attachments |
void |
IStringUpdateService.deleteAllPolicies() PERMENENTLY deletes ALL policies from the datastore Policies once deleted cannot be retrived |
void |
IStringUpdateService.deleteAssertionTemplate(String templateName) Delete an Assertion template from backend datastore |
void |
IStringUpdateService.deleteAssertionTemplates(List<String> assertionTemplateNames) Delete all the policies corresponding to the policy names passed |
void |
IStringUpdateService.deleteAssertionTemplateString(String assertionTemplateStr) Delete an Assertion template from backend datastore |
void |
IStringUpdateService.deleteAssertionTemplateVersions(String assertionTemplateName, List<Long> versionNumbers) Delete all the specified versions of an assertion template |
void |
IStringPolicyAccessService.deleteAttachmentEntries(List<IPolicySubject> policySubject) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
void |
IStringUpdateService.deleteAttachmentEntries(List<String> policySubject) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
void |
IStringUpdateService.deleteAttachmentEntries(String resourcePattern) Disassociate a policy subject, represented by a resource pattern, with all policies that it may be associated with. |
IPolicySubjectAttachmentResultStr |
IStringUpdateService.deleteAttachmentEntriesForPolSubjectString(String polSubjectStr, List<String> polRefsStr) 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>. |
List<IPolicyAttachmentResultStr> |
IStringUpdateService.deleteAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs) Deprecated. use deleteAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
void |
IStringUpdateService.deletePolicies(List<String> polNameList) Delete all the policies corresponding to the policy names passed |
void |
IStringUpdateService.deletePolicy(String policyName) Deletes a policy to the backend datastore |
void |
IStringUpdateService.deletePolicyString(String policyStr) Deletes a policy to the backend datastore |
void |
IStringUpdateService.deletePolicyVersions(String policyName, List<Long> versionNumbers) Delete all the specified versions of a policy |
String |
IStringQueryService.getAssertionTemplateAsString(String assertionTemplateName) Retrives and returns an Assertiontemplate object with the supplied name |
List<String> |
IStringQueryService.getAssertionTemplatesAsString(String path) Returns a list of all Assertion Templates stored in the datastore |
List<String> |
IStringQueryService.getAssertionTemplatesAsStringByCategory(String path, String category) Return a list of assertion templates belonging to a specific category |
List<String> |
IStringQueryService.getAssertionTemplatesAsStringByQNameAndAttachTo(QName assertionQName, String appliesTo) Return all Assertion Templates that contain the assertion identified by its qname (assertionQName) and attachTo. |
String |
IStringQueryService.getAssertionTemplateVersionAsString(String assertionTemplateName, long version) Returns a particular version of an assertionTemplate |
List<String> |
IStringQueryService.getAssertionTemplateVersionHistoryAsString(String templateName) Get a list of all previous version of a particular Assertion template |
String |
IStringQueryService.getAttachmentAsString(String attachmentName) Get a policy attachment object store in the store by the passed name |
String |
IStringQueryService.getAttachmentAsStringByPolicyName(String policyName) Returns a single policy attachment - given the name of the Policy. |
List<String> |
IStringQueryService.getAttachmentsAsString(String path, String policyId) Get all Policy Attachment objects under a particular path and matching passed ID |
Map<String,List<String>> |
IStringPolicyService.getCompatibleClientPoliciesAsString(String wsdlDefinition, QName serviceName, String portName) Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies. |
List<String> |
IStringPolicyService.getCompatibleClientPoliciesAsString(String wsdlDefinition, QName serviceName, String portName, String category) Given a WSDL that contains oracle extensions (ORAWSDL) including oracle policies, returns the compatible client side policies for a particular category. |
List<String> |
IStringQueryService.getPoliciesAsString(String path) Returns all policies in the Policy store |
List<String> |
IStringQueryService.getPoliciesAsStringByAttachTo(String path, List<String> attachToList) Return Policies in a specific Attachment Point |
List<String> |
IStringQueryService.getPoliciesAsStringByCategory(String path, String category) Returns a list of Policies belonging to the cateory passed |
List<String> |
IStringQueryService.getPoliciesAsStringByCategoryAndAttachTo(String path, String category, List<String> attachToList) Return a list of Policies in any of the supplied Attachment points and belonging to the passed category |
List<String> |
IStringQueryService.getPoliciesAsStringByID(String path, String policyID) 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 |
List<String> |
IStringQueryService.getPoliciesAsStringByPolicyReferences(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns the corresponding Policies. |
Map<String,String> |
IStringQueryService.getPoliciesAsStringByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
List<String> |
IStringQueryService.getPoliciesAsStringByPolicyStatus(String path, IPolicy.STATUS status) Return a list of Policies with supplied status |
List<String> |
IStringQueryService.getPoliciesAsStringForResource(String resourcePattern) Returns the Policies attached to a Policy Subject(Resource) identified by resourcePattern |
String |
IStringPolicyAccessService.getPoliciesAsStrings(Map<String,List<String>> polSubjectPolRefMap, boolean synchronizeAttachmentEntries, boolean includeConfigs) |
String |
IStringPolicyAccessService.getPoliciesAsStringsByPolicyReferencesMap(List<String> polRefs, boolean includeConfigs) Given a list of PolicyReferences returns a Map of <IPolicyReference, IPolicy> if a PolicyReference is invalid then null is returned |
String |
IStringQueryService.getPolicyAsString(String policyName) Get a policy for the given policy name |
String |
IStringQueryService.getPolicyAsString(String policyName, boolean getConfig) Get a particular policy with options to include configuration information |
String |
IStringQueryService.getPolicyAsStringByID(String path, String policyID) Returns a policy corresponding to given policy path and ID This method will return a single policy with the name <path/id>. |
List<String> |
IStringQueryService.getPolicyReferencesAsStringForResource(String resourcePattern) Finds all the policies that are attached to a resource pattern |
Map<String,List<IPolicyReference>> |
IStringQueryService.getPolicyReferencesForResource(List<String> policySubject) Finds all the policies that are attached to a policySubject |
String |
IStringQueryService.getPolicyVersionAsString(String policyName, long version) Returns a particular version of a policy |
List<String> |
IStringQueryService.getPolicyVersionHistoryAsString(String policyName) Get a list of all previous version of a particular policy |
String |
IStringUpdateService.promoteAssertionTemplateToTipString(String assertionTemplateName, long version) Promote a previous policy version to the latest. |
String |
IStringUpdateService.promotePolicyToTipString(String policyName, long version) Promote a previous policy version to the latest. |
void |
IStringUpdateService.removeAttachmentEntryString(String policyStr, List<String> resourcePatterns) Deprecated. |
List<String> |
IStringQueryService.searchPoliciesAsString(SearchCriteria searchCriteria) Search and return a list of policies that meet the passed search Criteria |
String |
IStringUpdateService.updateAssertionTemplateFromString(String assertionTemplateStr) Update an existing Assertion Template |
IPolicySubjectAttachmentResultStr |
IStringUpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs) This API is equivalent to calling deleteAttachmentEntries(String resourcePattern) and calling addAttachmentEntries(String resourcePattern, List<IPolicyReference> polRefs) |
IPolicySubjectAttachmentResultStr |
IStringUpdateService.updateAttachmentEntriesForPolSubject(String polSubjectStr, List<String> polRefStrs, boolean runPolSubjVal) This method is similar to @see IUpdateService#updateAttachmentEntries(IPolicySubject, List) The variation of this method is it performs Policy subject validation |
List<IPolicyAttachmentResultStr> |
IStringUpdateService.updateAttachmentEntriesForResourcePattern(String resourcePattern, List<String> polRefStrs) Deprecated. use updateAttachmentEntries(IPolicySubject polSubject, List<IPolicyReference> polRefs) |
List<String> |
IStringUpdateService.updatePoliciesFromString(List<String> policies) Updates policies to the backend datastore |
String |
IStringUpdateService.updatePolicyFromString(String policyStr) Updates a policy to the backend datastore |
Map<String,List<IValidationError>> |
IStringQueryService.validatePoliciesString(List<String> policyStrs) |
Map<String,List<IValidationError>> |
IStringQueryService.validatePolicySubjectsString(Map<String,List<String>> polSubjectsToValidate) Performs Policy Subject Validation - where each Policy Subject is represented by a IPolicySubject and the List of PolicyReference that are attached for the PolicySubject |
Uses of PolicyManagerException in oracle.wsm.policymanager.logging |
---|
Methods in oracle.wsm.policymanager.logging with parameters of type PolicyManagerException | |
---|---|
static void |
PMMessageLogger.severeTransactionsNotSupported(PolicyManagerException pme) |
static void |
PMMessageLogger.severeVersioningNotSupported(PolicyManagerException pme) |
Uses of PolicyManagerException in oracle.wsm.policymanager.util |
---|
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |