SecureBlackbox 2020 Android Edition

Questions / Feedback?

OutputType Property

Returns the SAML type of message being created.

Syntax

public int getOutputType();


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;

Remarks

Use this property to check the type of SAML message being created. This is the same value that was passed to CreateNew call.

Depending on the assigned type, use properties of component to tune up the parameters of the chosen message type. For example, if setting OutputType to cstyAuthnQuery, use AuthnQuery property to adjust context class references or comparison settings.

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

Default Value

0

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