As per GoF's Design Pattern:
A protection proxy controls access to the original object. Protection proxies are useful when objects should have different access rights.
So initially, you have general/basic access to an object. But when you try to actually access it, it is checked if you have sufficient rights to access it or not?
Isn't the same is done by Authorization after Authentication?
Aucun commentaire:
Enregistrer un commentaire