Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.webservices.server.xfire
Class PasswordHandler

java.lang.Object
  extended by com.jivesoftware.forum.webservices.server.xfire.PasswordHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

public class PasswordHandler
extends java.lang.Object
implements javax.security.auth.callback.CallbackHandler

WSSJ needs a password handler to function, this password handler doesn't perform any operations on the password just leaves it unmodified.


Constructor Summary
PasswordHandler()
           
 
Method Summary
 void handle(javax.security.auth.callback.Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordHandler

public PasswordHandler()
Method Detail

handle

public void handle(javax.security.auth.callback.Callback[] callbacks)
            throws java.io.IOException,
                   javax.security.auth.callback.UnsupportedCallbackException
Specified by:
handle in interface javax.security.auth.callback.CallbackHandler
Throws:
java.io.IOException
javax.security.auth.callback.UnsupportedCallbackException

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.