The `getSecTenantId` method is a part of the `CFSecurityAuthorization` class in the `net.sourceforge.msscodefactory.cflib.v2_3.cflib` package of the Java programming language. It returns the security tenant ID, which is a unique identifier for the security context of an application or user in a multi-tenant environment. This method is used to retrieve the security tenant ID for managing access controls and authorization within an application.
Java CFSecurityAuthorization.getSecTenantId - 30 examples found. These are the top rated real world Java examples of net.sourceforge.msscodefactory.cflib.v2_3.CFLib.CFSecurityAuthorization.getSecTenantId extracted from open source projects. You can rate examples to help us improve the quality of examples.