MCPcopy Index your code
hub / github.com/auth0/auth0-java-mvc-common / DomainResolver

Interface DomainResolver

src/main/java/com/auth0/DomainResolver.java:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import javax.servlet.http.HttpServletRequest;
4
5public interface DomainResolver {
6 /**
7 * Resolves the domain to be used for the current request.
8 * @param request the current HttpServletRequest
9 * @return a single domain string (e.g., "tenant.auth0.com")
10 */
11 String resolve(HttpServletRequest request);
12}

Callers 1

getDomainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected