Package com.technia.dsx.threedspace.pno
Interface User
- All Superinterfaces:
com.technia.dsx.app.PidNameTuple
- All Known Subinterfaces:
UserDetails
public interface User
extends com.technia.dsx.app.PidNameTuple
-
Method Details
-
getPhysicalId
Returns the physical ID of the user. Same as callingPidNameTuple.getPid()
.- Returns:
- The physical ID of the user
-
getUserName
Returns the name of the user. Same as callingPidNameTuple.getName()
.- Returns:
- The name of the user
-
getPreferredCredentials
PreferredCredentials getPreferredCredentials() -
getPreferredSecurityContext
SecurityContext getPreferredSecurityContext() -
getCollaborativeSpaces
List<CollaborativeSpace> getCollaborativeSpaces()
-