pull/12149/head
Phillip Webb 7 years ago
parent 8f5f0bda50
commit 0925a0957e

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

Loading…
Cancel
Save