Returns the user of this context. @return user (can be null if it has not yet been assigned
()
| 150 | * @return user (can be {@code null} if it has not yet been assigned |
| 151 | */ |
| 152 | public User user() { |
| 153 | return user; |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Sets the user of this context. This method should only be called once. |