|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.authentication.BasicAuth
Provides basic authentication services. The username and password are passed plaintext within a SOAP header of a SOAP request. This mechanism is not secure and should be used for development and testing purposes.
If BasicAuth is to be used in a production environment, the SSL protocol should be used to secure the HTTP connection between the SOAP client and Calendar Web services host.
Constructor Summary | |
BasicAuth() Default constructor. |
Method Summary | |
org.w3c.dom.Element |
getElement() Returns a new XML DOM structure representing the BasicAuth SOAP header to be transmitted to the Calendar Web service. |
void |
setName(java.lang.String in_name) Specifies the user name. |
void |
setPassword(java.lang.String in_password) Specifies the user's password. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicAuth()
Method Detail |
public void setName(java.lang.String in_name)
in_name
- user namepublic void setPassword(java.lang.String in_password)
in_password
- passwordpublic org.w3c.dom.Element getElement()
CalendarWebService.setAuthenticationHeader(org.w3c.dom.Element)
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |