Searched defs:getAvailableURL (Results 1 - 2 of 2) sorted by relevance
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/ | ||
H A D | IURLFailoverHelper.java | 51 public String getAvailableURL(AmFilterRequestContext ctx) throws AgentException; method in interface:IURLFailoverHelper 52 public abstract String getAvailableURL(HttpServletRequest req) throws AgentException; method in interface:IURLFailoverHelper |
H A D | URLFailoverHelper.java | 78 public String getAvailableURL(AmFilterRequestContext ctx) throws AgentException { method in class:URLFailoverHelper 79 return getAvailableURL(ctx.getHttpServletRequest()); 82 public String getAvailableURL(HttpServletRequest request) throws AgentException { method in class:URLFailoverHelper 158 logMessage("URLFailoverHelper: getAvailableURL() => " + result); |
Completed in 1039 milliseconds