Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for security logging annotations and aspects #5

Open
javabeanz opened this issue Sep 15, 2014 · 4 comments
Open

Support for security logging annotations and aspects #5

javabeanz opened this issue Sep 15, 2014 · 4 comments

Comments

@javabeanz
Copy link
Collaborator

No description provided.

@spoofzu
Copy link
Contributor

spoofzu commented Feb 16, 2018

Hi @javabeanz. Please provide a little more detail for the benefits of logging annotations and aspects so we understand what you propose. So for example, what annotations do you suggest and what do they do? Also for AOP, what aspects should we create and where should they be bound? Thanks. --Milton

@javabeanz
Copy link
Collaborator Author

all configuration for the securrity logging library now is done now with xml, but it can also be done with annotations. Here is an example of what i mean : https://projectlombok.org/features/log. If you can annotate a property with say @Masked it would only show up in logs as masked value (f.i. last 4 numbers of a credit card). Those are the features i am thinking of.

@augustd
Copy link
Owner

augustd commented Jan 24, 2019

I like this idea. Developers could annotate properties of their classes and prevent them from being logged incidentally (e.g. if MyBean.toString() is called).

@spoofzu
Copy link
Contributor

spoofzu commented Jan 24, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants