Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client.authentication
Class ProxyAuth

java.lang.Object
  extended byoracle.calendar.soap.client.authentication.ProxyAuth


public class ProxyAuth
extends java.lang.Object

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

ProxyAuth

public ProxyAuth()
Default constructor. version 2003-01-21 fix008443

Method Detail

setApplicationName

public void setApplicationName(java.lang.String in_appname)
Specifies the name of the application that wishes to authenticate to Calendar Web services. version 2003-01-21 fix008443
Parameters:
in_appname - application domain name

setApplicationPassword

public void setApplicationPassword(java.lang.String in_apppassword)
Specifies the application's domain password. version 2003-01-21 fix08443
Parameters:
in_apppassword - application domain password

setName

public void setName(java.lang.String in_name)
Specifies the user name. The user name can be a user ID or a X.400 string representing the user. Note: An X.400 first name/last name combination can result in a SOAP fault if two users have the same names. version 2003-01-21 fix008443
Parameters:
in_name - user name

getElement

public org.w3c.dom.Element getElement()
Returns a new XML DOM structure representing the ProxyAuth SOAP header to be sent to Calendar Web services. This XML DOM can be passed directly to the Calendarlet's setAuthenticationHeader method. version 2003-01-21 fix008443
Returns:
Element - XML DOM element tree
See Also:
CalendarWebService.setAuthenticationHeader(org.w3c.dom.Element)

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.