|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.SessionContextElement
SessionContextElement encapsulates an element in the session context information. The element stores context information in the form of name-value pair.
Session context can be used to pass authentication information for the query user, which can be used during query time filtering of the results.
Constructor Summary | |
SessionContextElement() |
|
SessionContextElement(java.lang.String name, java.lang.String value) |
Method Summary | |
java.lang.String |
getName() Returns the name of the session context element. |
java.lang.String |
getValue() Returns the value of the session context element. |
void |
setName(java.lang.String name) Sets the name of the session context element. |
void |
setValue(java.lang.String value) Sets the value of the session context element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SessionContextElement()
public SessionContextElement(java.lang.String name, java.lang.String value)
name
- name of the session context elementvalue
- value of the session context elementMethod Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- name of the session context elementpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- value of the session context element
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |