|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.calendar.soap.client.authentication.BasicChallenge
The BasicChallenge SOAP header is returned from the Calendaring Web Services when BasicAuth is required but is not provided in the SOAP request.
BasicAuth
Field Summary | |
static java.lang.String |
k_Realm |
private java.lang.String |
m_realm |
Constructor Summary | |
BasicChallenge() Default constructor |
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 in_element. |
Methods inherited from class java.lang.Object |
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String k_Realm
private java.lang.String m_realm
Constructor Detail |
public BasicChallenge()
Method Detail |
public java.lang.String getRealm()
public static BasicChallenge unmarshall(org.w3c.dom.Element in_element)
in_element
- an XML DOM tree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |