Package helma.util
Class CryptResource
- java.lang.Object
-
- helma.util.CryptResource
-
public class CryptResource extends java.lang.Object
This file authenticates against a passwd source
-
-
Constructor Summary
Constructors Constructor Description CryptResource(Resource resource, CryptResource parentResource)
Creates a new CryptSource object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authenticate(java.lang.String username, java.lang.String pw)
-
-
-
Constructor Detail
-
CryptResource
public CryptResource(Resource resource, CryptResource parentResource)
Creates a new CryptSource object.- Parameters:
resource
- ...parentResource
- ...
-
-