Uses of Class
de.hybris.platform.integrationservices.AccessRightsManager
Packages that use AccessRightsManager
-
Uses of AccessRightsManager in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return AccessRightsManagerModifier and TypeMethodDescriptionstatic AccessRightsManagerAccessRightsManager.accessRights()Creates new instance of this manager with thePermissionManagementServicethat is available in the application context.AccessRightsManager.apply()Applies permissions explicitly set by callinggrant...orrevoke...methods to the user and type, which were specified by callingforUser(UserModel)andforType(ComposedTypeModel)respectively.AccessRightsManager.forType(ComposedTypeModel model) AccessRightsManager.grantAll()AccessRightsManager.grantCreate()AccessRightsManager.grantDelete()AccessRightsManager.grantRead()AccessRightsManager.grantUpdate()AccessRightsManager.reset()Resets access rights to the state they were in the system prior to the first call of theapply()method on this manager.AccessRightsManager.revokeAll()AccessRightsManager.revokeCreate()AccessRightsManager.revokeDelete()AccessRightsManager.revokeRead()AccessRightsManager.revokeUpdate()