Directory Classes/Security/Authorization/Interceptor/

Directory Created:
2008-07-29 16:25
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/Classes/Security/Authorization/Interceptor

Lines of Code

Classes/Security/Authorization/Interceptor/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 83 (100.0%) 694 (100.0%) 8.3
andi 13 (15.7%) 436 (62.8%) 33.5
k-fish 55 (66.3%) 154 (22.2%) 2.8
robert 14 (16.9%) 104 (15.0%) 7.4
bwaidelich 1 (1.2%) 0 (0.0%) 0.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 10 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (del), AccessGrant.php (del), AfterInvocation.php (del), F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (del), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (del), F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (del), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (del), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (del), PolicyEnforcement.php (del), RequireAuthentication.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (-1), AccessGrant.php (-1), AfterInvocation.php (-1), PolicyEnforcement.php (-1), RequireAuthentication.php (-1)
andi 2010-03-01 23:13 Rev.: 3895

[~TASK] FLOW3 (Security): Removed the security context holder session with its interface. The whole functionality is now available directly through the security context itself. Resolves #5851

2 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: AfterInvocation.php (+2 -2)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

8 lines of code changed in 3 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (+2 -2), PolicyEnforcement.php (+3 -3), RequireAuthentication.php (+3 -3)
k-fish 2009-09-16 14:36 Rev.: 3189

[~TASK] FLOW3: Fixed method parameter documentation found by new reflection service checks.
[+FEATURE] FLOW3 (Persistence): added removeAll() to base repository, resolves #3852.

2 lines of code changed in 2 files:

  • Classes/Security/Authorization/Interceptor: AfterInvocation.php (+1 -1), PolicyEnforcement.php (+1 -6)
andi 2009-07-29 20:03 Rev.: 2934

* [+FEATURE] FLOW3 (Security): Extended the authorization and acl system to be able to decide on resources, not only on join points.
* [+FEATURE] FLOW3 (Security): Implemented a very basic authentication controller.

2 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: PolicyEnforcement.php (+2 -9)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (-8), AccessGrant.php (-8), AfterInvocation.php (-8), PolicyEnforcement.php (-8), RequireAuthentication.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

2 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (-1), AccessGrant.php (-1), AfterInvocation.php (+2 -6), PolicyEnforcement.php (-3), RequireAuthentication.php (-2)
k-fish 2009-06-02 11:35 Rev.: 2523

Added svn:keywords where missing...

0 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: AfterInvocation.php (changed)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

11 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (+1), AccessGrant.php (+1), AfterInvocation.php (+4), PolicyEnforcement.php (+3), RequireAuthentication.php (+2)
andi 2009-03-17 16:25 Rev.: 2004

FLOW3 (Security):
* made parallel authentication mechanisms possible. Now you can login to typo3 with a different mechanism than to flow3
* credentials are no longer stored in the session.
* the RSA keys are now stored in a cache with a TTL of 30.
* reinjectDependencies is now used when authentication tokens are retrieved from the session.
* Exception/Handler is not needed.
* the authentication tokens hold an authentication status now. Look at the TokenInterface for possible values.
* added a getTokensOfType() method to the security context.
* authentication entry points work now.
* Adjusted the security configuration in FLOW3.yaml (you have to enable security to test the new features)
* Access is now denied if no policy entry is found.
TYPO3 (Backend):
* renamed the property $viewObjectName to $defaultViewObjectName, according to latest changes.

2 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: PolicyEnforcement.php (+2 -12)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

73 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: AccessDeny.php (new 10), AccessGrant.php (new 9), AfterInvocation.php (new 10), PolicyEnforcement.php (new 33), RequireAuthentication.php (new 11)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

5 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (+1 -1), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (+1 -1), F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+1 -1), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (+1 -1), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+1 -1)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

70 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (+14 -7), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (+14 -7), F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+14 -7), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (+14 -7), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+14 -7)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

46 lines of code changed in 5 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (+6 -6), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (+4 -4), F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+9 -9), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (+22 -18), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+5 -5)
robert 2008-09-30 19:34 Rev.: 1292

* FLOW3 (Security): Fixed the Interceptor Invocation Aspect / After Invocation Interceptor: the invoke() method did not return the result of the target method, therefore all proxied methods returned NULL.

12 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+12 -5)
andi 2008-09-26 00:01 Rev.: 1283

FLOW3 (Validation): Fixed the integer validator. Now it handles strings correctly
FLOW3 (Security): Implemented the missing decision and ACL classes. No we can authenticate a user and authorize methods over AOP!

7 lines of code changed in 2 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+7 -7), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (-1)
andi 2008-09-24 18:43 Rev.: 1282

The biggest part of the security framework ist finished now:

FLOW3 (Security):
* Implemented the central security aspect
* Refactored the authentication manager
* Implemented the policy enforcement interceptor
* Implemented the access decision voter manager

59 lines of code changed in 3 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (+13 -2), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (+42 -39), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+4 -16)
andi 2008-09-23 15:21 Rev.: 1277

* FLOW3 (AOP): removed the cunstructor from the joinpoint interface, to be able to mock it.
* FLOW3 (Security): Implemented the policy expression parser and policy service
* FLOW3 (Security): Some pending changes in the authorization subpackage, more to follow soon

81 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AfterInvocation.php (new 81)
k-fish 2008-09-19 19:27 Rev.: 1264

Set svn:keywords property to Id on all PHP files.

0 lines of code changed in 4 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (changed), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (changed), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (changed), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (changed)
bwaidelich 2008-09-15 10:14 Rev.: 1217

* FLOW3: (Log) Integrated Log package (including simpleFileLogger) into FLOW3 package and updated two references in FLOW3/Security. This resolves #1454.
* FLOW3: (Log) Changed date format in SimpleFileLogger from '%y-%m-%d %T' to '%y-%m-%d %H:%M:%S'. This fixes #857.

0 lines of code changed in 1 file:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (-1)
k-fish 2008-09-12 16:07 Rev.: 1210

!!! Major change, will break existing code.

Part 3 - Packages

FLOW3, most other packages:
* added namespaces to the code of FLOW3 and all packages in the current TYPO3v5 distribution.

PHPUnit:
* some changes to make PHPUnit (more) namespace-compatible.

Some notes:
* Documentation updates will follow
* you might need to change your class names when adapting namespaces to avoid using "Class", "Empty", "Default", ...
* expect FLOW3CGL and/or PHPCodeSniffer to be broken (I'll have a look)
* some parts might still be broken, especially in edge-cases where the global namespace needs to explicitly used

28 lines of code changed in 4 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (+4 -3), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (+2 -1), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (+13 -12), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+9 -8)
k-fish 2008-08-27 16:05 Rev.: 1159

FLOW3:
* fixed a bunch of CGL violations
* some TODO comments converted into @todo annotations

1 lines of code changed in 4 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (-1), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (-1), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (-1), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (+1 -2)
andi 2008-07-29 16:25 Rev.: 1061

Implemented the first part of the security framework.

* FLOW3 (Security): Implemented the session security context holder
* FLOW3 (Security): Implemented the security context that provides the current context based on request patterns and the configured authentication strategy
* FLOW3 (Security): Implemented a basic filter firewall that can be configured in the FLOW3 configuration file
* FLOW3 (Security): Implemented a basic security interceptor, that triggers the authentication process and can be placed in the firewall
* FLOW3 (Security): Implemented the authentication (provider) manager and a very basic username/password provider with its token
* FLOW3 (MVC): Changed some tests to use mock objects (firewall and security context holder)
* FLOW3 (Validation): Fixed a bug in the alphanumeric validator

283 lines of code changed in 4 files:

  • Classes/Security/Authorization/Interceptor: F3_FLOW3_Security_Authorization_Interceptor_AccessDeny.php (new 48), F3_FLOW3_Security_Authorization_Interceptor_AccessGrant.php (new 45), F3_FLOW3_Security_Authorization_Interceptor_PolicyEnforcement.php (new 111), F3_FLOW3_Security_Authorization_Interceptor_RequireAuthentication.php (new 79)
Generated by StatSVN 0.5.0