SAP ABAP Class CL_CLB_SESSION (SAIL: Session description)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_CLB_PROCESS (Package) Process Layer of the Collaboration Platform Library

⤷

⤷

Properties
Class | CL_CLB_SESSION | |
Short Description | SAIL: Session description | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CLB_PROCESS | Process Layer of the Collaboration Platform Library |
Created | 20110818 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_CLB_SESSION has no interface implemented.
Friends
Class CL_CLB_SESSION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CLB_S_USER_TOKEN_DATA | Data Structure of Table CLB_USER_TOKEN | 20111220 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110830 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20111216 | |||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20110830 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get a token data structure | 20111220 |
2 | ![]() |
Instance method | Public | Method | Get the session ID | 20110818 |
3 | ![]() |
Instance method | Public | Method | Initialize a session | 20110818 |
4 | ![]() |
Instance method | Protected | Method | Initialize a token | 20111216 |
5 | ![]() |
Instance method | Public | Method | Get if the session is identified by a token or a session ID | 20111216 |
6 | ![]() |
Instance method | Public | Method | Get if the session is valid | 20110818 |
7 | ![]() |
Instance method | Public | Method | Get the key of the session ID in the URL | 20110818 |
8 | ![]() |
Instance method | Public | Method | Set the XML from the response of the session target | 20110818 |
9 | ![]() |
Instance method | Public | Method | Set the XML from the response of an access_token call | 20111216 |
Events
Class CL_CLB_SESSION has no event.
Types
Class CL_CLB_SESSION has no local type.
Method Signatures
Method GET_TOKEN_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | CLB_S_USER_TOKEN_DATA | Data Structure of Table CLB_USER_TOKEN | 20111220 |
Method GET_TOKEN_DATA on class CL_CLB_SESSION has no exception.
Method ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20110818 |
Method ID on class CL_CLB_SESSION has no exception.
Method INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TOKEN_DATA | Call by reference | Type reference (TYPE) | CLB_S_USER_TOKEN_DATA | Data Structure of Table CLB_USER_TOKEN | 20111220 | ||
2 | ![]() |
IV_USER | Call by reference | Type reference (TYPE) | STRING | ID of the user of this session | 20111220 |
Method INIT on class CL_CLB_SESSION has no exception.
Method INIT_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TOKEN_DATA | Call by reference | Type reference (TYPE) | CLB_S_USER_TOKEN_DATA | Access Token for OAuth | 20111220 |
Method INIT_TOKEN on class CL_CLB_SESSION has no exception.
Method IS_TOKEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111216 |
Method IS_TOKEN on class CL_CLB_SESSION has no exception.
Method IS_VALID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_VALUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20111220 |
Method IS_VALID on class CL_CLB_SESSION has no exception.
Method KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_VALUE | Value transfer | Type reference (TYPE) | STRING | 20110818 |
Method KEY on class CL_CLB_SESSION has no exception.
Method SET_SESSION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20110818 |
Method SET_SESSION_DATA on class CL_CLB_SESSION has no exception.
Method SET_TOKEN_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_XDATA | Call by reference | Type reference (TYPE) | XSTRING | 20111216 |
Method SET_TOKEN_DATA on class CL_CLB_SESSION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |