public interface ArgumentExtractor
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.principal.WebApplicationService |
extractService(javax.servlet.http.HttpServletRequest request)
Retrieve the service from the request.
|
java.util.List<org.apereo.cas.authentication.principal.ServiceFactory<? extends org.apereo.cas.authentication.principal.WebApplicationService>> |
getServiceFactories()
Gets service factories.
|
org.apereo.cas.authentication.principal.WebApplicationService extractService(javax.servlet.http.HttpServletRequest request)
request - the request context.java.util.List<org.apereo.cas.authentication.principal.ServiceFactory<? extends org.apereo.cas.authentication.principal.WebApplicationService>> getServiceFactories()