SEC-1158: Decoupling of Pre/Post annotations implementation from Spring EL.
This commit is contained in:
9
core/src/test/resources/someMethod.py
Normal file
9
core/src/test/resources/someMethod.py
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
print authentication.name;
|
||||
|
||||
for authority in authentication.authorities:
|
||||
print authority
|
||||
|
||||
print "Granting access"
|
||||
|
||||
allow = 1
|
||||
Reference in New Issue
Block a user