Entering content frame

Background documentation SECURESTORAGE Locate the document in its SAP Library structure

This command group concerns all changes necessary for managing the keys used for secure storage and the corresponding objects. You can review the commands of the SECURESTORAGE shell group by executing ADD SECURESTORAGE on the command line.

ADD_STRING

Syntax

ADD_STRING <clientType> <clientId> <Alias> <String>

Arguments

 

<clientType>

The type of application (either services or webapps).

<clientId>

The identifier for the client entry, for example, myservice.

<Alias>

The identifier for the data object, for example, myobject.

<String>

The data to encrypt and store in the secure storage area.

Description

Stores the given string as the data object <Alias> in the client entry specified by <clientID>. If no entry exists for this <clientID>, then the J2EE Engine creates one as type <clienttype>.

 

DELETE_OBJECT

Syntax

DELETE_OBJECT <clientType> <clientId> <objectId>

Arguments

 

<clientType>

The type of application (either services or webapps).

<clientId>

The identifier for the client entry, for example, myservice.

<objectId>

The identifier for the data object, for example, myobject.

Description

Deletes the object from the client entry.

 

GET_CLIENTS

Syntax

GET_CLIENTS

Description

Returns a list of client using the syntax:

<clientType> <clientId>.

 

GET_KEYS

Syntax

GET_KEYS <clientType> <clientId>

Arguments

 

<clientType>

The type of application (either services or webapps).

<clientId>

The identifier for the client entry, for example, myservice.

Description

Returns a list of existing keys used by the <clientId> entry.

 

LIST_OBJECTS

Syntax

LIST_OBJECTS <clientType> <clientId>

Arguments

 

<clientType>

The type of application (either services or webapps).

<clientId>

The identifier for the client entry, for example, myservice.

Description

Returns a list of the data objects stored in the <clientId> entry.

 

NEW_KEY

Syntax

NEW_KEY <clientType> <clientId>

Arguments

 

<clientType>

The type of application (either services or webapps).

<clientId>

The identifier for the client entry, for example, myservice.

Description

Creates a new key to use for the application.

 

REENCRYPT

Syntax

REENCRYPT [option]

Arguments

 

[option]

Use either:

·        -a

When using this option, the secure storage service re-encrypts all of the objects contained in secure storage using the newest key contained in the corresponding entry.

·        <clientType> <clientId>

When using this option, the secure storage service re-encrypts the data objects contained in this specific client entry.

Description

Either re-encrypts all of the data contained in secure storage or the data contained in a specific client entry.

 

Leaving content frame