Package com.technia.dsx.threedspace.pno
Interface PnOService
public interface PnOService
Document me
- 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)
-