com.atlassian.confluence.security
Class SpacePermissionCaseFixer
java.lang.Object
com.atlassian.confluence.security.SpacePermissionCaseFixer
public class SpacePermissionCaseFixer
- extends Object
The purpose of this class is to fix space permissions with usernames or groupnames that have incorrect case.
For example, if a user called "Bob" exists, a space permission associated with "bob" is invalid and will be fixed by this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpacePermissionCaseFixer
public SpacePermissionCaseFixer(UserAccessor userAccessor,
SpacePermissionManager spacePermissionManager,
Writer out)
fix
public void fix(SpacePermission spacePermission)
throws IOException
- Throws:
IOException