public class WebSphereCredentialFactory extends Object implements ICredentialFactory
Constructor and Description |
---|
WebSphereCredentialFactory() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getConfiguredAliases()
return a list of all configured aliases, or null if such a list cannot be provided.
|
ICredentials |
getCredentials(String alias,
Supplier<String> defaultUsernameSupplier,
Supplier<String> defaultPasswordSupplier) |
boolean |
hasCredentials(String alias) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize
public ICredentials getCredentials(String alias, Supplier<String> defaultUsernameSupplier, Supplier<String> defaultPasswordSupplier)
getCredentials
in interface ICredentialFactory
public boolean hasCredentials(String alias)
hasCredentials
in interface ICredentialFactory
public Collection<String> getConfiguredAliases()
ICredentialFactory
getConfiguredAliases
in interface ICredentialFactory
Copyright © 2023 Frank!Framework. All rights reserved.