- removeDelegate(User, User) - Method in class org.apache.fulcrum.security.hibernate.dynamic.HibernateModelManagerImpl
-
- removeEntity(SecurityEntity) - Method in interface org.apache.fulcrum.security.hibernate.PersistenceHelper
-
- removeEntity(SecurityEntity) - Method in class org.apache.fulcrum.security.hibernate.PersistenceHelperDefaultImpl
-
Deletes an entity object
- removeGroup(Group) - Method in class org.apache.fulcrum.security.hibernate.HibernateGroupManagerImpl
-
Removes a Group from the system.
- removePermission(Permission) - Method in class org.apache.fulcrum.security.hibernate.HibernatePermissionManagerImpl
-
Removes a Permission from the system.
- removeRole(Role) - Method in class org.apache.fulcrum.security.hibernate.HibernateRoleManagerImpl
-
Removes a Role from the system.
- removeUser(User) - Method in class org.apache.fulcrum.security.hibernate.HibernateUserManagerImpl
-
Removes an user account from the system.
- renameGroup(Group, String) - Method in class org.apache.fulcrum.security.hibernate.HibernateGroupManagerImpl
-
Renames an existing Group.
- renamePermission(Permission, String) - Method in class org.apache.fulcrum.security.hibernate.HibernatePermissionManagerImpl
-
Renames an existing Permission.
- renameRole(Role, String) - Method in class org.apache.fulcrum.security.hibernate.HibernateRoleManagerImpl
-
Renames an existing Role.
- replace(User, Role, Role) - Method in class org.apache.fulcrum.security.hibernate.turbine.HibernateModelManagerImpl
-
- retrieveSession() - Method in interface org.apache.fulcrum.security.hibernate.PersistenceHelper
-
- retrieveSession() - Method in class org.apache.fulcrum.security.hibernate.PersistenceHelperDefaultImpl
-
Returns a hibernate session, or if is null, opens one.
- revoke(User, Group) - Method in class org.apache.fulcrum.security.hibernate.basic.HibernateModelManagerImpl
-
Removes a user in a group.
- revoke(Group, Role) - Method in class org.apache.fulcrum.security.hibernate.dynamic.HibernateModelManagerImpl
-
Revokes a Role from a Group.
- revoke(Role, Permission) - Method in class org.apache.fulcrum.security.hibernate.dynamic.HibernateModelManagerImpl
-
Revokes a Permission from a Role.
- revoke(User, Group) - Method in class org.apache.fulcrum.security.hibernate.dynamic.HibernateModelManagerImpl
-
Removes a user in a group.
- revoke(Role, Permission) - Method in class org.apache.fulcrum.security.hibernate.turbine.HibernateModelManagerImpl
-
Revokes a Permission from a Role.
- revoke(User, Group, Role) - Method in class org.apache.fulcrum.security.hibernate.turbine.HibernateModelManagerImpl
-
Revoke a Role in a Group from an User.
- revokeAll(User) - Method in class org.apache.fulcrum.security.hibernate.basic.HibernateModelManagerImpl
-
Revokes all groups from a user
This method is used when deleting an account.
- ROLE - Static variable in interface org.apache.fulcrum.security.hibernate.PersistenceHelper
-