|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sap.security.core.server.ssf.SsfRefXMLList
Class for representing a list of XML reference information.
SsfRefXMLInfo| Constructor Summary | |
SsfRefXMLList()
|
|
| Method Summary | |
boolean |
add(SsfRefXMLInfo info)
Add an entry to the list. |
void |
clear()
Clear the list. |
SsfRefXMLInfo |
get(int i)
Get the i-th entry from the list. |
java.lang.String |
getIdLocalName()
Get local name of attribute, which will be considered as Id attribute (relevant only, if same document references are used) |
java.lang.String |
getIdURI()
Get namespace URI of attribute, which will be considered as Id attribute (relevant only, if same document references are used) |
com.sap.engine.lib.xml.signature.transform.TransformationFactory |
getTransformationFactory()
Get the transformation factory (see SAP XML Toolkit). |
boolean |
setIdAttribute(java.lang.String localName,
java.lang.String uri)
Set local name and namespace URI of attribute, which will be considered as Id attribute (relevant only, if same document references are used) |
void |
setTransformationFactory(com.sap.engine.lib.xml.signature.transform.TransformationFactory transFact)
Set the transformation factory (see SAP XML Toolkit). |
int |
size()
Get the size of the list. |
java.lang.String |
toString()
Get description of the reference list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SsfRefXMLList()
| Method Detail |
public boolean setIdAttribute(java.lang.String localName,
java.lang.String uri)
localName - local name of Id attribute (default: Id)uri - namespace uri of Id attribute (default: null)public java.lang.String getIdLocalName()
public java.lang.String getIdURI()
null)public boolean add(SsfRefXMLInfo info)
info - XML reference information to be added.public void clear()
public SsfRefXMLInfo get(int i)
IndexOutOfBoundsException - if index is out of range
(index < 0 || index >= size()).public int size()
public void setTransformationFactory(com.sap.engine.lib.xml.signature.transform.TransformationFactory transFact)
transFact - transformation factorypublic com.sap.engine.lib.xml.signature.transform.TransformationFactory getTransformationFactory()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||