|
|
|
@ -47,8 +47,8 @@ public class RunAsUserToken extends AbstractAuthenticationToken { |
|
|
|
this.originalAuthentication = originalAuthentication; |
|
|
|
this.originalAuthentication = originalAuthentication; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private RunAsUserToken() { |
|
|
|
protected RunAsUserToken() { |
|
|
|
super(); |
|
|
|
throw new IllegalArgumentException("Cannot use default constructor"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//~ Methods ================================================================
|
|
|
|
//~ Methods ================================================================
|
|
|
|
|