Skip navigation links

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


oracle.security.idaas.rest.provider.plugin
Interface SetHandleSpec


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
           

  Method Summary

 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

KEY_HANDLE_VALUE

static final java.lang.String KEY_HANDLE_VALUE
See Also:
Constant Field Values

KEY_EXPIRATION_TS

static final java.lang.String KEY_EXPIRATION_TS
See Also:
Constant Field Values

KEY_ATTR_HANDLE_VALUE

static final DataMapAttrKeyConst<java.lang.String> KEY_ATTR_HANDLE_VALUE

KEY_ATTR_EXPIRATION_TS

static final DataMapAttrKeyConst<java.lang.Long> KEY_ATTR_EXPIRATION_TS

Method Detail

setHandleValue

void setHandleValue(java.lang.String s)

getHandleValue

java.lang.String getHandleValue()

setExpirationTSInSec

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.

If this expiration time stamp is set to a past time stamp, the Client App should remove the corresponding handle from storage.

Parameters:
ts - the expiration time stamp measured in Seconds (NOT Millisecond) since Epoch

getExpirationTSInSec

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.

If this expiration time stamp is set to a past time stamp, the Client App should remove the corresponding handle from storage.

Returns:
ts the expiration time stamp measured in Seconds (NOT Millisecond) since Epoch

Skip navigation links

Copyright (c) 2014, 2015,
Oracle and/or its affiliates. All Rights Reserved.