public class HttpNamingProvider extends Object implements NamingProvider
Modifier and Type | Field and Description |
---|---|
static Principal |
FAKE_PRINCIPAL |
Modifier and Type | Method and Description |
---|---|
PeerIdentity |
getPeerIdentityForNaming(URI location)
Get the peer identity to use for context operations for the specified location.
|
ProviderEnvironment |
getProviderEnvironment()
Get the provider environment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getCurrentNamingProvider, getPeerIdentityForNaming, getPeerIdentityForNamingUsingRetry, performAction, performExceptionAction, performExceptionAction, throwNoMoreDestinationsException
public static final Principal FAKE_PRINCIPAL
public ProviderEnvironment getProviderEnvironment()
NamingProvider
getProviderEnvironment
in interface NamingProvider
null
)public PeerIdentity getPeerIdentityForNaming(URI location) throws NamingException
NamingProvider
ProviderEnvironment.getProviderUris()
.getPeerIdentityForNaming
in interface NamingProvider
location
- a location from ProviderEnvironment.getProviderUris()
(must not be null
)null
)NamingException
- if connecting, authenticating, or re-authenticating the peer failedCopyright © 2019 JBoss by Red Hat. All rights reserved.