Package com.technia.dsx.threedspace.pno
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 Summary
Modifier and TypeMethodDescriptiongetCurrentUser(com.technia.dsx.common.TenantSession tenantSession) getPreferredSecurityContext(com.technia.dsx.common.TenantSession tenantSession)
-
Method Details
-
getUser
@Remote(READ) UserDetails getUser(com.technia.dsx.common.TenantSession tenantSession, String userName) -
getCurrentUser
-
getPreferredSecurityContext
@Remote(READ) Optional<SecurityContext> getPreferredSecurityContext(com.technia.dsx.common.TenantSession tenantSession)
-