Skip navigation links

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

E10689-02


oracle.wsm.policy.model
Interface ISimpleOracleAssertion


public interface ISimpleOracleAssertion

Extensions defined by Oracle to a WS-Policy Assertion.


Method Summary
 String getAttachTo()
           
 IAssertionBindings getBindings()
           
 String getCategory()
           
 String getDescription()
           
 String getDescription(Locale locale)
          Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element.
 IAssertionGuard getGuard()
           
 String getName()
           
 boolean hasBindings()
           
 boolean hasGuard()
           
 boolean isEnforced()
           
 boolean isSilent()
           
 void removeBindings()
          Removes IAssertionBindings if any from the assertion
 void removeGuard()
           
 void setAttachTo(String attachTo)
           
 void setBindings(IAssertionBindings bindings)
           
 void setCategory(String category)
           
 void setDescription(String desc)
           
 void setEnforced(boolean isEnforced)
           
 void setGuard(IAssertionGuard guard)
           
 void setName(String assertionName)
           
 void setSilent(boolean isSilent)
           

 

Method Detail

isEnforced

boolean isEnforced()

setEnforced

void setEnforced(boolean isEnforced)

isSilent

boolean isSilent()

setSilent

void setSilent(boolean isSilent)

getBindings

IAssertionBindings getBindings()

hasBindings

boolean hasBindings()

setBindings

void setBindings(IAssertionBindings bindings)

getGuard

IAssertionGuard getGuard()

hasGuard

boolean hasGuard()

setGuard

void setGuard(IAssertionGuard guard)

removeGuard

void removeGuard()

removeBindings

void removeBindings()
Removes IAssertionBindings if any from the assertion

getDescription

String getDescription()

getDescription

String getDescription(Locale locale)
Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element.
This will check if the description field has the above key for the provided locale. If so it will lookup the resource bundle and return the localized description.
Parameters:
locale -

setDescription

void setDescription(String desc)

getCategory

String getCategory()

setCategory

void setCategory(String category)

getAttachTo

String getAttachTo()

setAttachTo

void setAttachTo(String attachTo)

getName

String getName()

setName

void setName(String assertionName)

Skip navigation links

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

E10689-02


Copyright © 2007, 2009. Oracle. All rights reserved.