OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| SecurityMechanism | |
| SecurityClient | |
| SecurityServer | |
| SecurityVerify | |
| SecurityMechanism_List | |
type record SecurityMechanism {
charstring mechName,
SemicolonParam_List mechParams optional
}
type record SecurityClient {
FieldName fieldName(SECURITY_CLIENT_E),
SecurityMechanism_List securityMech
}
type record SecurityServer {
FieldName fieldName(SECURITY_SERVER_E),
SecurityMechanism_List securityMech
}
type record SecurityVerify {
FieldName fieldName(SECURITY_VERIFY_E),
SecurityMechanism_List securityMech
}
type set of SecurityMechanism SecurityMechanism_List