We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d7da1 commit 5ce2b6aCopy full SHA for 5ce2b6a
core/src/main/java/org/springframework/security/access/expression/SecurityExpressionRoot.java
@@ -229,7 +229,8 @@ private boolean isGranted(AuthorizationManager<T> authorizationManager) {
229
/**
230
* Convenience method to access {@link Authentication#getPrincipal()} from
231
* {@link #getAuthentication()}
232
- * @return the {@code Principal} being authenticated or the authenticated principal after authentication.
+ * @return the {@code Principal} being authenticated or the authenticated principal
233
+ * after authentication.
234
*/
235
public @Nullable Object getPrincipal() {
236
return getAuthentication().getPrincipal();
0 commit comments