You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by oz...@apache.org on 2004/10/30 19:10:47 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/security Security.java

ozeigermann    2004/10/30 10:10:47

  Modified:    src/share/org/apache/slide/security Security.java
  Log:
  Deprecated role check without token as it may cause deadlocks and other
  problems
  
  Revision  Changes    Path
  1.29      +5 -4      jakarta-slide/src/share/org/apache/slide/security/Security.java
  
  Index: Security.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/security/Security.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- Security.java	28 Jul 2004 09:34:48 -0000	1.28
  +++ Security.java	30 Oct 2004 17:10:47 -0000	1.29
  @@ -373,6 +373,7 @@
        * @exception ServiceAccessException DataSource access error
        * @exception ObjectNotFoundException Specified object was not found
        * in the DataSource
  +     * @deprecated use signature with SlideToken instead
        */
       boolean hasRole(ObjectNode object, String role)
           throws ServiceAccessException, ObjectNotFoundException;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org