|
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.ProxyAuth
Allows an application to authenticate itself to Calendar Web services.
The properties <ApplicationName> and <ApplicationPassword> are specified in Oracle Internet Directory (OID) and configured in the Calendar server.
See Oracle Calendar Application Developer's Guide for information about the requirements of proxy authentication, OID and Calendar server configuration, and usage of the ProxyAuth class.
Constructor Summary | |
ProxyAuth() Default constructor. |
Method Summary | |
org.w3c.dom.Element |
getElement() Returns a new XML DOM structure representing the ProxyAuth SOAP header to be sent to Calendar Web services. |
void |
setApplicationName(java.lang.String in_appname) Specifies the name of the application that wishes to authenticate to Calendar Web services. |
void |
setApplicationPassword(java.lang.String in_apppassword) Specifies the application's domain password. |
void |
setName(java.lang.String in_name) Specifies the user name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProxyAuth()
Method Detail |
public void setApplicationName(java.lang.String in_appname)
in_appname
- application domain namepublic void setApplicationPassword(java.lang.String in_apppassword)
in_apppassword
- application domain passwordpublic void setName(java.lang.String in_name)
in_name
- user namepublic 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 |