This commit is contained in:
Phillip Webb
2018-02-20 16:24:35 -08:00
parent 8f5f0bda50
commit 0925a0957e

View File

@@ -26,6 +26,9 @@ import java.security.Principal;
*/
public interface SecurityContext {
/**
* Empty security context.
*/
public static SecurityContext NONE = new SecurityContext() {
@Override