Namespace: OpenEdge.DataAdmin
Interface
IDomain
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminElement

/* Copyright (c) 2011,2019 by Progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:Security Domain interface
Author(s):hdaniels
Created:Thu Jun 10 00:01:21 EDT 2010
Purpose: The name and unique idnetifier of a single Authentication System (domain) that
can be used to authenticate or validate the authentication of a user account.
The 4GL or SQL will refer to this name when it begins a user authentication
process or it is validating the CLIENT-PRINCIPAL object that was produced by
an authentication operation performed in this domain.
The domain name may be used to fully qualify a user's identity by suffixing it to
the user's id using a "@" delimiter (ex: fred@ldap).



Property Summary
Options Name Purpose
CHARACTER AccessCode
CHARACTER AuditingContext
CHARACTER AuthenticationActions
OpenEdge.DataAdmin.IAuthenticationSystem AuthenticationSystem
CHARACTER Comments
CHARACTER Description
INTEGER Id
LOGICAL IsBuiltin
LOGICAL IsEnabled
CHARACTER Name
CHARACTER RuntimeOptions
CHARACTER SystemOptions
OpenEdge.DataAdmin.ITenant Tenant
OpenEdge.DataAdmin.IUserSet Users


Property Detail
Top

CHARACTER AccessCode

Returns CHARACTER
Top

CHARACTER AuditingContext

Returns CHARACTER
Top

CHARACTER AuthenticationActions

Returns CHARACTER
Top

OpenEdge.DataAdmin.IAuthenticationSystem AuthenticationSystem

Returns OpenEdge.DataAdmin.IAuthenticationSystem
Top

CHARACTER Comments

Returns CHARACTER
Top

CHARACTER Description

Returns CHARACTER
Top

INTEGER Id

Returns INTEGER
Top

LOGICAL IsBuiltin

Returns LOGICAL
Top

LOGICAL IsEnabled

Returns LOGICAL
Top

CHARACTER Name

Returns CHARACTER
Top

CHARACTER RuntimeOptions

Returns CHARACTER
Top

CHARACTER SystemOptions

Returns CHARACTER
Top

OpenEdge.DataAdmin.ITenant Tenant

Returns OpenEdge.DataAdmin.ITenant
Top

OpenEdge.DataAdmin.IUserSet Users

Returns OpenEdge.DataAdmin.IUserSet


Copyright © 2022 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7.15