Class HttpNamingProvider

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.wildfly.naming.client.NamingProvider

    public class HttpNamingProvider
    extends java.lang.Object
    implements org.wildfly.naming.client.NamingProvider
    Author:
    Stuart Douglas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.security.Principal FAKE_PRINCIPAL  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.wildfly.security.auth.client.PeerIdentity getPeerIdentityForNaming​(java.net.URI location)  
      org.wildfly.naming.client.ProviderEnvironment getProviderEnvironment()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.wildfly.naming.client.NamingProvider

        close, getPeerIdentityForNaming, getPeerIdentityForNamingUsingRetry, performAction, performExceptionAction, performExceptionAction, throwNoMoreDestinationsException
    • Field Detail

      • FAKE_PRINCIPAL

        public static final java.security.Principal FAKE_PRINCIPAL
    • Method Detail

      • getProviderEnvironment

        public org.wildfly.naming.client.ProviderEnvironment getProviderEnvironment()
        Specified by:
        getProviderEnvironment in interface org.wildfly.naming.client.NamingProvider
      • getPeerIdentityForNaming

        public org.wildfly.security.auth.client.PeerIdentity getPeerIdentityForNaming​(java.net.URI location)
                                                                               throws javax.naming.NamingException
        Specified by:
        getPeerIdentityForNaming in interface org.wildfly.naming.client.NamingProvider
        Throws:
        javax.naming.NamingException