Previous Next

CREATE CLIENT-PRINCIPAL statement
Creates an instance of a client-principal object at run time in the INITIAL state (see the LOGIN-STATE attribute entry). Each client-principal instance is a security token that contains user credentials specific to one user login session. This login session can be used to set the user identity for one or more ABL sessions, one or more database connections, or an entire ABL application. This user identity must be defined in a security domain that is registered in a trusted domain registry that is used to authenticate or validate that identity.
Note:
Syntax 
 
CREATE CLIENT-PRINCIPAL client-principal-handle
client-principal-handle
A variable of type HANDLE that contains the handle to the client-principal object.
Notes 
*
*
*
*
See also 
Client-principal object handle, LOAD-DOMAINS( ) method, LOCK-REGISTRATION( ) method, REGISTER-DOMAIN( ) method, SET-CLIENT( ) method, SET-DB-CLIENT function

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.