1
0
mirror of synced 2026-08-04 17:27:13 +00:00

SEC-884: As per discussion in this issue. Added Javadoc to specify that Authentication object passed to decide method must not be null.

This commit is contained in:
Luke Taylor
2009-06-09 01:14:55 +00:00
parent d2a8e43a55
commit ab69a0a101
@@ -32,7 +32,7 @@ public interface AccessDecisionManager {
/**
* Resolves an access control decision for the passed parameters.
*
* @param authentication the caller invoking the method
* @param authentication the caller invoking the method (not null)
* @param object the secured object being called
* @param configAttributes the configuration attributes associated with the secured object being invoked
*