|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyChangeListener
A policy change listener interested in changes to an application's access policy which is managed by TripleSec.
| Method Summary | |
|---|---|
void |
permissionChanged(ApplicationPolicy policy,
Permission permission,
ChangeType changeType)
Notification method called when a permission is added, deleted, or modified. |
void |
permissionRenamed(ApplicationPolicy policy,
Permission permission,
java.lang.String oldName)
Notification method called when a permission is renamed. |
void |
profileChanged(ApplicationPolicy policy,
Profile profile,
ChangeType changeType)
Notification method called when a profile is added, deleted, or modified. |
void |
profileRenamed(ApplicationPolicy policy,
Profile profile,
java.lang.String oldName)
Notification method called when a policy is renamed. |
void |
roleChanged(ApplicationPolicy policy,
Role role,
ChangeType changeType)
Notification method called when a role is added, deleted, or modified. |
void |
roleRenamed(ApplicationPolicy policy,
Role role,
java.lang.String oldName)
Notification method called when a role is renamed. |
| Method Detail |
|---|
void roleChanged(ApplicationPolicy policy,
Role role,
ChangeType changeType)
policy - the application policy containing the rolerole - the role that is added, deleted or modifiedchangeType - the type of change: add, delete or modify.
void roleRenamed(ApplicationPolicy policy,
Role role,
java.lang.String oldName)
policy - the application policy containing the rolerole - the role that was renamed and whose getName() returns the new nameoldName - the old name of the role
void permissionChanged(ApplicationPolicy policy,
Permission permission,
ChangeType changeType)
policy - the application policy containing the permissionpermission - the permission that was changedchangeType - the type of change: add, delete or modify.
void permissionRenamed(ApplicationPolicy policy,
Permission permission,
java.lang.String oldName)
policy - the application policy containing the permissionpermission - the permission that was renamedoldName - the old name of the permission
void profileChanged(ApplicationPolicy policy,
Profile profile,
ChangeType changeType)
policy - the application policy containing the profileprofile - the profile that changedchangeType - the type of change: add, delete or modify.
void profileRenamed(ApplicationPolicy policy,
Profile profile,
java.lang.String oldName)
policy - the application policy containing the profileprofile - the profile that was renamedoldName - the old name of the profile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||