Skip to content

mehboobali98/Protection-Proxy-Design-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Design Pattern

The repository contains an implementation of the Protection Proxy design pattern. Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.

Directory Structure

📦Protection-Proxy-Design-Pattern
 ┣ 📂src
 ┃ ┗ 📂ProtectionProxyPattern
 ┃ ┃ ┣ 📜Employee.java
 ┃ ┃ ┣ 📜Main.java
 ┃ ┃ ┗ 📜ProxyAccessPrivateDetails.java
 ┣ 📜.gitignore
 ┗ 📜README.md

About

The repository contains an implementation of the Proxy design pattern. Proxy is a structural design pattern that lets you provide a substitute or placeholder for another object. A proxy controls access to the original object, allowing you to perform something either before or after the request gets through to the original object.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors