@Service
public interface QDAuthRealmFactory
QDAuthRealm. It must be used for server-side authentication.| Modifier and Type | Method and Description |
|---|---|
QDAuthRealm |
createAuthRealm(String auth,
MessageAdapterConnectionFactory factory)
Creates
QDAuthRealm on this auth string. |
QDAuthRealm createAuthRealm(String auth, MessageAdapterConnectionFactory factory) throws com.devexperts.util.InvalidFormatException
QDAuthRealm on this auth string.
If this auth string unknown to this factory, it must returns null.auth - auth string for attribute auth=<params>factory - factory for connection.QDAuthRealm for this auth string or null if this auth string unknown to this factory.com.devexperts.util.InvalidFormatException - if auth parameters start with an appropriate prefix but have invalid syntax.Copyright © 2002–2025 Devexperts LLC. All rights reserved.