|
Oracle Fusion Middleware Java API Reference for the Oracle Access Management OAuth Service 11g Release 2 Patch Set 3 (11.1.2.3) E59498-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetHandleSpec
Field Summary
static DataMapAttrKeyConst<java.lang.Long> |
KEY_ATTR_EXPIRATION_TS |
static DataMapAttrKeyConst<java.lang.String> |
KEY_ATTR_HANDLE_VALUE |
static java.lang.String |
KEY_EXPIRATION_TS |
static java.lang.String |
KEY_HANDLE_VALUE |
java.lang.Long |
getExpirationTSInSec() If this expiration time stamp is not set or set to null, the Client App should discard the handle value upon an explicit user log out. |
java.lang.String |
getHandleValue() |
void |
setExpirationTSInSec(java.lang.Long ts) If this expiration time stamp is not set or set to null, the Client App should discard the handle value upon an explicit user log out. |
void |
setHandleValue(java.lang.String s) |
Field Detail
static final java.lang.String KEY_HANDLE_VALUE
static final java.lang.String KEY_EXPIRATION_TS
static final DataMapAttrKeyConst<java.lang.String> KEY_ATTR_HANDLE_VALUE
static final DataMapAttrKeyConst<java.lang.Long> KEY_ATTR_EXPIRATION_TS
void setHandleValue(java.lang.String s)
java.lang.String getHandleValue()
void setExpirationTSInSec(java.lang.Long ts)
ts
- the expiration time stamp measured in Seconds (NOT Millisecond) since Epochjava.lang.Long getExpirationTSInSec()
|
Oracle and/or its affiliates. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |