SecureBlackbox 2020 macOS Edition

Questions / Feedback?

SAMLAssertionStatement Type

Represents an assertion statement.

Remarks

This type is a container for an assertion statement.

Fields

attributes
String

Contains a list of statement attribute names.

Use this property to access the set of names of assertion attributes, separated by CRLF.

authnContextAuthenticatingAuthorities
String

Contains the list of authenticating authorities.

Use this property to access the list of URIs of authenticating authorities (IdP entity IDs).

authnContextChoice
String

Specifies the authentication context choice variant.

Use this property to set the authentication context choice variant. The currently supported values are v1 and v2. If this setting is left empty, the v1 variant is assumed.

authnContextClassRef
String

Indicates the authentication contexts class reference.

Use this property to get or set the authentication contexts class reference attribute.

authnContextDecl
String

Specifies the authentication contexts declaration.

Use this property to access or set the declaration element of the authentication context.

authnContextDeclRef
String

Specifies the authentication contexts declaration reference.

Use this property to get or set the declaration reference of the authentication context.

authnInstant
String

Specifies the authentication event timestamp.

Use this property to read or set the moment in time the authentication event took place.

authnSessionIndex
String

Contains the authentication session index.

Use this property to access or set the authentication session index.

authnSessionNotOnOrAfter
String

Maps to the SessionNotOnOrAfter parameter of the authentication statement.

Use this property to access or set the SessionNotOnOrAfter parameter of the authentication statement.

authnSubjectLocalityAddress
String

Specifies the authentication subjects address.

Use this property to specify the address parameter of the authentication subjects locality.

authnSubjectLocalityDNSName
String

Maps to the authentication subjects DNS name parameter.

Use this property to access or set the authentication subjects DNS name locality parameter.

authzActions
String

Provides access to the list of actions of the authorization statement.

Use this property to read or set the actions of the authorization statement. Actions are represented as a list of Namespace=namespace;Value=Value strings, separated with CRLFs.

authzDecision
SAMLDecisions

Specifies the authorization decision.

Use this property to check or set the authorization decision. This can be one of Permit, Deny, or Indeterminate.

authzDecisionEvidence
String

Manages the authorization decision statement evidence parameter.

Use this property to read or set the authorization decision statement evidence parameter.

authzDecisionResource
String

Specifies the authorization decision statement resource parameter.

Use this property to access or set the resource parameter of the authorization statement.

statementType
SAMLAssertionStatementTypes

Specifies the assertion statement type.

This property specifies the assertion statement type. A statement can carry an authentication assertion, an attribute assertion, or an authorization decision assertion.

Constructors

public init()

Creates a new SAMLAssertionStatement object.

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