Class ElixirCallBackHandler
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.login.ElixirCallBackHandler
-
- All Implemented Interfaces:
javax.security.auth.callback.CallbackHandler
public class ElixirCallBackHandler extends java.lang.Object implements javax.security.auth.callback.CallbackHandler
-
-
Constructor Summary
Constructors Constructor Description ElixirCallBackHandler()ElixirCallBackHandler(java.lang.String httpProxyHost, int httpProxyPort)
-
Method Summary
Modifier and Type Method Description voidhandle(javax.security.auth.callback.Callback[] callbacks)Handles the callbacks, and sets the user/password detail.
-
-
-
Method Detail
-
handle
public void handle(javax.security.auth.callback.Callback[] callbacks) throws java.io.IOException, javax.security.auth.callback.UnsupportedCallbackExceptionHandles the callbacks, and sets the user/password detail.- Specified by:
handlein interfacejavax.security.auth.callback.CallbackHandler- Parameters:
callbacks- the callbacks to handle- Throws:
java.io.IOException- if an input or output error occurs.javax.security.auth.callback.UnsupportedCallbackException
-
-