Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Removed the validateValue api.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 28, 2003
1 parent 06696c8 commit af3576b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions help/AccessControl.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ def validate(accessed=None, container=None, name=None, value=None,
permission -- Always available
"""

def validateValue(self, value, roles=None):
"""
Convenience for common case of simple value validation.
permission -- Always available
"""

def checkPermission(self, permission, object):
"""
Check whether the security context allows the given permission
Expand Down

0 comments on commit af3576b

Please sign in to comment.