|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policy.model.impl.AssertionTemplate
public class AssertionTemplate
Field Summary |
---|
Fields inherited from interface oracle.wsm.policy.model.IAssertionTemplate |
---|
nameAttrQName, templateIdAttrQName |
Constructor Summary | |
---|---|
AssertionTemplate() |
Method Summary | |
---|---|
boolean |
equals(Object obj) Compares the Assertionlist of two policies .It ignores the order of the Assertions. |
IAssertion |
getAssertion() |
String |
getAttachTo() Return attachTo of the AssertionTemplate |
Map<QName,String> |
getAttributes() |
String |
getCategory() Return the category of the assertion template. |
String |
getDescription() Returns the description of the assertion template |
String |
getDescription(Locale locale) Convenience method to retrive localized orawsp:description attribute on a <wsp:Policy> element. |
String |
getDisplayName() Convenience method to retrive the orawsp:displayName attribute on a <wsp:Policy> element. |
String |
getDisplayName(Locale locale) Convenience method to retrive localized orawsp:displayName attribute on a <wsp:Policy> element. |
String |
getName() |
String |
getTemplateId() |
IVersionInfo |
getVersionInfo() |
int |
hashCode() Returns an integer value which is uniquely identifies an object of this class. |
boolean |
isIdentical(Object obj) It is same as equals method except it emphasizes on the order, while equlas doesn't. |
void |
setAssertion(IAssertion ia) |
void |
setAttachTo(String attachToVal) Set the attachTo of the AssertionTemplate |
void |
setAttributes(Map<QName,String> attrs) |
void |
setCategory(String category) Set the cateogry for assertion template. |
void |
setDescription(String description) Set the description of the assertion template |
void |
setDisplayName(String displayName) Convenience method to set the orawsp:displayName attribute on a <wsp:Policy> element. |
void |
setName(String templateName) |
void |
setTemplateId(String templateId) |
void |
setVersionInfo(IVersionInfo info) |
String |
toString() Returns the assertion list of a policy as a string |
void |
validate(IValidationContext context) Validate the Assertion Template If any errors are found, they are added to the passed Validation Context object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssertionTemplate()
Method Detail |
---|
public void setAssertion(IAssertion ia)
setAssertion
in interface IAssertionTemplate
public IAssertion getAssertion()
getAssertion
in interface IAssertionTemplate
public void setAttributes(Map<QName,String> attrs)
setAttributes
in interface IAssertionTemplate
public Map<QName,String> getAttributes()
getAttributes
in interface IAssertionTemplate
public String getName()
getName
in interface IAssertionTemplate
public void setName(String templateName)
setName
in interface IAssertionTemplate
public String getTemplateId()
getTemplateId
in interface IAssertionTemplate
public void setTemplateId(String templateId)
setTemplateId
in interface IAssertionTemplate
public boolean equals(Object obj)
equals
in class Object
public boolean isIdentical(Object obj)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public IVersionInfo getVersionInfo()
getVersionInfo
in interface IAssertionTemplate
public void setVersionInfo(IVersionInfo info)
setVersionInfo
in interface IAssertionTemplate
public void setCategory(String category)
IAssertionTemplate
setCategory
in interface IAssertionTemplate
public String getCategory()
IAssertionTemplate
getCategory
in interface IAssertionTemplate
public void setDescription(String description)
IAssertionTemplate
setDescription
in interface IAssertionTemplate
public String getDescription()
IAssertionTemplate
getDescription
in interface IAssertionTemplate
public String getDescription(Locale locale)
IAssertionTemplate
getDescription
in interface IAssertionTemplate
public String getAttachTo()
IAssertionTemplate
getAttachTo
in interface IAssertionTemplate
public void setAttachTo(String attachToVal)
IAssertionTemplate
setAttachTo
in interface IAssertionTemplate
attachToVal
- set the attachTo of the assertion templatepublic void validate(IValidationContext context)
validate
in interface IAssertionTemplate
context
-public String getDisplayName(Locale locale)
IAssertionTemplate
getDisplayName
in interface IAssertionTemplate
public String getDisplayName()
IAssertionTemplate
getDisplayName
in interface IAssertionTemplate
public void setDisplayName(String displayName)
IAssertionTemplate
setDisplayName
in interface IAssertionTemplate
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |