Commit 0925a095 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 8f5f0bda
......@@ -26,6 +26,9 @@ import java.security.Principal;
*/
public interface SecurityContext {
/**
* Empty security context.
*/
public static SecurityContext NONE = new SecurityContext() {
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment