public class BasicAuthRealmFactory extends Object implements QDAuthRealmFactory
QDAuthRealmFactory
. This class used when all other implementations
QDAuthRealmFactory
returned null
for the login string.
This implementation created BasicAuthRealm
.Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_SUFFIX |
static BasicAuthRealmFactory |
INSTANCE |
Constructor and Description |
---|
BasicAuthRealmFactory() |
Modifier and Type | Method and Description |
---|---|
QDAuthRealm |
createAuthRealm(String auth,
MessageAdapterConnectionFactory factory)
Created
BasicAuthRealm . |
static List<ChannelDescription> |
parseAgentChannelDescription(String s) |
public static final BasicAuthRealmFactory INSTANCE
public static final String CONFIG_SUFFIX
public QDAuthRealm createAuthRealm(String auth, MessageAdapterConnectionFactory factory)
BasicAuthRealm
.createAuthRealm
in interface QDAuthRealmFactory
auth
- login string for attribute "auth=login"factory
- factory for connection.BasicAuthRealm
.public static List<ChannelDescription> parseAgentChannelDescription(String s)
Copyright © 2002–2025 Devexperts LLC. All rights reserved.