SAP ABAP Class CL_SD_AUTH_METHOD_SNC (Generation of Security Instances)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IBC-SRV (Application Component) Services
⤷
SERVDIR (Package) AI XMB Service Directory
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SD_AUTHENTICATION_METHOD | Describes Type of Authentication | 20020814 |
Properties
| Class | CL_SD_AUTH_METHOD_SNC | |
| Short Description | Generation of Security Instances | |
| Super Class | CL_SD_AUTHENTICATION_METHOD | Describes Type of Authentication |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SERVDIR | AI XMB Service Directory |
| Created | 20020814 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SD_AUTH_METHOD_SNC has no forward declaration.
Interfaces
Class CL_SD_AUTH_METHOD_SNC has no interface implemented.
Friends
Class CL_SD_AUTH_METHOD_SNC 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) | MANDT | Client | 20020814 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'client' | Property Field | 20020814 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'language' | Property Field | 20020814 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'partnerName' | Property Field | 20020814 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'QoP' | Property Field | 20020814 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'userName' | Property Field | 20020814 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | SYLANGU | SAP System, Current Language | 20020814 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | SNC_PNAME | SNC: Printable name | 20020814 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | SNC_QOP | SNC: Quality of protection | 20020814 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | USALIAS | Internet User Alias | 20020814 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20020918 | |
| 2 | Instance method | Public | Method | Gets Logon Client | 20020814 | |
| 3 | Instance method | Public | Method | Gets Logon Language | 20020814 | |
| 4 | Instance method | Public | Method | Gets Partner Name | 20020814 | |
| 5 | Instance method | Public | Method | Gets Quality of Service | 20020814 | |
| 6 | Instance method | Public | Method | Gets User Name | 20020814 | |
| 7 | Instance method | Public | Method | Sets Logon Client | 20020814 | |
| 8 | Instance method | Public | Method | Sets Logon Language | 20020814 | |
| 9 | Instance method | Public | Method | Sets Partner Name | 20020814 | |
| 10 | Instance method | Public | Method | Sets Quality of Service | 20020814 | |
| 11 | Instance method | Public | Method | Sets User Name | 20020814 |
Events
Class CL_SD_AUTH_METHOD_SNC has no event.
Types
Class CL_SD_AUTH_METHOD_SNC has no local type.
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SD_AUTH_METHOD_SNC has no parameter.
Method CONSTRUCTOR on class CL_SD_AUTH_METHOD_SNC has no exception.
Method GET_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020814 |
Method GET_CLIENT on class CL_SD_AUTH_METHOD_SNC has no exception.
Method GET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SYLANGU | R/3-System, aktuelle Sprache | 20020814 |
Method GET_LANGUAGE on class CL_SD_AUTH_METHOD_SNC has no exception.
Method GET_PARTNER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SNC_PNAME | SNC: Printable Name | 20020814 |
Method GET_PARTNER_NAME on class CL_SD_AUTH_METHOD_SNC has no exception.
Method GET_QOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SNC_QOP | SNC: Quality of Protection | 20020814 |
Method GET_QOP on class CL_SD_AUTH_METHOD_SNC has no exception.
Method GET_USER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | USALIAS | Alias für Internetbenutzer | 20020814 |
Method GET_USER_NAME on class CL_SD_AUTH_METHOD_SNC has no exception.
Method SET_CLIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Mandant | 20020814 |
Method SET_CLIENT on class CL_SD_AUTH_METHOD_SNC has no exception.
Method SET_LANGUAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | R/3-System, aktuelle Sprache | 20020814 |
Method SET_LANGUAGE on class CL_SD_AUTH_METHOD_SNC has no exception.
Method SET_PARTNER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_PARTNER_NAME | Call by reference | Type reference (TYPE) | SNC_PNAME | SNC: Printable Name | 20020814 |
Method SET_PARTNER_NAME on class CL_SD_AUTH_METHOD_SNC has no exception.
Method SET_QOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_QOP | Call by reference | Type reference (TYPE) | SNC_QOP | SNC: Quality of Protection | 20020814 |
Method SET_QOP on class CL_SD_AUTH_METHOD_SNC has no exception.
Method SET_USER_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THE_USER_NAME | Call by reference | Type reference (TYPE) | USALIAS | Alias für Internetbenutzer | 20020814 |
Method SET_USER_NAME on class CL_SD_AUTH_METHOD_SNC has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 620 |