[Missing <summary> documentation for "N:Litium.Foundation.Security"]
Classes
| Class | Description | |
|---|---|---|
|
|
AuthenticationManager |
Use the AuthenticationManager to get a SecurityToken for a user.
|
|
|
BuiltInModulePermissionTypeNames |
Built in module permission type names.
|
|
|
BuiltInModulePermissionTypes |
Built in module permission types.
|
|
|
BuiltInSolutionPermissionTypeNames |
Built in solution permission type names.
|
|
|
BuiltInSolutionPermissionTypes |
Built in solution permission types.
|
|
|
ChangePasswordException |
Change password exception.
|
|
|
CustomGroupPermissionDoesNotExistException |
Thrown when a custom group permission does not exist or has been deleted.
|
|
|
CustomGroupPermissionExistsException |
Thrown when the custom group permission already exists.
|
|
|
CustomPermissionTypeDoesNotExistException |
Thrown when a custom permission type does not exist or has been deleted.
|
|
|
CustomPermissionTypeExistsException |
Thrown when the custom permission type already exists.
|
|
|
CustomUserPermissionDoesNotExistException |
Thrown when a custom user permission does not exist or has been deleted.
|
|
|
CustomUserPermissionExistsException |
Thrown when the custom user permission already exists.
|
|
|
LoginManager |
Use the LoginManager to change the logged in user or to get information about the currently logged in user.
|
|
|
ModuleGroupPermissionDoesNotExistException |
Thrown when an module group permission does not exist or has been deleted.
|
|
|
ModuleGroupPermissionExistsException |
Thrown when the module group permission already exists.
|
|
|
ModulePermissionManager |
Abstract base class for module permission managers.
Inherit from this class to create a PermissionManager for a new Module.
|
|
|
ModulePermissionRequiredException |
Thrown when a module permission is required.
|
|
|
ModulePermissionTypeDoesNotExistException |
Thrown when a module permission type does not exist or has been deleted.
|
|
|
ModulePermissionTypeExistsException |
Thrown when the module permission type already exists.
|
|
|
ModuleUserPermissionDoesNotExistException |
Thrown when a module user permission does not exist or has been deleted.
|
|
|
ModuleUserPermissionExistsException |
Thrown when the module user permission already exists.
|
|
|
PasswordComplexity |
Password complexity validator
|
|
|
PasswordComplexityException |
Åassword complexity exception
|
|
|
PasswordGenerator | Obsolete.
Generate random passwords.
|
|
|
PermissionDoesNotExistException |
Abstract base class for all permission does not exist exceptions.
|
|
|
PermissionExistsException |
Abstract base class for all permission exists exceptions.
|
|
|
PermissionManager |
Handles all permissions in Litium Foundation.
|
|
|
PermissionRequiredException |
PermissionRequiredException is thrown when a permission is required.
|
|
|
PermissionTypeDoesNotExistException |
Abstract base class for all permission type does not exist exceptions.
|
|
|
PermissionTypeExistsException |
Abstract base class for all permission type exists exceptions.
|
|
|
RandomStringGenerator |
Generate random passwords.
|
|
|
SecurityToken |
A SecurityToken is used to authorize against the Litium Foundation API.
Use Solution.Instance.AuthenticationManager or Solution.Instance.LoginManager to get a SecurityToken.
|
|
|
SolutionGroupPermissionDoesNotExistException |
Thrown when an solution group permission does not exist or has been deleted.
|
|
|
SolutionGroupPermissionExistsException |
Thrown when the solution group permission already exists.
|
|
|
SolutionPermissionRequiredException |
SolutionPermissionRequiredException is thrown when a solution permission is required.
|
|
|
SolutionPermissionTypeDoesNotExistException |
Thrown when a solution permission type does not exist or has been deleted.
|
|
|
SolutionPermissionTypeExistsException |
Thrown when the solution permission type already exists.
|
|
|
SolutionUserPermissionDoesNotExistException |
Thrown when an solution user permission does not exist or has been deleted.
|
|
|
SolutionUserPermissionExistsException |
Thrown when the solution user permission already exists.
|
|
|
WrongSystemUserPasswordException |
Thrown when the System user password supplied in Web.Config does not match the password in the database.
|