Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 24.0

Otp

Security Parameter Types

Attribute


Multiexcerpt
MultiExcerptNamesecurity_attribute

Attribute is a name-value pair that can be used to specify any additional information about the Principal not covered by security tokens and roles.

AttributeTypeDescriptionValues/Example
nameStringSpecify additional information as a string.any string
valueAnySpecify any additional information.any content


InterceptorMessage


Multiexcerpt
MultiExcerptNamesecurity_interceptormessage
Attribute NameTypeDescriptionValues/Example
operationStringName of the intercepted operation.any string
parameters Parameter An array of Parameter.

...


principal Principal An array of Principal.

...


transactionIDStringSpecify here the ID of the message.any string


Parameter


Multiexcerpt
MultiExcerptNamesecurity_parameter
Attribute NameTypeDescriptionValues/Example
nameStringContains the name of the parameter to be manipulated.any string
valueAnyContains the value of the parameter to be manipulated.any content


Deprecated PostprocessorMessage


Multiexcerpt
MultiExcerptNamesecurity_postprocessormessage
Attribute NameTypeDescriptionValues/Example
outputMessageAnySpecify here the output message.any content
operationStringHolds the name of the operation which will be / was invoked by the request.any string
principal Principal An array of Principal.

...



Deprecated PreprocessorMessage


Multiexcerpt
MultiExcerptNamesecurity_preprocessormessage
Attribute NameTypeDescriptionValues/Example
inputMessageAnySpecify here the input message.any content
operationStringHolds the name of the operation which will be / was invoked by the request.any string
principal Principal An array of Principal.

...



Principal


Multiexcerpt
MultiExcerptNamesecurity_principal
Attribute NameTypeDescriptionValues/Example
userIDStringUnique identifier of the user.any string
attributes Attribute Attributes is an array of Attribute objects.

...


securityTokens SecurityToken An array of SecurityToken objects describing the credentials used for authentication.

...


roles Role Roles is an array of Role objects.

...


Note
iconfalse

If authentication is not configured, the Principal will have the UserID anonymous with no security tokens, roles, and attributes assigned.


Role


Multiexcerpt
MultiExcerptNamesecurity_role
Attribute NameTypeDescriptionValues/Example
nameStringSpecifies the name of a role.any string


SecurityToken


Multiexcerpt
MultiExcerptNamesecurity_securitytoken
Attribute NameTypeDescriptionValues/Example
typeStringDefines what mechanism of authentication was used and how the rest of the object is structured.any string
isVerifiedBooleanThe attribute IsVerified is set to true, if the given credentials were successfully verified.true/false


SecurityTokenBasic


Multiexcerpt
MultiExcerptNamesecurity_securitytokenbasic
Attribute NameTypeDescriptionValues/Example
userNameStringContains the user name.any string
passwordStringContains the users password.any string


Panel
titleOn this Page:
Table of Contents