cuba/modules/global
Yuriy Artamonov d3b6552133 Determining remote IP address by remote client layers #792
Introduced `@TrustedClientOnly` annotation for service beans that should
not be available from non-trusted clients.
AuthenticationServiceBean now checks if client is trusted and replaces
IP address with the address of client in credentials objects if client
is not trusted.
TrustedAccessRequiredException is thrown in case of non-trusted access
to the annotated classes and their methods.
2018-05-07 17:01:45 +04:00
..
src Determining remote IP address by remote client layers #792 2018-05-07 17:01:45 +04:00
test PL-10611 Order of locales defined in cuba.availableLocales can be wrong 2018-03-28 11:39:57 +04:00
test-data/javacl-sources/com/haulmont/cuba/core/sys/javacl PL-9982 Convert line endings 2017-11-05 15:58:18 +04:00