Package helma.util

Class CryptResource


  • public class CryptResource
    extends java.lang.Object
    This file authenticates against a passwd source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean authenticate​(java.lang.String username, java.lang.String pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CryptResource

        public CryptResource​(Resource resource,
                             CryptResource parentResource)
        Creates a new CryptSource object.
        Parameters:
        resource - ...
        parentResource - ...
    • Method Detail

      • authenticate

        public boolean authenticate​(java.lang.String username,
                                    java.lang.String pw)
        Parameters:
        username - ...
        pw - ...
        Returns:
        ...