|
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.TrustedAuth
Allows an application to authenticate itself to Calendar Web services.
Note: Use ServiceAuth instead of this class.
Constructor Summary | |
TrustedAuth() Default constructor. |
Method Summary | |
org.w3c.dom.Element |
getElement() Returns a new XML DOM structure representing the TrustedAuth SOAP header to be sent to Calendar Web services. |
void |
setName(java.lang.String in_name) Specifies the user name. |
void |
setToken(java.lang.String in_token) Specifies the service's security token. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrustedAuth()
Method Detail |
public void setToken(java.lang.String in_token)
in_token
- security tokenpublic 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 |