SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

InputType Property

Returns the type of the processed message.

Syntax

public val inputType: SamlreaderInputTypes

public enum class SamlreaderInputTypes(val value: Int) {
cstyNone(0),
cstyAssertionIDRequest(1),
cstySubjectQuery(2),
cstyAuthnQuery(3),
cstyAttributeQuery(4),
cstyAuthzDecisionQuery(5),
cstyAuthnRequest(6),
cstyManageNameIDRequest(7),
cstyLogoutRequest(8),
cstyNameIDMappingRequest(9),
cstyArtifactResolve(10),
cstyResponse(11);
}

Default Value

0

Remarks

Check this property on the early stage of message processing to find out the type of the data contained in the SAML message.

This property is read-only and not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]