SecurityUtils
Inclusion code:
Service Deployment | |||
---|---|---|---|
Port Name | Location | Protocol | Interfaces |
SecurityUtils documentation: | |||
SecurityUtils | - | - | SecurityUtilsInterface |
List of Available Interfaces
SecurityUtilsInterface
Interface documentation:
Operation Name | Input Type | Output Type | Faults |
---|---|---|---|
secureRandom | SecureRandomRequest | raw | |
createSecureToken | void | string |
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