public class WebSphereCredentials extends Credentials implements CallbackHandler
log
Constructor and Description |
---|
WebSphereCredentials(String alias,
Supplier<String> defaultUsernameSupplier,
Supplier<String> defaultPasswordSupplier) |
Modifier and Type | Method and Description |
---|---|
protected void |
getCredentialsFromAlias() |
void |
handle(Callback[] callbacks) |
String |
invokeCharArrayGetter(Object o,
String name) |
boolean |
isAliasFound() |
getAlias, getPassword, getUsername, setAlias, setPassword, setUsername, toString
public String invokeCharArrayGetter(Object o, String name) throws SecurityException, NoSuchMethodException, IllegalArgumentException, IllegalAccessException, InvocationTargetException
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
protected void getCredentialsFromAlias()
getCredentialsFromAlias
in class Credentials
public boolean isAliasFound()
Copyright © 2023 Frank!Framework. All rights reserved.