org.eclipse.stardust.common.security.authentication
Class DefaultCallbackHandler
java.lang.Object
org.eclipse.stardust.common.security.authentication.DefaultCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class DefaultCallbackHandler
- extends Object
- implements CallbackHandler
Implement callback handling without user interaction.
User name and password are provided in the cosntructor.
DefaultCallbackHandler
public DefaultCallbackHandler(String name,
char[] aPassword)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2017 Eclipse Stardust. All Rights Reserved.