Class PasswordCallback
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.security.PasswordCallback
-
- All Implemented Interfaces:
CallbackHandler
public class PasswordCallback extends Object implements CallbackHandler
- Author:
- Igor Farinic, Radovan Semancik
-
-
Constructor Summary
Constructors Constructor Description PasswordCallback(PasswordAuthenticationEvaluatorImpl passwordAuthenticationEvaluatorImpl)
-
-
-
Constructor Detail
-
PasswordCallback
public PasswordCallback(PasswordAuthenticationEvaluatorImpl passwordAuthenticationEvaluatorImpl)
-
-
Method Detail
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-
-