mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
'ant format' strikes again.
This commit is contained in:
parent
aed9d2a1d8
commit
18d5c59532
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
package net.sf.acegisecurity;
|
package net.sf.acegisecurity;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes a final access control (authorization) decision.
|
* Makes a final access control (authorization) decision.
|
||||||
*
|
*
|
||||||
@ -41,7 +42,7 @@ public interface AccessDecisionManager {
|
|||||||
* Indicates whether this <code>AccessDecisionManager</code> is able to
|
* Indicates whether this <code>AccessDecisionManager</code> is able to
|
||||||
* process authorization requests presented with the passed
|
* process authorization requests presented with the passed
|
||||||
* <code>ConfigAttribute</code>.
|
* <code>ConfigAttribute</code>.
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* This allows the <code>AbstractSecurityInterceptor</code> to check every
|
* This allows the <code>AbstractSecurityInterceptor</code> to check every
|
||||||
* configuration attribute can be consumed by the configured
|
* configuration attribute can be consumed by the configured
|
||||||
|
Loading…
x
Reference in New Issue
Block a user