Package Nette\Security
NIdentity | Default implementation of IIdentity. |
NPermission | Access control list (ACL) functionality and privileges management. |
NSimpleAuthenticator | Trivial implementation of IAuthenticator. |
NUser | User authentication and authorization. |
IAuthenticator | Performs authentication. |
IAuthorizator | Authorizator checks if a given role has authorization to access a given resource. |
IIdentity | Represents the user of application. |
IResource | Represents resource, an object to which access is controlled. |
IRole | Represents role, an object that may request access to an IResource. |
IUserStorage | Interface for persistent storage for user object data. |
NAuthenticationException | Authentication exception. |
Nette\Security\Diagnostics |