com.evolveum.midpoint.model.security
Class PasswordCallback

java.lang.Object
  extended by com.evolveum.midpoint.model.security.PasswordCallback
All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler

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

Author:
Igor Farinic

Constructor Summary
PasswordCallback(UserDetailsService userDetailsService, Protector protector)
           
 
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

PasswordCallback

public PasswordCallback(UserDetailsService userDetailsService,
                        Protector protector)
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


Copyright © 2012 evolveum. All Rights Reserved.