Package de.xima.fc.security.pac4j.url
Class ContextPathUrlResolver
- java.lang.Object
 - 
- de.xima.fc.security.pac4j.url.ContextPathUrlResolver
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.http.url.UrlResolver
public class ContextPathUrlResolver extends Object implements org.pac4j.core.http.url.UrlResolver
URL resolver that prepends the context part to the URL if missing.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ContextPathUrlResolverINSTANCEThe immutable instance of this resolver. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcompute(String url, org.pac4j.core.context.WebContext context) 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final ContextPathUrlResolver INSTANCE
The immutable instance of this resolver. 
 - 
 
 -