SecurityUtils

Inclusion code:

Service Deployment
Port NameLocationProtocolInterfaces
SecurityUtils documentation:
SecurityUtils--SecurityUtilsInterface

List of Available Interfaces

SecurityUtilsInterface

Interface documentation:

Operation NameInput TypeOutput TypeFaults
secureRandomSecureRandomRequestraw
createSecureTokenvoidstring

Operation Description

secureRandom

Operation documentation:

Invocation template:

secureRandom@SecurityUtils( request )( response )

Request type

Type: SecureRandomRequest

type SecureRandomRequest: void {
    .size: int
}

SecureRandomRequest : void

  • size : int

Response type

Type: raw

raw : raw

createSecureToken

Operation documentation:

Invocation template:

createSecureToken@SecurityUtils( request )( response )

Request type

Type: void

void : void

Response type

Type: string

string : string