Chapter Three
Chapter Three
Authentication:
often referred to as Identification and Authentication, determining
and validating user identity.
Authorization:
providing users with the access to resources that they are allowed to
have and preventing users from accessing resources that they are not
allowed to access.
Accounting:
providing an audit trail of user actions. This is sometimes referred to
as auditing.
The following sections discuss these three processes and the
relationship between them.
Cont…
• The WSH makes use of a rather strange concept called an object model
• which can take some getting used to for a newcomer to scripting and
programming.
• Each object has a set of methods associated with it.
• The root object for WSH is called WScript, and from it, other objects
can be created and used within scripts to accomplish tasks.
• Both VBS and JScript are object-based languages, and each uses its own
object model that works in conjunction with the WSH object model.