|
@@ -35,6 +35,12 @@ public class SecurityContextImpl implements SecurityContext {
|
|
|
|
|
|
private Authentication authentication;
|
|
|
|
|
|
+ public SecurityContextImpl() {}
|
|
|
+
|
|
|
+ public SecurityContextImpl(Authentication authentication) {
|
|
|
+ this.authentication = authentication;
|
|
|
+ }
|
|
|
+
|
|
|
// ~ Methods
|
|
|
// ========================================================================================================
|
|
|
|