|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.search.admin.api.ws.client.Credentials
public class Credentials
Contains the administrator user name and password to use for authentication. All API operations in AdminPortType accept Credentials. See AdminPortType for a description of when administrator credentials are required.
The following schema fragment specifies the expected SOAP XML for this class:
<complexType name="credentials">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="properties" type="{http://search.oracle.com/Admin}adminProperty" maxOccurs="unbounded" minOccurs="0"/>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
AdminPortType| Constructor Summary | |
|---|---|
Credentials() |
|
| Method Summary | |
|---|---|
String |
getPassword()Returns the administrator password. |
List |
getProperties()Returns the list of administration properties. |
String |
getUserName()Returns the administrator user name. |
void |
setPassword(String value)Sets the administrator password. |
void |
setUserName(String value)Sets the administrator user name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Credentials()
| Method Detail |
|---|
public String getPassword()
public void setPassword(String value)
value - The administrator password.public List getProperties()
getProperties().add( newProperty );NOTE: Not currently used.
List of AdminProperty.public String getUserName()
public void setUserName(String value)
value - The administrator user name.
|
Oracle Secure Enterprise Search Java API Reference 11g Release 2 (11.2.2.0.0) E23429-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||