hammant     02/01/21 14:12:52

  Modified:    
src/java/org/apache/avalon/cornerstone/blocks/transport/authentication
                        DefaultAuthenticator.java
  Log:
  new authenticator interface
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/transport/authentication/DefaultAuthenticator.java
  
  Index: DefaultAuthenticator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-cornerstone/src/java/org/apache/avalon/cornerstone/blocks/transport/authentication/DefaultAuthenticator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultAuthenticator.java 16 Jan 2002 13:30:03 -0000      1.1
  +++ DefaultAuthenticator.java 21 Jan 2002 22:12:52 -0000      1.2
  @@ -23,7 +23,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class DefaultAuthenticator extends AbstractLogEnabled
           implements AltrmiAuthenticator, Initializable, Block
  @@ -55,10 +55,10 @@
        * @throws AltrmiAuthenticationException
        *
        */
  -    public Long checkAuthority(AltrmiAuthentication authentication, String 
publishedName)
  +    public void checkAuthority(AltrmiAuthentication authentication, String 
publishedName)
               throws AltrmiAuthenticationException
       {
  -        return mAltrmiAuthenticator.checkAuthority(authentication, 
publishedName);
  +        mAltrmiAuthenticator.checkAuthority(authentication, publishedName);
       }
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to