|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defined the common properties needed by any connection spec implementation.
It identifies the most common property(s): Currently, division.
The sub-classes should extend if there are more properties.
Method Summary | |
void |
clearSecurityNode(org.w3c.dom.Node securityNode)
clears the information in the security node |
java.lang.String |
getDivision()
Returns the user name of this ConnectionSpec. |
java.util.ArrayList |
getProprietarySecurityInfo()
Gets the security information as a proprietary string |
java.lang.String |
getSecurityType()
returns the security mechanism type |
boolean |
isConnSpecEqual(java.lang.Object obj)
Deprecated. |
void |
setAuthenticationNodes(org.w3c.dom.Document requestDoc,
org.w3c.dom.Node securityNode)
creates the xml in the security node |
void |
setDivision(java.lang.String division)
Sets the division |
Method Detail |
public java.lang.String getDivision()
public void setDivision(java.lang.String division)
division
- the division number to be setpublic void setAuthenticationNodes(org.w3c.dom.Document requestDoc, org.w3c.dom.Node securityNode)
requestDoc
- the Document object that contains the nodessecurityNode
- the node to create the XML underThis constructor, method or field is not for public use. |
public void clearSecurityNode(org.w3c.dom.Node securityNode)
securityNode
- the node to clearThis constructor, method or field is not for public use. |
public java.util.ArrayList getProprietarySecurityInfo()
This constructor, method or field is not for public use. |
public boolean isConnSpecEqual(java.lang.Object obj)
obj
- the object to compareThis constructor, method or field is not for public use. |
public java.lang.String getSecurityType()
This constructor, method or field is not for public use. |
|
VistALink v1.5.0.026 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |