protected static class SessionNode.PermissionChanges extends Object implements MutableCachedNode.PermissionChanges
Modifier | Constructor and Description |
---|---|
protected |
PermissionChanges() |
Modifier and Type | Method and Description |
---|---|
long |
addedPrincipalsCount()
Returns the number of new principals for which privileges have been added in the node's ACL.
|
protected void |
principalAdded(String principalName) |
protected void |
principalRemoved(String principalName) |
long |
removedPrincipalsCount()
Returns the number of principals which have been removed from this node's ACL.
|
protected void principalAdded(String principalName)
protected void principalRemoved(String principalName)
public long addedPrincipalsCount()
MutableCachedNode.PermissionChanges
addedPrincipalsCount
in interface MutableCachedNode.PermissionChanges
public long removedPrincipalsCount()
MutableCachedNode.PermissionChanges
removedPrincipalsCount
in interface MutableCachedNode.PermissionChanges
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.