Interface PnOService


public interface PnOService
Service for managing People and Organization (PNO) data in the 3DEXPERIENCE platform.

This service provides operations to retrieve user information, including user details, current user context, and preferred security contexts.

Since:
2024-03-07
  • Method Details

    • getUser

      @Remote(READ) UserDetails getUser(com.technia.dsx.common.TenantSession tenantSession, String userName)
    • getCurrentUser

      @Remote(READ) User getCurrentUser(com.technia.dsx.common.TenantSession tenantSession)
    • getPreferredSecurityContext

      @Remote(READ) Optional<SecurityContext> getPreferredSecurityContext(com.technia.dsx.common.TenantSession tenantSession)