Package com.technia.dsx.threedspace.pno
Interface PreferredCredentials
public interface PreferredCredentials
Represents preferred credentials for a user in the 3DEXPERIENCE platform.
Preferred credentials include the user's preferred collaborative space, organization, and role. These are used to set default context when performing operations.
- Since:
- 2023-01-26
-
Method Summary
-
Method Details
-
getCollaborativeSpace
Optional<CollaborativeSpace> getCollaborativeSpace() -
getOrganization
Optional<CollaborativeOrganization> getOrganization() -
getRole
Optional<CollaborativeRole> getRole()
-