Polish
This commit is contained in:
@@ -26,6 +26,9 @@ import java.security.Principal;
|
||||
*/
|
||||
public interface SecurityContext {
|
||||
|
||||
/**
|
||||
* Empty security context.
|
||||
*/
|
||||
public static SecurityContext NONE = new SecurityContext() {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user