com.odobo.grails.plugin.springsecurity.rest.credentials
[Groovy] Interface CredentialsExtractor
interface CredentialsExtractor
Extracts username and password from the request and creates and org.springframework.security.authentication.UsernamePasswordAuthenticationToken
object
Method Summary |
org.springframework.security.authentication.UsernamePasswordAuthenticationToken
|
extractCredentials(javax.servlet.http.HttpServletRequest httpServletRequest)
|
extractCredentials
org.springframework.security.authentication.UsernamePasswordAuthenticationToken extractCredentials(javax.servlet.http.HttpServletRequest httpServletRequest)
-
Groovy Documentation