Interface PnOService


public interface PnOService
Document me
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)