org.exoplatform.services.wsrp.security
Class PasswordHandler

java.lang.Object
  extended by org.exoplatform.services.wsrp.security.PasswordHandler
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

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

Version:
$Id: $
Author:
Alexey Zavizionov

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
See Also:
CallbackHandler.handle(javax.security.auth.callback.Callback[])


Copyright © 2012 eXo Platform SAS. All Rights Reserved.