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

B14475-01


oracle.calendar.soap.client.authentication
Class BasicChallenge

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


public class BasicChallenge
extends java.lang.Object

Calendar Web services returns the BasicChallenge SOAP header when BasicAuth is required but is not provided in the SOAP request.

See Also:
BasicAuth

Field Summary
static java.lang.String k_Realm

Constructor Summary
BasicChallenge()
Default constructor version 2002-12-16 fix008343

Method Summary
java.lang.String getRealm()
Returns the realm string.
static BasicChallenge unmarshall(org.w3c.dom.Element in_element)
Constructs a new BasicChallenge object from the XML DOM elements within the parameter provided.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

k_Realm

public static final java.lang.String k_Realm
See Also:
Constant Field Values

Constructor Detail

BasicChallenge

public BasicChallenge()
Default constructor version 2002-12-16 fix008343

Method Detail

getRealm

public java.lang.String getRealm()
Returns the realm string. This string is used to provide a hint for basic authentication. This string is set by the system adminstrator on the Calendar Web services host. The same string will be returned for each user and request.

The realm string is generally not used when developing applications with Calendar Web services, but is provided in accordance to SOAP Extensions (Basic Authentication) specifications.

version 2002-12-16 fix008343
Returns:
String - realm string

unmarshall

public static BasicChallenge unmarshall(org.w3c.dom.Element in_element)
Constructs a new BasicChallenge object from the XML DOM elements within the parameter provided. version 2002-12-16 fix008343
Parameters:
in_element - XML DOM tree
Returns:
BasicChallenge - new object instance

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

B14475-01


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