|
|
|
@ -35,7 +35,7 @@ final class InheritableThreadLocalSecurityContextHolderStrategy implements Secur |
|
|
|
//~ Methods ========================================================================================================
|
|
|
|
//~ Methods ========================================================================================================
|
|
|
|
|
|
|
|
|
|
|
|
public void clearContext() { |
|
|
|
public void clearContext() { |
|
|
|
contextHolder.set(null); |
|
|
|
contextHolder.remove(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public SecurityContext getContext() { |
|
|
|
public SecurityContext getContext() { |
|
|
|
|