UserIdentity Members CelloSaaS API Documentation
The UserIdentity type exposes the following members.
Methods

  NameDescription
Public methodStatic memberHasAllPrivileges
Determines whether [has all privileges] [the specified privileges].
Public methodStatic memberHasPrivilege
Determines whether the specified privilege name has privilege.
Public methodStatic memberIsInRole
Checks if a role is present for a user
Back to Top
Properties

  NameDescription
Public propertyStatic memberAdditionalProperties
Additional properties of the user that needs to be stored for the user
Public propertyStatic memberLoggedInUserId
Gets the logged in user id.
Public propertyStatic memberLoggedInUserName
Gets the name of the logged in user.
Public propertyStatic memberLoggedInUserPrivileges
Gets or sets the logged in user privileges.
Public propertyStatic memberLoggedInUserRoles
Gets the logged in user roles.
Public propertyStatic memberLoggedInUserTenantId
Gets the logged in user tenant id.
Public propertyStatic memberName
Gets the name.
Public propertyStatic memberOnBehalfOfUser
Gets a value indicating whether [on behalf of user].
Public propertyStatic memberPrivileges
Gets or sets the privileges.
Public propertyStatic memberRoles
Gets the roles.
Public propertyStatic memberSessionRoles
Gets the session roles.
Public propertyStatic memberSessionTenantID
Gets the session tenant ID.
Public propertyStatic memberTenantID
Gets the tenant ID.
Public propertyStatic memberTenantSettings
Gets or sets the tenant settings for the logged in user
Public propertyStatic memberTicket
Transforms the current pricipal to the cello prinicpal
Public propertyStatic memberUserId
Gets the user id.
Public propertyStatic memberWCFSharedKey
Gets or sets the WCF shared key.
Back to Top
See Also