Class DebuggingString
java.lang.Object
com.atlassian.confluence.internal.security.DebuggingString
Creates a logging-friendly string for a space permission check, including the permission itself, the space (or
global), and the user (or anonymous).
This exists to avoid mix-ups with the String permission , so that we don't feed the result of this object to any
further SpacePermissionManager check methods.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DebuggingString
getPermissionCheckAsString
(org.slf4j.Logger log, String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser) static DebuggingString
toString()
-
Field Details
-
value
-
-
Method Details
-
of
-
toString
-
getPermissionCheckAsString
public static DebuggingString getPermissionCheckAsString(org.slf4j.Logger log, String permissionType, @Nullable Space space, @Nullable ConfluenceUser remoteUser)
-