SAP ABAP Class IF_REST_CSRF_HANDLER (REST CSRF Token Handler)
Properties
Class IF_REST_CSRF_HANDLER  
Short Description REST CSRF Token Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20111214   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_REST_CSRF_HANDLER has no interface implemented.
Friends
Class IF_REST_CSRF_HANDLER has no friend class.
Attributes
Class IF_REST_CSRF_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CSRF_TOKEN Instance method Public Method Get CSRF token 20111214
2 VALIDATE_CSRF_TOKEN Instance method Public Method Validate CSRF token 20111214
Events
Class IF_REST_CSRF_HANDLER has no event.
Types
Class IF_REST_CSRF_HANDLER has no local type.
Method Signatures

Method GET_CSRF_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CSRF_TOKEN Value transfer Type reference (TYPE) STRING 20111214

Method GET_CSRF_TOKEN on class IF_REST_CSRF_HANDLER has no exception.

Method VALIDATE_CSRF_TOKEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CSRF_TOKEN Call by reference Type reference (TYPE) STRING CSRF token 20111214
2 Returning RV_SUCCESSFUL Value transfer Type reference (TYPE) ABAP_BOOL Validation Successful 20111214

Method VALIDATE_CSRF_TOKEN on class IF_REST_CSRF_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in