Class FixedHostnameProvider

    • Constructor Detail

      • FixedHostnameProvider

        public FixedHostnameProvider​(KeycloakSession session,
                                     boolean alwaysHttps,
                                     String globalHostname,
                                     int httpPort,
                                     int httpsPort)
        Deprecated.
    • Method Detail

      • getScheme

        public String getScheme​(javax.ws.rs.core.UriInfo originalUriInfo)
        Deprecated.
        Description copied from interface: HostnameProvider
        Returns the URL scheme. If not implemented will get the scheme from the request.
        Specified by:
        getScheme in interface HostnameProvider
        Parameters:
        originalUriInfo - the original URI
        Returns:
        the schema
      • getHostname

        public String getHostname​(javax.ws.rs.core.UriInfo originalUriInfo)
        Deprecated.
        Description copied from interface: HostnameProvider
        Returns the host. If not implemented will get the host from the request.
        Specified by:
        getHostname in interface HostnameProvider
        Returns:
        the host
      • getPort

        public int getPort​(javax.ws.rs.core.UriInfo originalUriInfo)
        Deprecated.
        Description copied from interface: HostnameProvider
        Returns the port (or -1 for default port). If not implemented will get the port from the request.
        Specified by:
        getPort in interface HostnameProvider
        Parameters:
        originalUriInfo - the original URI
        Returns:
        the port