|
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 |
public interface IAssertionTemplate
Field Summary | |
---|---|
static QName |
nameAttrQName |
static QName |
templateIdAttrQName |
Method Summary | |
---|---|
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() |
void |
setAssertion(IAssertion ia) |
void |
setAttachTo(String attachTo) 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 versionInfo) |
void |
validate(IValidationContext context) Validate the Assertion Template If any errors are found, they are added to the passed Validation Context object |
Field Detail |
---|
static final QName nameAttrQName
static final QName templateIdAttrQName
Method Detail |
---|
void setAssertion(IAssertion ia)
IAssertion getAssertion()
void setAttributes(Map<QName,String> attrs)
Map<QName,String> getAttributes()
String getName()
void setName(String templateName)
String getTemplateId()
void setTemplateId(String templateId)
void setCategory(String category)
category
-String getCategory()
void setDescription(String description)
description
-String getDescription()
String getDescription(Locale locale)
locale
-void setVersionInfo(IVersionInfo versionInfo)
IVersionInfo getVersionInfo()
String getAttachTo()
void setAttachTo(String attachTo)
attachTo
- set the attachTo of the assertion templatevoid validate(IValidationContext context)
context
-String getDisplayName()
String getDisplayName(Locale locale)
locale
-void setDisplayName(String displayName)
|
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 |