Next: About this document ...
Up: 7.5 SSL
Previous: 7.5.14 Does the SSL-certificate
- Mike
- (March, 1999)55 : SSL authenticates
a user on a per session basis, so it does not restrict access on a per-object
basis. You'd have to add in code to your Factory object to prevent users from
accessing certain objects. Shouldn't be too difficult, and is pretty secure
since you've authenticated the user.