[Missing <summary> documentation for "N:Litium.Foundation.Security"]

Classes

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