SecureBlackbox 2020 Java Edition

Questions / Feedback?

InputType Property

Returns the type of the processed message.

Syntax

public int getInputType();


Enumerated values: public final static int cstyNone = 0; public final static int cstyAssertionIDRequest = 1; public final static int cstySubjectQuery = 2; public final static int cstyAuthnQuery = 3; public final static int cstyAttributeQuery = 4; public final static int cstyAuthzDecisionQuery = 5; public final static int cstyAuthnRequest = 6; public final static int cstyManageNameIDRequest = 7; public final static int cstyLogoutRequest = 8; public final static int cstyNameIDMappingRequest = 9; public final static int cstyArtifactResolve = 10; public final static int 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 Java Edition - Version 20.0 [Build 8156]