Click or drag to resize

ISecurityRepositoryService Methods

The ISecurityRepositoryService type exposes the following members.

Methods
  NameDescription
Public methodChangePassword
Changes a user's password.
Public methodCreateUser
Creates a user with a specified password.
Public methodFindProvenance
Find provenance objects matching the specified object
Public methodGetApplication(IIdentity)
Gets the specified security application based on the principal
Public methodGetApplication(String)
Get a app by name
Public methodGetDevice(IIdentity)
Gets the specified security device based on the principal
Public methodGetDevice(String)
Get a device by name
Public methodGetPolicy
Get the specified security policy by OID
Public methodGetProvenance
Get the provenance object
Public methodGetProviderEntity
Gets the specified provider entity from the specified identity
Public methodGetRole
Gets a specific role.
Public methodGetSecurityEntity
Get the data object for the provided principal
Public methodGetSid
Get the security identifier for the provided identity
Public methodGetUser(IIdentity)
Gets the specified security user based on the principal
Public methodGetUser(String)
Get a user by user name
Public methodGetUserEntity
Get the user entity
Public methodLockApplication
Locks an application
Public methodLockDevice
Locks a device principal
Public methodLockUser
Locks a specific user.
Public methodResolveName
Resolves the name from a security identifier
Public methodUnlockApplication
Removes a lock from an application
Public methodUnlockDevice
Removes a lock from a device
Public methodUnlockUser
Unlocks a specific user.
Top
See Also