Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.lucane.plugins.passwdchanger
Class PasswdChangerService  view PasswdChangerService download PasswdChangerService.java

java.lang.Object
  extended byorg.lucane.server.Service
      extended byorg.lucane.plugins.passwdchanger.PasswdChangerService

public class PasswdChangerService
extends org.lucane.server.Service


Field Summary
(package private)  org.lucane.server.Server parent
           
 
Constructor Summary
PasswdChangerService()
           
 
Method Summary
private  void changePasswd(java.lang.String who, java.lang.String data, org.lucane.common.ObjectConnection sc)
           
private  void getKey(java.lang.String who, org.lucane.common.ObjectConnection sc)
           
 void init(org.lucane.server.Server parent)
          Initialize the service.
 void install()
          Install the service.
 void process(org.lucane.common.ObjectConnection sc, org.lucane.common.Message message)
          Called each time a request for this service has to be treated.
 
Methods inherited from class org.lucane.server.Service
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

org.lucane.server.Server parent
Constructor Detail

PasswdChangerService

public PasswdChangerService()
Method Detail

process

public void process(org.lucane.common.ObjectConnection sc,
                    org.lucane.common.Message message)
Description copied from class: org.lucane.server.Service
Called each time a request for this service has to be treated.


init

public void init(org.lucane.server.Server parent)
Description copied from class: org.lucane.server.Service
Initialize the service. Called every time the server is started.


install

public void install()
Description copied from class: org.lucane.server.Service
Install the service. Only called the first time a service is initialized.


getKey

private void getKey(java.lang.String who,
                    org.lucane.common.ObjectConnection sc)

changePasswd

private void changePasswd(java.lang.String who,
                          java.lang.String data,
                          org.lucane.common.ObjectConnection sc)